Parcourir la source

Add ProGuard rule for joystickSetLED method in SDLControllerManager

Kadir il y a 2 mois
Parent
commit
cbcc565ca9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      android-project/app/proguard-rules.pro

+ 1 - 0
android-project/app/proguard-rules.pro

@@ -69,6 +69,7 @@
 
 -keep,includedescriptorclasses,allowoptimization class org.libsdl.app.SDLControllerManager {
     void pollInputDevices();
+    void joystickSetLED(int, int, int, int);
     void pollHapticDevices();
     void hapticRun(int, float, int);
     void hapticRumble(int, float, float, int);