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

Method OnMousePressed

Engine/source/EtCore/Util/InputManager.cpp:94–97  ·  view source on GitHub ↗

--------------------------------- InputManager::OnMousePressed Sets the button to pressed

Source from the content-addressed store, hash-verified

92// Sets the button to pressed
93//
94void InputManager::OnMousePressed(E_MouseButton const button)
95{
96 m_MouseButtons[button] = E_KeyState::Pressed;
97}
98
99//---------------------------------
100// InputManager::OnMouseReleased

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected