mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <escher/app.h>
|
||||
#include <escher/window.h>
|
||||
extern "C" {
|
||||
#include <ion.h>
|
||||
#include <assert.h>
|
||||
}
|
||||
|
||||
@@ -25,7 +24,7 @@ void App::setWindow(Window * window) {
|
||||
window->redraw();
|
||||
}
|
||||
|
||||
void App::processEvent(ion_event_t event) {
|
||||
void App::processEvent(Ion::Events::Event event) {
|
||||
Responder * responder = m_focusedResponder;
|
||||
bool didHandleEvent = false;
|
||||
while (responder) {
|
||||
|
||||
Reference in New Issue
Block a user