mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.
This commit is contained in:
parent
01ffcdfa31
commit
ad731cc08f
10 changed files with 82 additions and 8 deletions
|
@ -194,6 +194,8 @@ private:
|
|||
void handle_enter_event(CEvent&);
|
||||
void handle_leave_event(CEvent&);
|
||||
void do_layout();
|
||||
void focus_previous_widget();
|
||||
void focus_next_widget();
|
||||
|
||||
CElapsedTimer& click_clock(GMouseButton);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue