mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Handle Home event when in the toolbox
If editing a script, the empty space at the end of the script should be moved to the end of the storage.
This commit is contained in:
@@ -105,6 +105,10 @@ bool App::handleEvent(Ion::Events::Event event) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void App::willExitResponderChain(Responder * nextFirstResponder) {
|
||||
m_menuController.willExitApp();
|
||||
}
|
||||
|
||||
Toolbox * App::toolboxForInputEventHandler(InputEventHandler * textInput) {
|
||||
return &m_toolbox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user