fix: only set confirmLongHandled when alternative char is actually inserted
This commit is contained in:
@@ -142,8 +142,8 @@ void KeyboardEntryActivity::loop() {
|
|||||||
if (alt != '\0') {
|
if (alt != '\0') {
|
||||||
insertChar(alt);
|
insertChar(alt);
|
||||||
requestUpdate();
|
requestUpdate();
|
||||||
|
confirmLongHandled = true;
|
||||||
}
|
}
|
||||||
confirmLongHandled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm)) {
|
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user