mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
13 lines
No EOL
295 B
C++
13 lines
No EOL
295 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CInputState>
|
|
inline CInputState* CInputState::GetInstance()
|
|
{
|
|
return *ms_pInstance;
|
|
}
|
|
|
|
inline const SPadState& CInputState::GetPadState() const
|
|
{
|
|
return m_PadStates[m_CurrentPadStateIndex];
|
|
}
|
|
} |