X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_video.h;h=cc38798f0c435413ebc7c089ce5bea351ef88b49;hb=9b86a6e8c23d2c0b8a2b15cefc52e0d8d5902c3b;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