mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Create a class TextInput (from which derived TextField,
TextArea)
This commit is contained in:
committed by
EmilieNumworks
parent
c50e57029b
commit
aade7cb2fe
@@ -12,8 +12,8 @@ bool TextFieldDelegate::textFieldDidReceiveEvent(::TextField * textField, Ion::E
|
||||
return textFieldDelegateApp()->textFieldDidReceiveEvent(textField, event);
|
||||
}
|
||||
|
||||
Toolbox * TextFieldDelegate::toolboxForTextField(::TextField * textField) {
|
||||
return textFieldDelegateApp()->toolboxForTextField(textField);
|
||||
Toolbox * TextFieldDelegate::toolboxForTextInput(TextInput * textInput) {
|
||||
return textFieldDelegateApp()->toolboxForTextInput(textInput);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user