Cavestory Mod API
|
Input management. More...
Functions | |
CAVESTORY_MOD_API int | TextScriptProc () |
Process text scripts. More... | |
CAVESTORY_MOD_API void | PutTextScript () |
Put text script on the screen. | |
CAVESTORY_MOD_API int | GetKeybind (CSM_KEYBIND_DESC iType) |
Get the input flags for a keybind. More... | |
CAVESTORY_MOD_API int | GetInput (CSM_KEY_DESC iType) |
Get the current input flags from a store. More... | |
Input management.
Functions for input management.
CAVESTORY_MOD_API int GetInput | ( | CSM_KEY_DESC | iType | ) |
Get the current input flags from a store.
iType | The descriptor for where to get the input from. |
CAVESTORY_MOD_API int GetKeybind | ( | CSM_KEYBIND_DESC | iType | ) |
Get the input flags for a keybind.
iType | The keybind descriptor. |
CAVESTORY_MOD_API int TextScriptProc | ( | ) |