This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Change keycode to something that is supported on Android API 10
tags/2021-05-28
hogliux
9 years ago
parent
155ab812a4
commit
b543e2830c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
{
Write
Preview
Loading…
Cancel
Save