MCPcopy Create free account
hub / github.com/Illation/ETEngine / OnMouseReleased

Method OnMouseReleased

Engine/source/EtCore/Util/InputManager.cpp:104–107  ·  view source on GitHub ↗

--------------------------------- InputManager::OnMouseReleased sets the button to Released

Source from the content-addressed store, hash-verified

102// sets the button to Released
103//
104void InputManager::OnMouseReleased(E_MouseButton const button)
105{
106 m_MouseButtons[button] = E_KeyState::Released;
107}
108
109//---------------------------------
110// InputManager::OnMouseMoved

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected