]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
fix miscounting of timedemo frames on cold/warm runs in the same session
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index 51d0691b24e41ce82e2e3e14fc78868dda5194ea..7e3e9ef27b1ad8e614b2b9f19234fe422dae9a1c 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -32,7 +32,7 @@
 //
 // these are the key numbers that should be passed to Key_Event
 //
-extern enum keynum_e
+typedef enum keynum_e
 {
        K_TAB                   = 9,
        K_ENTER                 = 13,
@@ -107,6 +107,7 @@ extern enum keynum_e
        // mouse buttons generate virtual keys
 
        K_MOUSE1 = 512,
+       K_OTHERDEVICESBEGIN = K_MOUSE1,
        K_MOUSE2,
        K_MOUSE3,
        K_MWHEELUP,