OnClientBrowserCursorChange: Difference between revisions
Jump to navigation
Jump to search
m (Jusonex moved page Cef/onClientBrowserCursorChange to OnClientBrowserCursorChange) |
m (→Parameters) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
int cursorId | int cursorId | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*'''cursorId:''' The new cursor ID. See [[#Cursor IDs|Cursor IDs]] | *'''cursorId:''' The new cursor ID. See [[#Cursor IDs|Cursor IDs]]. | ||
==Source== | ==Source== | ||
Line 156: | Line 156: | ||
|43 | |43 | ||
|} | |} | ||
[[pl:onClientBrowserCursorChange]] | |||
==See Also== | ==See Also== | ||
{{CEF_events}} | {{CEF_events}} |
Latest revision as of 22:18, 2 April 2018
This event is triggered when the cursor changes within a browser window.
Parameters
int cursorId
- cursorId: The new cursor ID. See Cursor IDs.
Source
The source of this event is the browser element the cursor change occured in.
Example
TODO
Cursor IDs
Name | ID |
---|---|
CT_POINTER | 0 |
CT_CROSS | 1 |
CT_HAND | 2 |
CT_IBEAM | 3 |
CT_WAIT | 4 |
CT_HELP | 5 |
CT_EASTRESIZE | 6 |
CT_NORTHRESIZE | 7 |
CT_NORTHEASTRESIZE | 8 |
CT_NORTHWESTRESIZE | 9 |
CT_SOUTHRESIZE | 10 |
CT_SOUTHEASTRESIZE | 11 |
CT_SOUTHWESTRESIZE | 12 |
CT_WESTRESIZE | 13 |
CT_NORTHSOUTHRESIZE | 14 |
CT_EASTWESTRESIZE | 15 |
CT_NORTHEASTSOUTHWESTRESIZE | 16 |
CT_NORTHWESTSOUTHEASTRESIZE | 17 |
CT_COLUMNRESIZE | 18 |
CT_ROWRESIZE | 19 |
CT_MIDDLEPANNING | 20 |
CT_EASTPANNING | 21 |
CT_NORTHPANNING | 22 |
CT_NORTHEASTPANNING | 23 |
CT_NORTHWESTPANNING | 24 |
CT_SOUTHPANNING | 25 |
CT_SOUTHEASTPANNING | 26 |
CT_SOUTHWESTPANNING | 27 |
CT_WESTPANNING | 28 |
CT_MOVE | 29 |
CT_VERTICALTEXT | 30 |
CT_CELL | 31 |
CT_CONTEXTMENU | 32 |
CT_ALIAS | 33 |
CT_PROGRESS | 34 |
CT_NODROP | 35 |
CT_COPY | 36 |
CT_NONE | 37 |
CT_NOTALLOWED | 38 |
CT_ZOOMIN | 39 |
CT_ZOOMOUT | 40 |
CT_GRAB | 41 |
CT_GRABBING | 42 |
CT_CUSTOM | 43 |
See Also
- onClientBrowserCreated
- onClientBrowserCursorChange
- onClientBrowserDocumentReady
- onClientBrowserInputFocusChanged
- onClientBrowserLoadingFailed
- onClientBrowserLoadingStart
- onClientBrowserNavigate
- onClientBrowserPopup
- onClientBrowserResourceBlocked
- onClientBrowserTooltip
- onClientBrowserWhitelistChange