[client] core: new message event system to debounce window size events

This commit is contained in:
Geoffrey McRae
2025-04-02 13:46:55 +11:00
parent 4b11743f18
commit 852eb6bf69
4 changed files with 39 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ void core_setCursorInView(bool enable);
void core_setGrab(bool enable);
void core_setGrabQuiet(bool enable);
bool core_warpPointer(int x, int y, bool exiting);
void core_onWindowSizeChanged(unsigned width, unsigned height);
void core_updatePositionInfo(void);
void core_alignToGuest(void);
bool core_isValidPointerPos(int x, int y);