mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Merge branch 'omega-dev-e13' of github.com:Omega-Numworks/Omega into omega-dev-e13
This commit is contained in:
@@ -408,6 +408,11 @@ CodePoint TextField::XNTCodePoint(CodePoint defaultXNTCodePoint) {
|
||||
}
|
||||
|
||||
bool TextField::handleEvent(Ion::Events::Event event) {
|
||||
if(event.hasText()){
|
||||
if(event.text() == "%" && Ion::Events::isLockActive() ){
|
||||
return removePreviousGlyph();
|
||||
}
|
||||
}
|
||||
assert(m_delegate != nullptr);
|
||||
size_t previousTextLength = strlen(text());
|
||||
bool didHandleEvent = false;
|
||||
|
||||
Reference in New Issue
Block a user