Raylib_fixed_types.MouseCursor
include module type of struct include Types.MouseCursor end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).MouseCursor.t =
| Default
| Arrow
| Ibeam
| Crosshair
| Pointing_hand
| Resize_ew
| Resize_ns
| Resize_nwse
| Resize_nesw
| Resize_all
| Not_allowed
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t