input/wiiu: Clear last_touched after sending touch release event

This commit is contained in:
rw-r-r-0644 2019-01-24 08:44:37 +01:00 committed by Ash Logan
parent 73ba941733
commit d58f563d65

View File

@ -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 */