]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
"Finish" cl_gecko.c (input handling is done now, too) for now. I need to update to...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index 3736ac4d561419af08bbf85197d1bf3a591b4fa3..7e3e9ef27b1ad8e614b2b9f19234fe422dae9a1c 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -107,6 +107,7 @@ typedef enum keynum_e
        // mouse buttons generate virtual keys
 
        K_MOUSE1 = 512,
+       K_OTHERDEVICESBEGIN = K_MOUSE1,
        K_MOUSE2,
        K_MOUSE3,
        K_MWHEELUP,