mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
implement new backend method for Haptics in dummy driver
This commit is contained in:
parent
5fb0be3079
commit
4da8829812
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue