sfml.window
SFCursor
sfml.audio
sfml.audio_oo
sfml.graphics
sfml.graphics_oo
sfml.network
sfml.network_oo
sfml.system
sfml.system_oo
sfml.window_oo
Online documentation for the Cursor class
type native_cursor =
| Arrow
| ArrowWait
| Wait
| Text
| Hand
| SizeHorizontal
| SizeVertical
| SizeTopLeftBottomRight
| SizeBottomLeftTopRight
| SizeAll
| Cross
| Help
| NotAllowed
type t
val loadFromPixels : data:bytes -> size:(int * int) -> hotspot:(int * int) -> t
val loadFromSystem : native_cursor -> t