mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
implement new backend method for Haptics in dummy driver
This commit is contained in:
@@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
SDL_SYS_NumHaptics(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *
|
||||
SDL_SYS_HapticName(int index)
|
||||
|
||||
Reference in New Issue
Block a user