Atrinik Client 2.5
Data Structures | Defines | Typedefs | Variables
include/keybind.h File Reference

Go to the source code of this file.

Data Structures

struct  keybind_struct

Defines

#define FILE_KEYBIND   "settings/keys.dat"
#define KEY_REPEAT_TIME   (35)
#define KEY_REPEAT_TIME_INIT   (175)

Typedefs

typedef struct keybind_struct keybind_struct

Variables

keybind_struct ** keybindings
size_t keybindings_num

Detailed Description

Keybindings header file.

Definition in file keybind.h.


Define Documentation

#define FILE_KEYBIND   "settings/keys.dat"

Where keybindings are saved.

Definition at line 34 of file keybind.h.

#define KEY_REPEAT_TIME   (35)

How quickly the key repeats.

Definition at line 54 of file keybind.h.

#define KEY_REPEAT_TIME_INIT   (175)

Ticks that must pass before the key begins repeating.

Definition at line 56 of file keybind.h.


Typedef Documentation

One keybind.