-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathinput.fdh
More file actions
30 lines (21 loc) · 766 Bytes
/
input.fdh
File metadata and controls
30 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//hash:62c25ddc
//automatically generated by Makegen
/* located in input.cpp */
//---------------------[referenced from input.cpp]-------------------//
bool input_init(void);
void input_remap(int keyindex, int sdl_key);
int input_get_mapping(int keyindex);
const char *input_get_name(int index);
void input_set_mappings(int *array);
void input_poll(void);
static int IsNonConsoleKey(int key);
void input_close(void);
bool buttondown(void);
bool buttonjustpushed(void);
bool justpushed(int k);
/* located in sound/sound.cpp */
//---------------------[referenced from input.cpp]-------------------//
void sound(int snd);
/* located in common/stat.cpp */
//---------------------[referenced from input.cpp]-------------------//
void stat(const char *fmt, ...);