]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_gecko.h
Made Q1 face loading faster by using a faster lightmap packing algorithm.
[xonotic/darkplaces.git] / cl_gecko.h
index ce380743f9ce76e8245d3ffb1a1cf7e0982aaed2..11c02902440773da8ef4ff9f0a6e275e4095c245 100644 (file)
@@ -30,6 +30,7 @@ clgecko_t * CL_Gecko_FindBrowser( const char *name );
 void CL_Gecko_DestroyBrowser( clgecko_t *instance );\r
 \r
 void CL_Gecko_NavigateToURI( clgecko_t *instance, const char *URI );\r
+// x and y between 0.0 and 1.0 (0.0 is top-left?)\r
 void CL_Gecko_Event_CursorMove( clgecko_t *instance, float x, float y );\r
 \r
 // returns whether the key/button event was handled or not\r