implement new backend method for Haptics in dummy driver
--HG-- extra : rebase_source : c4bfcf6d0283900051058989d633eae1eeeeb2c1
This commit is contained in:
parent
f4141728b7
commit
e9fa1c76be
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