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