SEND_DUI_MOUSE_MOVE
Injects a 'mouse move' event for a DUI object. Coordinates are in browser space.
CFX
Signature
lua
SendDuiMouseMove(duiObject, 0, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| long | The DUI browser handle. | |
| int | The mouse X position. | |
| int | The mouse Y position. |
Usage
lua
SendDuiMouseMove(duiObject, 0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
