mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[code] Cleaned the prevention of ".py" edition.
Now the MenuController changes the cursor location if needed once the Textfield has handled the event. Change-Id: I1ad3202402623dfa9a683866fef90ca33ddd6be0
This commit is contained in:
@@ -53,7 +53,8 @@ public:
|
||||
bool textFieldDidReceiveEvent(TextField * textField, Ion::Events::Event event) override;
|
||||
bool textFieldDidFinishEditing(TextField * textField, const char * text, Ion::Events::Event event) override;
|
||||
bool textFieldDidAbortEditing(TextField * textField, const char * text) override;
|
||||
Toolbox * toolboxForTextField(TextField * textFied) override { return nullptr; }
|
||||
bool textFieldDidHandleEvent(TextField * textField, Ion::Events::Event event, bool returnValue) override;
|
||||
Toolbox * toolboxForTextField(TextField * textField) override { return nullptr; }
|
||||
|
||||
/* ButtonRowDelegate */
|
||||
int numberOfButtons(ButtonRowController::Position position) const override { return 1; }
|
||||
|
||||
Reference in New Issue
Block a user