onClientBrowserCursorChange | Multi Theft Auto: Wiki Skip to content

onClientBrowserCursorChange

Client-side
Server-side
Shared

This event is triggered when the cursor changes within a browser window.

Parameters

int cursorId
  • cursorId: The new cursor ID. See Cursor IDs.

Source

element: The source of this event is the browser element the cursor change occured in.

Code Examples

client
TODO