Cavestory Mod API
Functions
Input

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...
 

Detailed Description

Input management.

Functions for input management.

Function Documentation

◆ GetInput()

CAVESTORY_MOD_API int GetInput ( CSM_KEY_DESC  iType)

Get the current input flags from a store.

Parameters
iTypeThe descriptor for where to get the input from.
Returns
Returns the key input flags from the specified location.

◆ GetKeybind()

CAVESTORY_MOD_API int GetKeybind ( CSM_KEYBIND_DESC  iType)

Get the input flags for a keybind.

Parameters
iTypeThe keybind descriptor.
Returns
Returns the key input flags for the specified keybind.

◆ TextScriptProc()

CAVESTORY_MOD_API int TextScriptProc ( )

Process text scripts.

Returns
Returns the mode.
Examples
WelcomeMode.cpp.