Moved the absolute mouse movement stuff from poll to the mouse event move handler, fixes #3588.

This commit is contained in:
OBattler
2023-08-16 19:33:29 +02:00
parent cf50271b0f
commit a5a9875123
2 changed files with 22 additions and 28 deletions

View File

@@ -88,7 +88,6 @@ public slots:
void blitCommon(int x, int y, int w, int h);
void blitRenderer(int x, int y, int w, int h);
void blitDummy(int x, int y, int w, int h);
void mousePoll();
private:
void createRenderer(Renderer renderer);