Kohi Game Engine
keymap_entry Struct Reference

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_bindingbindings
 Linked list of bindings. Default: 0. More...
 

Detailed Description

An individual entry for a keymap, which contains the key to be bound and a linked list of bindings.

Field Documentation

◆ bindings

keymap_binding* bindings

Linked list of bindings. Default: 0.

◆ key

keys key

The bound key.


The documentation for this struct was generated from the following file: