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

This reverts commit 17617cc421.
This commit is contained in:
Geoffrey McRae
2021-08-19 23:19:59 +10:00
parent 17617cc421
commit c246b4a719
3 changed files with 41 additions and 47 deletions

View File

@@ -33,7 +33,6 @@ 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);