haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android
parent
11a9cd6344
commit
f903a39e13
|
@ -155,7 +155,7 @@ SDL_SYS_HapticOpen(SDL_Haptic *haptic)
|
|||
int
|
||||
SDL_SYS_HapticMouse(void)
|
||||
{
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue