mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
GButton: Allow triggering a "click" by pressing Return when focused.
This commit is contained in:
parent
ad731cc08f
commit
65e56eb72b
Notes:
sideshowbarker
2024-07-19 14:08:46 +09:00
Author: https://github.com/awesomekling
Commit: 65e56eb72b
2 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,7 @@ protected:
|
|||
virtual void mousemove_event(GMouseEvent&) override;
|
||||
virtual void enter_event(CEvent&) override;
|
||||
virtual void leave_event(CEvent&) override;
|
||||
virtual void keydown_event(GKeyEvent&) override;
|
||||
|
||||
private:
|
||||
String m_caption;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue