mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
Application: KeyboardMapper, make button to like a real key
Change key paint to more like a real key :)
This commit is contained in:
parent
8733da652e
commit
3ebdb5ea30
Notes:
sideshowbarker
2024-07-19 05:41:04 +09:00
Author: https://github.com/asliturk
Commit: 3ebdb5ea30
Pull-request: https://github.com/SerenityOS/serenity/pull/2536
Reviewed-by: https://github.com/awesomekling
2 changed files with 42 additions and 11 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
|
||||
protected:
|
||||
virtual void click(unsigned modifiers = 0) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
virtual void mousemove_event(GUI::MouseEvent&) override;
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue