1
Fork 0
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:
Hüseyin ASLITÜRK 2020-06-12 22:01:09 +03:00 committed by Andreas Kling
parent 8733da652e
commit 3ebdb5ea30
2 changed files with 42 additions and 11 deletions

View file

@ -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: