MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetMouseButton

Method GetMouseButton

Source/Engine/Input/Input.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493bool Input::GetMouseButton(const MouseButton button)
494{
495 return Mouse ? Mouse->GetButton(button) : false;
496}
497
498bool Input::GetMouseButtonDown(const MouseButton button)
499{

Callers 7

OnMouseMoveMethod · 0.45
OnMouseMoveMethod · 0.45
OnKeyDownMethod · 0.45
GatherMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45

Calls 1

GetButtonMethod · 0.45

Tested by

no test coverage detected