void CIVPad::GetLastClientControlState(CControlState& controlState) { #ifdef EXT_LOG CLogFile::Printf(__FUNCSIG__); #endif if(m_pPad) ToControlState(controlState, false); }
void CIVPad::GetLastControlState(CControls& controlState) { if(m_pPad) ToControlState(controlState, false); }
void CIVPad::GetCurrentControlState(CControls& controlState) { if(m_pPad) ToControlState(controlState, true); }