| 378 | } |
| 379 | |
| 380 | void CInput::Clear() |
| 381 | { |
| 382 | std::fill(std::begin(m_aFrameKeyStates), std::end(m_aFrameKeyStates), false); |
| 383 | m_vInputEvents.clear(); |
| 384 | ClearTouchDeltas(); |
| 385 | } |
| 386 | |
| 387 | float CInput::GetUpdateTime() const |
| 388 | { |
no outgoing calls
no test coverage detected