LibGUI/WindowServer: Allow querying global cursor position

This commit is contained in:
2026-06-23 23:31:17 +03:00
parent 1287c8e335
commit 689494db63
6 changed files with 46 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ public:
BAN::ErrorOr<void> set_background_image(BAN::UniqPtr<LibImage::Image>);
void on_query_pointer(int fd, const LibGUI::WindowPacket::QueryPointer&);
void on_window_create(int fd, const LibGUI::WindowPacket::WindowCreate&);
void on_window_invalidate(int fd, const LibGUI::WindowPacket::WindowInvalidate&);
void on_window_set_position(int fd, const LibGUI::WindowPacket::WindowSetPosition&);