Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <ion/events.h>
#include "events_keyboard.h"
#include "display.h"
#include <SDL/SDL.h>
#include <emscripten.h>
Go to the source code of this file.
Classes | |
class | Queue< T, N > |
Namespaces | |
Ion | |
Ion::Events | |
Ion::Events::Emscripten | |
Functions | |
void | IonEventsEmscriptenPushKey (int keyNumber) |
void | IonEventsEmscriptenPushEvent (int eventNumber) |
Event | Ion::Events::getEvent (int *timeout) |
void | Ion::Events::Emscripten::init () |
void IonEventsEmscriptenPushEvent | ( | int | eventNumber | ) |
Definition at line 64 of file events_keyboard.cpp.
void IonEventsEmscriptenPushKey | ( | int | keyNumber | ) |
Definition at line 55 of file events_keyboard.cpp.