mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
WindowServer: Add a new IPC to set the cursor position
This commit is contained in:
parent
86a4d0694f
commit
5397845a41
3 changed files with 14 additions and 0 deletions
|
@ -127,6 +127,7 @@ endpoint WindowServer
|
|||
enable_display_link() =|
|
||||
disable_display_link() =|
|
||||
|
||||
set_global_cursor_position(Gfx::IntPoint position) =|
|
||||
get_global_cursor_position() => (Gfx::IntPoint position)
|
||||
|
||||
set_mouse_acceleration(float factor) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue