Class: MouseCursor
Extended by
Constructors
new MouseCursor()
new MouseCursor(
name
,fallback
?):MouseCursor
Parameters
• name: string
• fallback?: MouseCursor
Returns
Defined in
tools/src/cursors/MouseCursor.ts:45
Methods
addFallbackStyleProperty()
addFallbackStyleProperty(
style
):string
Parameters
• style: string
Returns
string
Defined in
tools/src/cursors/MouseCursor.ts:54
getName()
getName():
string
Returns
string
Defined in
tools/src/cursors/MouseCursor.ts:50
getStyleProperty()
getStyleProperty():
string
Returns
string
Defined in
tools/src/cursors/MouseCursor.ts:62
getDefinedCursor()
static
getDefinedCursor(name
):MouseCursor
Parameters
• name: string
Returns
Defined in
tools/src/cursors/MouseCursor.ts:66
setDefinedCursor()
static
setDefinedCursor(name
,cursor
):boolean
Parameters
• name: string
• cursor: MouseCursor
Returns
boolean