mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 07:20:48 +00:00
Implement SDL_HapticStopEffect on Android (thanks Rachel!)
This commit is contained in:
parent
a794126d56
commit
09ab752aa3
4 changed files with 26 additions and 1 deletions
|
@ -79,6 +79,7 @@ void Android_JNI_PollInputDevices(void);
|
|||
/* Haptic support */
|
||||
void Android_JNI_PollHapticDevices(void);
|
||||
void Android_JNI_HapticRun(int device_id, int length);
|
||||
void Android_JNI_HapticStop(int device_id);
|
||||
|
||||
/* Video */
|
||||
void Android_JNI_SuspendScreenSaver(SDL_bool suspend);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue