mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibGUI: Implement keyboard and mouse wheel events for SpinBox
This commit is contained in:
committed by
Andreas Kling
parent
17846dd063
commit
5f913c67d9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user