Android keyboard: After processing a char event, fall through and also generate a keydown.

Fixes #21309
This commit is contained in:
Henrik Rydgård
2026-02-26 23:30:43 +01:00
parent f184967a53
commit 657b3282ab
@@ -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");