| 99 | void OnDisplayChanged (); |
| 100 | |
| 101 | void SetSendActionWait(unsigned int ms) { m_sendActionWait= ms; } |
| 102 | unsigned int GetSendActionWait() const { return m_sendActionWait; } |
| 103 | |
| 104 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected