package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Wayland's 24.8 fixed-point type.

A 24.8 fixed-point number.

type t = private int32
val of_int : int -> t
val to_int : t -> int
val of_bits : int32 -> t
val to_bits : t -> int32
val pp : t Fmt.t