1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Change keycode to something that is supported on Android API 10

This commit is contained in:
hogliux 2015-11-03 15:23:21 +00:00
parent 155ab812a4
commit b543e2830c

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)
{