mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
with WindowInput{Preempted,Restored} Events and allow Widgets to save the state of their focus preemption. As of now, only Popups will preempt input and trigger these events.
This commit is contained in:
parent
901878bad9
commit
5d567565a4
11 changed files with 50 additions and 45 deletions
|
@ -31,8 +31,8 @@ public:
|
|||
KeyUp,
|
||||
WindowActivated,
|
||||
WindowDeactivated,
|
||||
WindowInputEntered,
|
||||
WindowInputLeft,
|
||||
WindowInputPreempted,
|
||||
WindowInputRestored,
|
||||
WindowCloseRequest,
|
||||
WindowResized,
|
||||
WindowMoved,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue