mirror of https://github.com/encounter/SDL.git
haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android
This commit is contained in:
parent
11a9cd6344
commit
f903a39e13
|
@ -155,7 +155,7 @@ SDL_SYS_HapticOpen(SDL_Haptic *haptic)
|
||||||
int
|
int
|
||||||
SDL_SYS_HapticMouse(void)
|
SDL_SYS_HapticMouse(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue