package sfml

  1. Overview
  2. Docs

Online documentation for the Cursor class

type native_cursor =
  1. | Arrow
  2. | ArrowWait
  3. | Wait
  4. | Text
  5. | Hand
  6. | SizeHorizontal
  7. | SizeVertical
  8. | SizeTopLeftBottomRight
  9. | SizeBottomLeftTopRight
  10. | SizeAll
  11. | Cross
  12. | Help
  13. | NotAllowed
type t
val loadFromPixels : data:bytes -> size:(int * int) -> hotspot:(int * int) -> t
val loadFromSystem : native_cursor -> t