mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
LibWeb: Plumb wheel events from widget layer to EventHandler
This commit is contained in:
parent
53081226e9
commit
ded8c728d2
11 changed files with 32 additions and 0 deletions
|
@ -16,6 +16,7 @@ endpoint WebContentServer = 89
|
|||
MouseDown(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
MouseMove(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
MouseUp(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
MouseWheel(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers, i32 wheel_delta) =|
|
||||
|
||||
KeyDown(i32 key, unsigned modifiers, u32 code_point) =|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue