X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=keys.h;h=7841e9d007df0354807ad4664fb96ca807907e8e;hb=46964b3848eb7471d2f0e2284ae389b4b53337c1;hp=e471a235a74ceb3255e0ed5732e76f79d8d29ac8;hpb=137357d6b7e13e7b2d4bbaeb719dfd4f218a1e5e;p=xonotic%2Fdarkplaces.git diff --git a/keys.h b/keys.h index e471a235..7841e9d0 100644 --- a/keys.h +++ b/keys.h @@ -367,18 +367,17 @@ extern keydest_t key_dest; extern int key_consoleactive; extern char *keybindings[MAX_BINDMAPS][MAX_KEYS]; -extern void Key_ClearEditLine(int edit_line); extern int chat_mode; // 0 for say, 1 for say_team, -1 for command extern char chat_buffer[MAX_INPUTLINE]; extern unsigned int chat_bufferlen; +void Key_ClearEditLine(int edit_line); void Key_WriteBindings(qfile_t *f); void Key_Init(void); void Key_Shutdown(void); void Key_Init_Cvars(void); void Key_Event(int key, int ascii, qboolean down); void Key_ReleaseAll (void); -void Key_ClearStates (void); // FIXME: should this function still exist? Or should Key_ReleaseAll be used instead when shutting down a vid driver? void Key_EventQueue_Block(void); void Key_EventQueue_Unblock(void);