package miaou-core

  1. Overview
  2. Docs
Miaou core/widgets (no drivers, no SDL)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.5.2.tar.gz
md5=60a3b9f181f24572a06a9492532bfdda
sha512=fcc35a275066be2900e6201782faf47503076fa4640f08cf78067835a6f447b74613009e55b2ac799adb7ca46f1bffa261fc5971753f2cc3c6bef327511c7ef6

doc/miaou-core.core/Miaou_core/Keys/index.html

Module Miaou_core.KeysSource

Sourcetype t =
  1. | Up
  2. | Down
  3. | Left
  4. | Right
  5. | Tab
  6. | ShiftTab
  7. | Enter
  8. | Backspace
  9. | Char of string
  10. | Control of string
  11. | PageUp
  12. | PageDown
  13. | Home
  14. | End
  15. | Escape
  16. | Delete
  17. | Function of int
Sourcetype global_key =
  1. | Settings
  2. | Help
  3. | Menu
  4. | Quit
Sourceval of_string : string -> t option
Sourceval to_string : t -> string
Sourceval equal : t -> t -> bool
Sourceval to_label : t -> string
Sourceval is_global_key : t -> bool
Sourceval get_global_action : string -> global_key option
Sourceval show_global_keys : unit -> (string * string) list