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

Method GetMouseButtonDown

Source/Engine/Input/Input.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498bool Input::GetMouseButtonDown(const MouseButton button)
499{
500 return Mouse ? Mouse->GetButtonDown(button) : false;
501}
502
503bool Input::GetMouseButtonUp(const MouseButton button)
504{

Callers 2

UpdateMethod · 0.45
UpdateMethod · 0.45

Calls 1

GetButtonDownMethod · 0.80

Tested by

no test coverage detected