================== idAsyncClient::Idle ================== */
| 1726 | ================== |
| 1727 | */ |
| 1728 | void idAsyncClient::Idle( void ) { |
| 1729 | // also need to read mouse for the connecting guis |
| 1730 | usercmdGen->GetDirectUsercmd(); |
| 1731 | |
| 1732 | SendEmptyToServer(); |
| 1733 | } |
| 1734 | |
| 1735 | /* |
| 1736 | ================== |
nothing calls this directly
no test coverage detected