Module Wl_keyboard.Keymap_format

Keyboard mapping format.

This specifies the format of the keymap provided to the client with the wl_keyboard.keymap event.

type t =
  1. | No_keymap : t
  2. | Xkb_v1 : t
val to_int32 : t -> int32
val of_int32 : int32 -> t