SEND_DUI_MOUSE_DOWN
Injects a 'mouse down' event for a DUI object. Coordinates are expected to be set using SEND_DUI_MOUSE_MOVE.
CFX
Signature
lua
SendDuiMouseDown(duiObject, button)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| long | The DUI browser handle. | |
| char* | Either `'left'`, `'middle'` or `'right'`. |
Usage
lua
SendDuiMouseDown(duiObject, button)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
