mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Add joystickSetSensorsEnabled to proguard-rules.pro
(cherry picked from commit c94b1435c7)
This commit is contained in:
parent
f00b0291b3
commit
b87c1101e0
1 changed files with 1 additions and 0 deletions
1
android-project/app/proguard-rules.pro
vendored
1
android-project/app/proguard-rules.pro
vendored
|
|
@ -68,6 +68,7 @@
|
|||
}
|
||||
|
||||
-keep,includedescriptorclasses,allowoptimization class org.libsdl.app.SDLControllerManager {
|
||||
void joystickSetSensorsEnabled(int, boolean);
|
||||
void pollInputDevices();
|
||||
void joystickSetLED(int, int, int, int);
|
||||
void pollHapticDevices();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue