mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[escher] Get rid of ViewController::getKeyEvent
Change-Id: Ic7c5805afd984fbe595304ee379ce9372aeed4ab
This commit is contained in:
@@ -100,11 +100,6 @@ void StackViewController::setupActiveViewController() {
|
||||
app()->focus(vc);
|
||||
}
|
||||
|
||||
void StackViewController::handleKeyEvent(int key) {
|
||||
// Switch tabs!
|
||||
}
|
||||
|
||||
|
||||
bool StackViewController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::Event::ESC && m_numberOfChildren > 1) {
|
||||
pop();
|
||||
|
||||
Reference in New Issue
Block a user