|
@@ -77,6 +78,7 @@ void Android_OnMouse( int androidButton, int action, float x, float y) {
|
|
SDL_SendMouseButton(Android_Window, 0, SDL_RELEASED, SDLButton);
|
|
SDL_SendMouseButton(Android_Window, 0, SDL_RELEASED, SDLButton);
|
|
SDL_SendMouseMotion(Android_Window, 0, 0, x, y);
|
|
SDL_SendMouseMotion(Android_Window, 0, 0, x, y);
|