mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
This commit is contained in:
@@ -6,8 +6,8 @@ AppsContainer::AppsContainer() :
|
||||
{
|
||||
}
|
||||
|
||||
bool AppsContainer::handleEvent(ion_event_t event) {
|
||||
if (event == F1) {
|
||||
bool AppsContainer::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::Event::F1) {
|
||||
m_activeAppIndex++;
|
||||
if (m_activeAppIndex >= (int)(AppId::Count)) {
|
||||
m_activeAppIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user