package xcursor

  1. Overview
  2. Docs
type 'a t = {
  1. width : int;
  2. height : int;
  3. x_hot : int;
  4. y_hot : int;
  5. delay : int option;
  6. pixels : 'a;
}
type header = int t
module Header : sig ... end