|
Mana
|
Each key represents a key function. More...
#include <keyboardconfig.h>
Public Attributes | |
| const char * | configField |
| Field index that is in the config file. | |
| int | defaultValue |
| The default key value used. | |
| SDL_Keycode | value |
| The actual value that is used. | |
Each key represents a key function.
Such as 'Move up', 'Attack' etc.
Definition at line 33 of file keyboardconfig.h.
| const char* KeyFunction::configField |
Field index that is in the config file.
Definition at line 35 of file keyboardconfig.h.
| int KeyFunction::defaultValue |
The default key value used.
Definition at line 36 of file keyboardconfig.h.
| SDL_Keycode KeyFunction::value |
The actual value that is used.
Definition at line 37 of file keyboardconfig.h.