Browse Source

Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android

tags/2021-05-28
hogliux 10 years ago
parent
commit
19572b58c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/java/JuceAppActivity.java

+ 1
- 1
modules/juce_core/native/java/JuceAppActivity.java View File

@@ -297,7 +297,7 @@ public class JuceAppActivity extends Activity
try
{
instrumentation.sendKeyDownUpSync (KeyEvent.KEYCODE_BREAK);
instrumentation.sendKeyDownUpSync (KeyEvent.KEYCODE_UNKNOWN);
}
catch (Exception e)
{


Loading…
Cancel
Save