mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
wiiu: switch to tpNormal, tpFiltered1 casues scrolling issues
This commit is contained in:
@@ -144,7 +144,7 @@ SDL_SYS_JoystickUpdate(SDL_Joystick *joystick)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// touchscreen
|
// touchscreen
|
||||||
VPADGetTPCalibratedPoint(VPAD_CHAN_0, &tpdata, &vpad.tpFiltered1);
|
VPADGetTPCalibratedPoint(VPAD_CHAN_0, &tpdata, &vpad.tpNormal);
|
||||||
if (tpdata.touched) {
|
if (tpdata.touched) {
|
||||||
// Send an initial touch
|
// Send an initial touch
|
||||||
SDL_SendTouch(0, 0, SDL_TRUE,
|
SDL_SendTouch(0, 0, SDL_TRUE,
|
||||||
|
|||||||
Reference in New Issue
Block a user