1#ifndef CONTROLLER_KEYBOARD_EMSCRIPTEN_H 2#define CONTROLLER_KEYBOARD_EMSCRIPTEN_H 3 4#ifdef TARGET_WEB 5void controller_emscripten_keyboard_init(void); 6#endif 7 8#endif 9 10