Rename Posix_ConsoleInput() to Sys_ConsoleInput()

Sync with Windows implementation and add it to sys_public.h in
preparation to move the event queue to SDL.
This commit is contained in:
dhewg 2011-12-29 19:27:02 +01:00 committed by Daniel Gibson
parent ff36277408
commit 4dbf6d2329

View file

@ -198,6 +198,7 @@ void Sys_DLL_Unload( uintptr_t dllHandle );
void Sys_GenerateEvents( void );
sysEvent_t Sys_GetEvent( void );
void Sys_ClearEvents( void );
char *Sys_ConsoleInput( void );
// input is tied to windows, so it needs to be started up and shut down whenever
// the main window is recreated