implement new backend method for Haptics in dummy driver

--HG--
extra : rebase_source : c4bfcf6d0283900051058989d633eae1eeeeb2c1
This commit is contained in:
Edward Rudd 2014-02-04 16:50:34 -05:00
parent f4141728b7
commit e9fa1c76be

View file

@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
return 0;
}
int
SDL_SYS_NumHaptics(void)
{
return 0;
}
const char *
SDL_SYS_HapticName(int index)