1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

WindowServer: Add a new IPC to set the cursor position

This commit is contained in:
Andrea Martinelli 2021-07-08 11:29:39 +02:00 committed by Andreas Kling
parent 86a4d0694f
commit 5397845a41
3 changed files with 14 additions and 0 deletions

View file

@ -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) =|