| 501 | } |
| 502 | |
| 503 | bool Input::GetMouseButtonUp(const MouseButton button) |
| 504 | { |
| 505 | return Mouse ? Mouse->GetButtonUp(button) : false; |
| 506 | } |
| 507 | |
| 508 | float Input::GetGamepadAxis(int32 gamepadIndex, GamepadAxis axis) |
| 509 | { |
nothing calls this directly
no test coverage detected