mirror of
https://github.com/yawut/SDL.git
synced 2026-08-21 16:24:37 -05:00
input/wiiu: Clear last_touched after sending touch release event
This commit is contained in:
@@ -176,6 +176,7 @@ static void WIIU_JoystickUpdate(SDL_Joystick *joystick)
|
||||
SDL_SendTouch(0, 0, SDL_FALSE,
|
||||
(float) last_touch_x / 1280.0f,
|
||||
(float) last_touch_y / 720.0f, 1);
|
||||
last_touched = 0;
|
||||
}
|
||||
|
||||
/* axys */
|
||||
|
||||
Reference in New Issue
Block a user