Commit 1e744f88 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40304
parent ee411bae
......@@ -183,6 +183,8 @@ static void QZ_PrivateWarpCursor (_THIS, int x, int y) {
CGDisplayMoveCursorToPoint (display_id, cgp);
warp_ticks = SDL_GetTicks();
warp_flag = 1;
SDL_PrivateMouseMotion(0, 0, x, y);
}
static void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment