Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 234 Bytes

SDL_syshaptic_c.h

File metadata and controls

12 lines (6 loc) · 234 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
#include "SDL_config.h"
#ifdef SDL_HAPTIC_ANDROID
extern int Android_AddHaptic(int device_id, const char *name);
extern int Android_RemoveHaptic(int device_id);
#endif /* SDL_HAPTIC_ANDROID */
/* vi: set ts=4 sw=4 expandtab: */