Moved the absolute mouse movement stuff from poll to the mouse event move handler, fixes #3588.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user