Function
Fast
WebUI:SendMouseMoveEvent
Sends a Mouse Move Event into the WebUI programmatically
Syntax
my_web_ui:SendMouseMoveEvent(mouse_x, mouse_y, modifiers = WebUIModifier.None, mouse_leave = false)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
mouse_x
|
integer | — | Position X of the mouse |
mouse_y
|
integer | — | Position Y of the mouse |
modifiers
optional
|
WebUIModifier | WebUIModifier.None |
Supports several modifiers separating by <code>|</code> (using bit-wise operations) |
mouse_leave
optional
|
boolean | false |
— |