File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ static void WIIU_JoystickUpdate(SDL_Joystick *joystick)
370
370
}
371
371
372
372
/* touchscreen */
373
- window = SDL_GetFocusWindow ();
374
- if (window != NULL ) {
373
+ window = SDL_GetFocusWindow ();
374
+ if (window != NULL ) {
375
375
VPADGetTPCalibratedPoint (VPAD_CHAN_0 , & tpdata , & vpad .tpNormal );
376
376
if (tpdata .touched ) {
377
377
/* Send an initial touch */
@@ -531,7 +531,7 @@ SDL_JoystickDriver SDL_WIIU_JoystickDriver =
531
531
WIIU_JoystickDetect ,
532
532
WIIU_JoystickGetDeviceName ,
533
533
WIIU_JoystickGetDevicePlayerIndex ,
534
- WIIU_JoystickSetDevicePlayerIndex ,
534
+ WIIU_JoystickSetDevicePlayerIndex ,
535
535
WIIU_JoystickGetDeviceGUID ,
536
536
WIIU_JoystickGetDeviceInstanceID ,
537
537
WIIU_JoystickOpen ,
You can’t perform that action at this time.
0 commit comments