mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Move double click events from LibGUI to the window server
This commit is contained in:
parent
3cba2a8a78
commit
a4b0dfff43
10 changed files with 92 additions and 43 deletions
|
@ -73,6 +73,7 @@ struct WSAPI_ServerMessage {
|
|||
Paint,
|
||||
MouseMove,
|
||||
MouseDown,
|
||||
MouseDoubleClick,
|
||||
MouseUp,
|
||||
MouseWheel,
|
||||
WindowEntered,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue