]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/csqc_builtins.qc
Thanks to the use of the built in function setcursormode we can fix 2 bugs in hud...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / csqc_builtins.qc
index 6ef34f35eab5fa8109e2eda628b889ace10a431d..dd7b18da39321fa124d60816499ee949ff652a4c 100644 (file)
@@ -125,6 +125,7 @@ void ()                                                                     DefaultPlayerPhysics = #347;
 
 string (float playernum, string key)                                   getplayerkey = #348;
 void (string cmdname)                                                  registercmd = #352;
+void(float usecursor)                                                  setcursormode = #343;
 vector ()                                                              getmousepos = #344;
 
 string (string s)                                                      uncolorstring = #170;