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
events.h
IonEventsEmscriptenPushEvent
void IonEventsEmscriptenPushEvent(int eventNumber)
Definition:
events_keyboard.cpp:64
IonEventsEmscriptenPushKey
void IonEventsEmscriptenPushKey(int keyNumber)
Definition:
events_keyboard.cpp:55
Ion::Events::Emscripten::init
void init()
Definition:
events_keyboard.cpp:240
Ion
Definition:
backlight.h:6
epsilon
ion
src
emscripten
events_keyboard.h
Generated by
1.8.14