mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07: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
|
@ -18,6 +18,7 @@ public:
|
|||
Resize,
|
||||
MouseMove,
|
||||
MouseDown,
|
||||
MouseDoubleClick,
|
||||
MouseUp,
|
||||
MouseWheel,
|
||||
Enter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue