MouseState

Members

Functions

IsButtonPressed
bool IsButtonPressed(MouseButton button)

Returns true if the specified MouseButton is pressed.

IsButtonReleased
bool IsButtonReleased(MouseButton button)

Returns true if the specified MouseButton is released (not pressed).

Position
Vector3 Position()

Returns the position and scroll for the mouse. Z = Scrollwheel

Meta