mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 19:36:29 +00:00
Fixed bug 3191 - haptic system on android?
Patch provided by jintiao and Milan Nikolic, thanks!
This commit is contained in:
12
src/haptic/android/SDL_syshaptic_c.h
Normal file
12
src/haptic/android/SDL_syshaptic_c.h
Normal file
@@ -0,0 +1,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: */
|
Reference in New Issue
Block a user