small adjustments after #691

This commit is contained in:
Helium314 2024-05-01 22:59:16 +02:00
parent 83fc10ff02
commit edd4ae2c68
6 changed files with 8 additions and 10 deletions

View file

@ -1509,8 +1509,6 @@ public class LatinIME extends InputMethodService implements
return Event.createSoftwareKeypressEvent(codePoint, keyCode, keyX, keyY, isKeyRepeat);
}
// Called from PointerTracker through the KeyboardActionListener interface
@Override
public void onTextInput(final String rawText) {
// TODO: have the keyboard pass the correct key code when we need it.
final Event event = Event.createSoftwareTextEvent(rawText, KeyCode.MULTIPLE_CODE_POINTS);