MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / GetMouseState

Method GetMouseState

LuaSTGPlus/AppFrame.h:276–281  ·  view source on GitHub ↗

@brief �������Ƿ���

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected