package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.window/SFCursor/index.html

Module SFCursor

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
OCaml

Innovation. Community. Security.