package allegro5

  1. Overview
  2. Docs
type priv
type t = {
  1. x : int;
  2. y : int;
  3. z : int;
  4. w : int;
  5. buttons : int;
  6. pressure : float;
  7. priv : priv;
}
OCaml

Innovation. Community. Security.