Even more conversion, lots of superfluous macro removal
This commit is contained in:
+4
-4
@@ -171,7 +171,7 @@ extern int key_linepos;
|
||||
extern int key_insert;
|
||||
extern double key_blinktime;
|
||||
|
||||
extern qboolean chat_team;
|
||||
extern bool chat_team;
|
||||
|
||||
void Key_Init (void);
|
||||
void Key_ClearStates (void);
|
||||
@@ -181,10 +181,10 @@ void Key_BeginInputGrab (void);
|
||||
void Key_EndInputGrab (void);
|
||||
void Key_GetGrabbedInput (int *lastkey, int *lastchar);
|
||||
|
||||
void Key_Event (int key, qboolean down);
|
||||
void Key_EventWithKeycode (int key, qboolean down, int keycode);
|
||||
void Key_Event (int key, bool down);
|
||||
void Key_EventWithKeycode (int key, bool down, int keycode);
|
||||
void Char_Event (int key);
|
||||
qboolean Key_TextEntry (void);
|
||||
bool Key_TextEntry (void);
|
||||
|
||||
void Key_SetBinding (int keynum, const char *binding);
|
||||
const char *Key_KeynumToString (int keynum);
|
||||
|
||||
Reference in New Issue
Block a user