mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 14:19:08 +00:00
use the new software dead event
This commit is contained in:
parent
007f386066
commit
9df8fdfcfb
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ public class LatinIME extends InputMethodService implements
|
||||||
|
|
||||||
// checking if the character is a combining accent
|
// checking if the character is a combining accent
|
||||||
if (0x300 <= codePoint && codePoint <= 0x35b) {
|
if (0x300 <= codePoint && codePoint <= 0x35b) {
|
||||||
event = Event.createDeadEvent(codePoint, 0, metaState, null);
|
event = Event.createSoftwareDeadEvent(codePoint, 0, metaState, x, y, null);
|
||||||
} else {
|
} else {
|
||||||
event = createSoftwareKeypressEvent(codePoint, metaState, keyX, keyY, isKeyRepeat);
|
event = createSoftwareKeypressEvent(codePoint, metaState, keyX, keyY, isKeyRepeat);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue