mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Android keyboard: After processing a char event, fall through and also generate a keydown.
Fixes #21309
This commit is contained in:
@@ -1241,7 +1241,7 @@ public class PpssppActivity extends AppCompatActivity implements SensorEventList
|
||||
Log.i(TAG, "Key char event " + unicode);
|
||||
// Handle alphanumeric character
|
||||
NativeApp.keyChar(NativeApp.DEVICE_ID_KEYBOARD, c);
|
||||
return true;
|
||||
// Note: We also want to generate a KeyDown event with keycode.
|
||||
}
|
||||
|
||||
// Log.i(TAG, "KeyEvent Down");
|
||||
|
||||
Reference in New Issue
Block a user