mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 07:37:41 +00:00
small adjustments after #691
This commit is contained in:
parent
83fc10ff02
commit
edd4ae2c68
6 changed files with 8 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue