mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[escher] Clean Field and Input class hierarchy:
Class hierarchy: - InputEventHandler - TextInput - EditableField derives from InputEventHandler - LayoutField, TextField and ExpressioField derives from EditableField - TextArea and TextField derives from TextInput
This commit is contained in:
@@ -59,13 +59,6 @@ TextInput::TextInput(Responder * parentResponder, View * contentView) :
|
||||
{
|
||||
}
|
||||
|
||||
Toolbox * TextInput::toolbox() {
|
||||
if (delegate()) {
|
||||
return delegate()->toolboxForTextInput(this);
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool TextInput::removeChar() {
|
||||
contentView()->removeChar();
|
||||
scrollToCursor();
|
||||
|
||||
Reference in New Issue
Block a user