]>
git.bts.cx Git - benzene.git/blob - src/bz/input/input.h
1 #ifndef BZ_INPUT_INPUT_H
2 #define BZ_INPUT_INPUT_H
4 #include <bz/input/input_id.h>
5 #include <bz/types/common.h>
11 extern void bzInputProcessFrame(void);
13 extern bool bzInputGetBooleanValue(BZInputID inputID
);
14 extern int bzInputGetIntegerValue(BZInputID inputID
);
15 extern float bzInputGetFloatValue(BZInputID inputID
);
17 // FIXME, remove these
18 extern bool bzInputBtn(int id
);
19 extern bool bzInputBtnP(int id
);