mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
touch: replace static arrays with linked list
This commit is contained in:
@@ -1562,3 +1562,10 @@ ISteamController* CInputSystem::SteamControllerInterface()
|
||||
return m_SteamAPIContext.SteamController();
|
||||
}
|
||||
}
|
||||
|
||||
void CInputSystem::StartTextInput()
|
||||
{
|
||||
#ifdef USE_SDL
|
||||
SDL_StartTextInput();
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -374,6 +374,8 @@ public:
|
||||
m_bSkipControllerInitialization = bSkip;
|
||||
}
|
||||
|
||||
void StartTextInput();
|
||||
|
||||
#if defined( USE_SDL )
|
||||
void PollInputState_Platform();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user