GameInputMouseButtonReleased Method |
Get if mouse button is was released on this frame.
Namespace:
GeonBit.Managers
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool MouseButtonReleased(
MouseButton button = MouseButton.Left
)
Parameters
- button (Optional)
- Type: GeonBit.InputMouseButton
Mouse button to test.
Return Value
Type:
BooleanIf mouse button was released this frame.
See Also