naev 0.11.5
Keybind Struct Reference

Naev Keybinding. More...

Data Fields

int disabled
 
const char * name
 
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 45 of file input.c.

◆ mod

SDL_Keymod Keybind::mod

Key modifiers (where applicable).

Definition at line 46 of file input.c.

◆ name

const char* Keybind::name

keybinding name, taken from keybind_info

Definition at line 43 of file input.c.

◆ type

KeybindType Keybind::type

type, defined in player.h

Definition at line 44 of file input.c.


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