Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/controller/controller_emscripten_keyboard.h
7861 views
1
#ifndef CONTROLLER_KEYBOARD_EMSCRIPTEN_H
2
#define CONTROLLER_KEYBOARD_EMSCRIPTEN_H
3
4
#ifdef TARGET_WEB
5
void controller_emscripten_keyboard_init(void);
6
#endif
7
8
#endif
9
10