Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
KeyFunction Struct Reference

Each key represents a key function. More...

#include <keyboardconfig.h>

Public Attributes

const char * configField
 Field index that is in the config file.
 
int defaultValue
 The default key value used.
 
SDL_Keycode value
 The actual value that is used.
 

Detailed Description

Each key represents a key function.

Such as 'Move up', 'Attack' etc.

Definition at line 33 of file keyboardconfig.h.

Member Data Documentation

◆ configField

const char* KeyFunction::configField

Field index that is in the config file.

Definition at line 35 of file keyboardconfig.h.

◆ defaultValue

int KeyFunction::defaultValue

The default key value used.

Definition at line 36 of file keyboardconfig.h.

◆ value

SDL_Keycode KeyFunction::value

The actual value that is used.

Definition at line 37 of file keyboardconfig.h.


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