mirror of https://github.com/encounter/SDL.git
implement new backend method for Haptics in dummy driver
This commit is contained in:
parent
5fb0be3079
commit
4da8829812
|
@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
SDL_SYS_NumHaptics(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *
|
||||
SDL_SYS_HapticName(int index)
|
||||
|
|
Loading…
Reference in New Issue