mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
treat enter key same as center; improves testing with emulator if
nothing else.
This commit is contained in:
parent
04e454f922
commit
fd423f7704
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ public class BoardActivity extends Activity implements UtilCtxt {
|
|||
XwJNI.XP_Key xpKey = XwJNI.XP_Key.XP_KEY_NONE;
|
||||
switch( keyCode ) {
|
||||
case KeyEvent.KEYCODE_DPAD_CENTER:
|
||||
case KeyEvent.KEYCODE_ENTER:
|
||||
xpKey = XwJNI.XP_Key.XP_RETURN_KEY;
|
||||
break;
|
||||
case KeyEvent.KEYCODE_DPAD_DOWN:
|
||||
|
|
Loading…
Add table
Reference in a new issue