SendDuiMouseMove — FiveM Natives
0xD9D7A0AA · CFX · client
Injects a 'mouse move' event for a DUI object. Coordinates are in browser space.
Parameters
| Name | Type | Description |
|---|---|---|
| duiObject | long | The DUI browser handle. |
| x | int | The mouse X position. |
| y | int | The mouse Y position. |
Returns
void