Module Raygui.ControlState

type t =
  1. | Normal
  2. | Focused
  3. | Pressed
  4. | Disabled
val to_int : t -> int