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:
parent
155ab812a4
commit
b543e2830c
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ public class JuceDemo extends Activity
|
|||
|
||||
try
|
||||
{
|
||||
instrumentation.sendKeyDownUpSync (KeyEvent.KEYCODE_BREAK);
|
||||
instrumentation.sendKeyDownUpSync (KeyEvent.KEYCODE_UNKNOWN);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue