A simple binding from a keyboard character input to a function. More...

Data Fields | |
| int | focus |
| The window that should be focussed. | |
| int | input |
| The character that should be pressed. | |
| void(* | func )(void) |
| The function that will be run. | |
A simple binding from a keyboard character input to a function.
Definition at line 429 of file gui_input.c.
1.6.3