@brief �������Ƿ���
| 274 | |
| 275 | /// @brief �������Ƿ��� |
| 276 | fBool GetMouseState(int button)LNOEXCEPT |
| 277 | { |
| 278 | if (button >= 0 && button < 3) |
| 279 | return m_MouseState[button]; |
| 280 | return false; |
| 281 | } |
| 282 | public: // ��Ⱦ���ӿ� |
| 283 | /// @brief ֪ͨ��ʼ��Ⱦ |
| 284 | bool BeginScene()LNOEXCEPT; |
nothing calls this directly
no outgoing calls
no test coverage detected