X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cl_video.h;h=cc38798f0c435413ebc7c089ce5bea351ef88b49;hb=6d6d58848fff87265ba4b74328d5902f36631ff6;hp=878d24941babc5296b1e570504beaa588de22477;hpb=b0d02f8fd54c06d0706c185ab86250c3a696e5b3;p=xonotic%2Fdarkplaces.git diff --git a/cl_video.h b/cl_video.h index 878d2494..cc38798f 100644 --- a/cl_video.h +++ b/cl_video.h @@ -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