]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.h
Add _DrawQ_ProcessDrawFlag to clean-up the glblend setup code.
[xonotic/darkplaces.git] / cl_video.h
index 878d24941babc5296b1e570504beaa588de22477..cc38798f0c435413ebc7c089ce5bea351ef88b49 100644 (file)
@@ -64,4 +64,8 @@ void CL_DrawVideo( void );
 void CL_VideoStart( char *filename );
 void CL_VideoStop( void );
 
+// new function used for fullscreen videos
+// TODO: Andreas Kirsch: move this subsystem somewhere else (preferably host) since the cl_video system shouldnt do such work like managing key events..
+void CL_Video_KeyEvent( int key, int ascii, qboolean down );
+
 #endif