shithub: cstory

ref: 2a70cbe89a3c2dea944d7d52edf48c62f79827d8
dir: /external/SDL2/src/haptic/android/SDL_syshaptic_c.h/

View raw version
#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: */