package raylib

  1. Overview
  2. Docs
type t =
  1. | Default
  2. | Arrow
  3. | Ibeam
  4. | Crosshair
  5. | Pointing_hand
  6. | Resize_EW
  7. | Resize_NS
  8. | Resize_NWSE
  9. | Resize_NESW
  10. | Resize_All
  11. | Not_allowed
val to_int : t -> int
val of_int : int -> t
OCaml

Innovation. Community. Security.