package bogue

  1. Overview
  2. Docs
On This Page
  1. Dependency graph
GUI library for ocaml, with animations, based on SDL2

Install

dune-project
 Dependency

Authors

Maintainers

Sources

20220115.tar.gz
md5=319b9ca87ff90110c71220cca79b0742
sha512=d196e3121846042f68ddbbad2ea6310a3035199cfae06e115fffa03f6929ecb61e1b2364b323e1379592cdc4bf4764c011002b004cf5acf4f1fcff21a68e829d

doc/bogue/Bogue/Button/index.html

Module Bogue.ButtonSource

Button widget with text or icon

Dependency graph
Sourcetype t
Sourcetype kind =
  1. | Trigger
  2. | Switch
Sourceval state : t -> bool
Sourceval reset : t -> unit
Sourceval is_pressed : t -> bool