X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_cursor_android.c;fp=src%2Fandroid%2Ffg_cursor_android.c;h=fe599d18374813ef8ff36f6a0701658e13ebcbad;hb=1c44434d29188fbfe47a2239c045f8059600ed42;hp=28838a9461c1320e8d2d98035930e7349dfe3b91;hpb=2389bc1bc5139561607314fa735c3e7e6ac90999;p=freeglut diff --git a/src/android/fg_cursor_android.c b/src/android/fg_cursor_android.c index 28838a9..fe599d1 100644 --- a/src/android/fg_cursor_android.c +++ b/src/android/fg_cursor_android.c @@ -28,7 +28,7 @@ void fgPlatformSetCursor ( SFG_Window *window, int cursorID ) { - // No-op: no visible cursor on touchscreens + /* No-op: no visible cursor on touchscreens */ } void fgPlatformWarpPointer ( int x, int y ) @@ -38,4 +38,5 @@ void fgPlatformWarpPointer ( int x, int y ) SFG_Window* window = fgStructure.CurrentWindow; window->State.MouseX = x; window->State.MouseY = y; + /* TODO: this should simulate a fake motion event */ }