Kohi Game Engine
|
An individual entry for a keymap, which contains the key to be bound and a linked list of bindings. More...
#include <keymap.h>
Data Fields | |
keys | key |
The bound key. More... | |
keymap_binding * | bindings |
Linked list of bindings. Default: 0. More... | |
An individual entry for a keymap, which contains the key to be bound and a linked list of bindings.
keymap_binding* bindings |
Linked list of bindings. Default: 0.
keys key |
The bound key.