macosx_local.h 408 B

1234567891011121314151617181920212223
  1. #include <sys/wait.h>
  2. #include "../sys_public.h"
  3. void OutputDebugString( const char *text );
  4. // input
  5. void Sys_InitInput( void );
  6. void Sys_ShutdownInput( void );
  7. void IN_DeactivateMouse( void);
  8. void IN_ActivateMouse( void);
  9. void IN_Activate (bool active);
  10. void IN_Frame (void);
  11. void * wglGetProcAddress(const char *name);
  12. void Sleep( const int time );
  13. void Sys_UpdateWindowMouseInputRect( void );