mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
This commit is contained in:
@@ -22,9 +22,9 @@ void GraphController::setFocused(bool focused) {
|
||||
*/
|
||||
}
|
||||
|
||||
bool GraphController::handleEvent(ion_event_t event) {
|
||||
bool GraphController::handleEvent(Ion::Events::Event event) {
|
||||
switch (event) {
|
||||
case ENTER:
|
||||
case Ion::Events::Event::ENTER:
|
||||
m_view.moveCursorRight();
|
||||
return true;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user