mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
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
Block a user