implement new backend method for Haptics in dummy driver

This commit is contained in:
Edward Rudd 2014-02-04 16:50:34 -05:00
parent 5fb0be3079
commit 4da8829812
1 changed files with 5 additions and 0 deletions

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)