Skip to content

Commit

Permalink
implement new backend method for Haptics in dummy driver
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Feb 4, 2014
1 parent 5fb0be3 commit 4da8829
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/haptic/dummy/SDL_syshaptic.c
Expand Up @@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
return 0;
}

int
SDL_SYS_NumHaptics(void)
{
return 0;
}

const char *
SDL_SYS_HapticName(int index)
Expand Down

0 comments on commit 4da8829

Please sign in to comment.