Browse Source

Change keycode to something that is supported on Android API 10

tags/2021-05-28
hogliux 9 years ago
parent
commit
b543e2830c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Demo/Builds/Android/src/com/juce/jucedemo/JuceDemo.java

+ 1
- 1
examples/Demo/Builds/Android/src/com/juce/jucedemo/JuceDemo.java View File

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


Loading…
Cancel
Save