package glfw-ocaml

  1. Overview
  2. Docs

Window updateable attributes. Use with setWindowAttrib in a similar manner as with window hints.

type _ t =
  1. | Resizable : bool t
  2. | Decorated : bool t
  3. | AutoIconify : bool t
  4. | Floating : bool t
  5. | FocusOnShow : bool t
OCaml

Innovation. Community. Security.