GrafX2 2.9.3227
The ultimate 256-color painting program
|
Configuration for one keyboard shortcut in gfx2.cfg. More...
#include <struct.h>
Data Fields | |
word | Number |
Indicates the shortcut action. This is a number starting from 0, which matches T_Key_config.Number. More... | |
word | Key |
Keyboard shortcut: SDLK_something, or -1 for none. More... | |
word | Key2 |
Alternate keyboard shortcut: SDLK_something, or -1 for none. More... | |
Configuration for one keyboard shortcut in gfx2.cfg.
word T_Config_shortcut_info::Number |
Indicates the shortcut action. This is a number starting from 0, which matches T_Key_config.Number.
Referenced by Load_CFG(), and Save_CFG().
word T_Config_shortcut_info::Key |
Keyboard shortcut: SDLK_something, or -1 for none.
Referenced by Load_CFG(), and Save_CFG().
word T_Config_shortcut_info::Key2 |
Alternate keyboard shortcut: SDLK_something, or -1 for none.
Referenced by Load_CFG(), and Save_CFG().