Idris2Doc : Text.CSS.Cursor

Text.CSS.Cursor

(source)

Definitions

dataCursor : Type
  All standard mouse cursors.

For using custom icons, use type `Url` linking to an
image and choose the offset for the mouse position.

Totality: total
Visibility: public export
Constructors:
Alias : Cursor
AllScroll : Cursor
Auto : Cursor
Cell : Cursor
ColResize : Cursor
ContextMenu : Cursor
Copy : Cursor
Crosshair : Cursor
Default : Cursor
EResize : Cursor
EwResize : Cursor
Grab : Cursor
Grabbing : Cursor
Help : Cursor
Move : Cursor
NResize : Cursor
NeResize : Cursor
NeswResize : Cursor
NsResize : Cursor
NwResize : Cursor
NwseResize : Cursor
NoDrop : Cursor
None : Cursor
NotAllowed : Cursor
Pointer : Cursor
Progress : Cursor
RowResize : Cursor
SResize : Cursor
SeResize : Cursor
SwResize : Cursor
Text : Cursor
WResize : Cursor
Wait : Cursor
ZoomIn : Cursor
ZoomOut : Cursor
URL : String->Double->Double->Cursor
URL_ : String->Cursor

Hint: 
InterpolationCursor