naev 0.12.6
Keybind Struct Reference

Naev Keybinding. More...

Data Fields

int disabled
KeybindType type
SDL_Keycode key
SDL_Keymod mod

Detailed Description

Naev Keybinding.

Definition at line 41 of file input.c.

Field Documentation

◆ disabled

int Keybind::disabled

Whether or not it's disabled.

Definition at line 42 of file input.c.

◆ key

SDL_Keycode Keybind::key

key/axis/button event number

Definition at line 44 of file input.c.

◆ mod

SDL_Keymod Keybind::mod

Key modifiers (where applicable).

Definition at line 45 of file input.c.

◆ type

KeybindType Keybind::type

type, defined in player.h

Definition at line 43 of file input.c.


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