Name | Type | Deprecated | Secure | Description |
---|---|---|---|---|
Event.Mouse.Move | Signals the mouse moving. | |||
Inspect.Mouse | function | Returns information about the current mouse position and button state. |
Signals the mouse moving.
Event.Mouse.Move(x, y) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
x | parameter | variant | The mouse's new X position. |
y | parameter | <nope> | The mouse's new Y position. |
Returns information about the current mouse position and button state.
results = Inspect.Mouse() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
results | result | table | Table containing the current mouse state. May include members x, y, Left, Right, Middle, Mouse4, Mouse5. |