mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibGUI+WindowServer: Add WM_SuperKeyPressed event
This commit adds an event called WM_SuperKeyPressed which is sent to all windows via WindowManagerServerConnection. The event is fired from WindowManager when the super key is pressed, which is the windows key on most keyboards :)
This commit is contained in:
parent
ec3596545a
commit
88ecfa164a
Notes:
sideshowbarker
2024-07-18 19:22:54 +09:00
Author: https://github.com/caoimhebyrne 🔰
Commit: 88ecfa164a
Pull-request: https://github.com/SerenityOS/serenity/pull/6432
Issue: https://github.com/SerenityOS/serenity/issues/6153
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sin-ack
6 changed files with 45 additions and 1 deletions
|
@ -5,4 +5,5 @@ endpoint WindowManagerClient = 1872
|
|||
WindowIconBitmapChanged(i32 wm_id, i32 client_id, i32 window_id, Gfx::ShareableBitmap bitmap) =|
|
||||
WindowRectChanged(i32 wm_id, i32 client_id, i32 window_id, Gfx::IntRect rect) =|
|
||||
AppletAreaSizeChanged(i32 wm_id, Gfx::IntSize size) =|
|
||||
SuperKeyPressed(i32 wm_id) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue