From 4dbf6d2329c5b2536c4aa99aa3f84b6553a7f5d0 Mon Sep 17 00:00:00 2001 From: dhewg Date: Thu, 29 Dec 2011 19:27:02 +0100 Subject: [PATCH] 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. --- sys/sys_public.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys_public.h b/sys/sys_public.h index be16da8..66bbff6 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -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