mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +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
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