]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
block key events while in the event handler called from loading screens - might fix...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index 2e5d859fc920d7d289e0ad38089e5e3cce759b9d..c270282b1e75cca6b1ba82ce7ff0c5c768032a28 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -346,6 +346,8 @@ void Key_Init_Cvars(void);
 void Key_Event(int key, int ascii, qboolean down);
 void Key_ClearStates (void);
 void Key_SetBinding (int keynum, int bindmap, const char *binding);
+void Key_EventQueue_Block(void);
+void Key_EventQueue_Unblock(void);
 
 #endif // __KEYS_H