Numworks Epsilon  1.4.1
Graphing Calculator Operating System
events_keyboard.h
Go to the documentation of this file.
1 #ifndef ION_EMSCRIPTEN_EVENTS_KEYBOARD_H
2 #define ION_EMSCRIPTEN_EVENTS_KEYBOARD_H
3 
4 #include <ion/events.h>
5 
6 extern "C" {
7 void IonEventsEmscriptenPushKey(int keyNumber);
8 void IonEventsEmscriptenPushEvent(int eventNumber);
9 }
10 
11 namespace Ion {
12 namespace Events {
13 namespace Emscripten {
14 
15 void init();
16 
17 }
18 }
19 }
20 
21 #endif
void IonEventsEmscriptenPushEvent(int eventNumber)
void IonEventsEmscriptenPushKey(int keyNumber)
Definition: backlight.h:6