Mouse.Cursor
Mouse cursors.
To be used with Brr
.El.Style.cursor.
val url : ?x:int -> ?y:int -> Jstr.t -> t
url ~x ~y u
is an image cursor using URL u
for the image with x,y
identifiying the position of the hotspot in the image relative to the top-left corner (defaults to 0,0
).
val vertical_text : t
val not_allowed : t
val nesw_resize : t
val nwse_resize : t
val col_resize : t
val row_resize : t
val all_scroll : t