Crossfire Client, Branch
R11627
|
Data Fields | |
char * | command |
Command string bound to a key. | |
sint8 | direction |
uint8 | flags |
KEYF_* flags set for the record. | |
uint32 | keysym |
Key this binding record is for. | |
KeySym | keysym |
Key this binding record is for. | |
struct Keys * | next |
char * Keys::command |
Command string bound to a key.
Definition at line 103 of file image.c.
Referenced by configure_keys(), draw_keybindings(), get_key_info(), init_keys(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_remove_clicked(), on_keybinding_button_update_clicked(), parse_key(), unbind_key(), and update_keybinding_list().
-1 non-direction key, else >= 0.
Definition at line 101 of file image.c.
Referenced by insert_key(), and parse_key().
KEYF_* flags set for the record.
Definition at line 100 of file image.c.
Referenced by configure_keys(), draw_keybindings(), get_key_info(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_update_clicked(), parse_key(), parse_keybind_line(), show_keys(), unbind_key(), and update_keybinding_list().
KeySym Keys::keysym |
Key this binding record is for.
Definition at line 102 of file image.c.
Referenced by bind_callback(), configure_keys(), draw_keybindings(), get_key_info(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_update_clicked(), parse_key(), parse_keybind_line(), and update_keybinding_list().
struct Keys * Keys::next |
Definition at line 104 of file image.c.
Referenced by configure_keys(), draw_keybindings(), init_keys(), insert_key(), on_keybinding_button_remove_clicked(), parse_key(), save_individual_key(), show_keys(), unbind_key(), and update_keybinding_list().