mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
Fixed some conflicts
This commit is contained in:
@@ -109,6 +109,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