[client] core: set the correct cursor when exiting overlay

This commit is contained in:
Geoffrey McRae
2021-12-27 11:52:06 +11:00
parent bbd9c84896
commit 95987a9c91
3 changed files with 28 additions and 23 deletions

View File

@@ -24,7 +24,7 @@
#include <stdbool.h>
bool core_inputEnabled(void);
void core_invalidatePointer(void);
void core_invalidatePointer(bool detectInView);
void core_setCursorInView(bool enable);
void core_setGrab(bool enable);
void core_setGrabQuiet(bool enable);