Merge pull request #11191 from gblues/gblues/wiiu-fix-touchscreen

WIIU: Fix touchscreen mouse emulation
This commit is contained in:
Autechre 2020-08-14 19:50:59 +02:00 committed by GitHub
commit 270d5d4111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ enum gamepad_pad_axes
AXIS_LEFT_ANALOG_Y,
AXIS_RIGHT_ANALOG_X,
AXIS_RIGHT_ANALOG_Y,
AXIS_TOUCH_X,
AXIS_TOUCH_Y,
AXIS_INVALID
};