Module Wl_seat.Error

Wl_seat error values.

These errors can be emitted in response to wl_seat requests.

type t =
  1. | Missing_capability : t
val to_int32 : t -> int32
val of_int32 : int32 -> t