mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-18 23:11:16 +00:00
android: Add RGB LED support for joysticks.
This commit is contained in:
@@ -104,6 +104,7 @@ int Android_JNI_GetPowerInfo(int *plugged, int *charged, int *battery, int *seco
|
||||
|
||||
// Joystick support
|
||||
void Android_JNI_PollInputDevices(void);
|
||||
void Android_JNI_JoystickSetLED(int device_id, int red, int green, int blue);
|
||||
|
||||
// Haptic support
|
||||
void Android_JNI_PollHapticDevices(void);
|
||||
|
||||
Reference in New Issue
Block a user