| 408 | } |
| 409 | |
| 410 | void CInput::ClearKeyState() |
| 411 | { |
| 412 | m_Keyboard.ClearKeyState(); |
| 413 | m_Mouse.ClearKeyState(); |
| 414 | } |
| 415 | |
| 416 | /////////////////////////////////////////////// |
| 417 | IActionMapManager* CInput::CreateActionMapManager() |
no outgoing calls
no test coverage detected