[client] core: invalidate the pointer state when overlay is disabled

This commit is contained in:
Geoffrey McRae
2021-12-27 11:22:12 +11:00
parent 8ab130deba
commit bbd9c84896
3 changed files with 27 additions and 20 deletions

View File

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