mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 12:11:07 +00:00
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:
parent
ff36277408
commit
4dbf6d2329
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue