Mouse.getRelativeState

Returns the relative mouse state and (if y and y aren't null) the relative position. This means the difference of the positions since the last call of this method.

See: Mouse.RelativeState enum

class Mouse
static
uint
getRelativeState
(
int* x = null
,
int* y = null
)

Meta