OnClientBrowserCursorChange: Difference between revisions
Jump to navigation
Jump to search
Fernando187 (talk | contribs) m (formatting) |
Fernando187 (talk | contribs) m (→Parameters) |
||
Line 55: | Line 55: | ||
int cursorId | int cursorId | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*'''cursorId:''' The new cursor ID | *'''cursorId:''' The new cursor ID. | ||
==Source== | ==Source== |
Latest revision as of 17:54, 1 June 2025
This event is triggered when the cursor changes within a browser window.
Parameters
int cursorId
- cursorId: The new cursor ID.
Source
The source of this event is the browser element the cursor change occured in.
Example
TODO
See Also
- onClientBrowserCreated
- onClientBrowserCursorChange
- onClientBrowserDocumentReady
- onClientBrowserInputFocusChanged
- onClientBrowserLoadingFailed
- onClientBrowserLoadingStart
- onClientBrowserNavigate
- onClientBrowserPopup
- onClientBrowserResourceBlocked
- onClientBrowserTooltip
- onClientBrowserWhitelistChange