package xcursor

  1. Overview
  2. Docs

Module Cursor.ImageSource

Sourcetype 'a t = {
  1. width : int;
  2. height : int;
  3. x_hot : int;
  4. y_hot : int;
  5. delay : int option;
  6. pixels : 'a;
}
Sourcetype header = int t
Sourcemodule Header : sig ... end
OCaml

Innovation. Community. Security.