[client] core: realign in the enter/focus handlers if possible

This commit is contained in:
Geoffrey McRae
2021-08-19 22:57:03 +10:00
parent e1a4401ffa
commit 17617cc421
3 changed files with 47 additions and 41 deletions

View File

@@ -33,6 +33,7 @@ void core_alignToGuest(void);
bool core_isValidPointerPos(int x, int y);
bool core_startFrameThread(void);
void core_stopFrameThread(void);
void core_setGuestCursorPos(void);
void core_handleGuestMouseUpdate(void);
void core_handleMouseGrabbed(double ex, double ey);
void core_handleMouseNormal(double ex, double ey);