Variable * key_pressed_var(Environment *_environment, char *_scancode)
Variable * key_pressed(Environment *_environment, int _scancode)
Variable * key_state_var(Environment *_environment, char *_scancode)
Variable * key_state(Environment *_environment, int _scancode)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
char DATATYPE_AS_STRING[][16]