Back to index...

NameTypeDeprecatedSecureDescription
Event.Mouse.MoveSignals the mouse moving.
Inspect.MousefunctionReturns information about the current mouse position and button state.

Event.Mouse.Move

Signals the mouse moving.

Usage:

Event.Mouse.Move(x, y)
ParameterTypeDatatypeDescription
xparametervariantThe mouse's new X position.
yparameter<nope>The mouse's new Y position.

Inspect.Mouse

Returns information about the current mouse position and button state.

Usage:

results = Inspect.Mouse()
ParameterTypeDatatypeDescription
resultsresulttableTable containing the current mouse state. May include members x, y, Left, Right, Middle, Mouse4, Mouse5.

Back to index...