mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:28:12 +00:00
LibGUI: Implement keyboard and mouse wheel events for SpinBox
This commit is contained in:
parent
17846dd063
commit
5f913c67d9
4 changed files with 34 additions and 5 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
protected:
|
||||
SpinBox();
|
||||
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
virtual void mousewheel_event(MouseEvent&) override;
|
||||
virtual void resize_event(ResizeEvent&) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue