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

Method GetMouseButtonUp

Source/Engine/Input/Input.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool Input::GetMouseButtonUp(const MouseButton button)
504{
505 return Mouse ? Mouse->GetButtonUp(button) : false;
506}
507
508float Input::GetGamepadAxis(int32 gamepadIndex, GamepadAxis axis)
509{

Callers

nothing calls this directly

Calls 1

GetButtonUpMethod · 0.80

Tested by

no test coverage detected