Wayland_client.Wl_keyboard
Keyboard input device.
The wl_keyboard interface represents one or more keyboards associated with a seat.
type 'v t = ([ `Wl_keyboard ], 'v, [ `Client ]) Proxy.t
module Keymap_format = Wayland_proto.Wl_keyboard.Keymap_format
module Key_state = Wayland_proto.Wl_keyboard.Key_state
val release : [< `V3 | `V4 | `V5 | `V6 | `V7 | `V8 | `V9 ] t -> unit
Release the keyboard object.
Note: Servers will always want to use v1
.
class virtual +'a v1 : object ... end
Handler for a proxy with version >= 1.
class virtual +'a v2 : object ... end
Handler for a proxy with version >= 2.
class virtual +'a v3 : object ... end
Handler for a proxy with version >= 3.
class virtual +'a v4 : object ... end
Handler for a proxy with version >= 4.
class virtual +'a v5 : object ... end
Handler for a proxy with version >= 5.
class virtual +'a v6 : object ... end
Handler for a proxy with version >= 6.
class virtual +'a v7 : object ... end
Handler for a proxy with version >= 7.
class virtual +'a v8 : object ... end
Handler for a proxy with version >= 8.
class virtual +'a v9 : object ... end
Handler for a proxy with version >= 9.