mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Send key events to the WebContent process
This makes contenteditable work in multi-process mode. :^)
This commit is contained in:
parent
ea9ac3155d
commit
6e221adade
Notes:
sideshowbarker
2024-07-19 04:20:55 +09:00
Author: https://github.com/awesomekling
Commit: 6e221adade
5 changed files with 15 additions and 0 deletions
|
@ -12,4 +12,6 @@ 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) =|
|
||||
|
||||
KeyDown(i32 key, unsigned modifiers, u32 code_point) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue