mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
This commit is contained in:
@@ -91,8 +91,8 @@ void StackViewController::handleKeyEvent(int key) {
|
||||
}
|
||||
|
||||
|
||||
bool StackViewController::handleEvent(ion_event_t event) {
|
||||
if (event == ESC && m_numberOfChildren > 1) {
|
||||
bool StackViewController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::Event::ESC && m_numberOfChildren > 1) {
|
||||
pop();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user