package wayland

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

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

Version 1, 2

Version 3

val release : [< `V3 | `V4 | `V5 | `V6 | `V7 ] t -> unit

Release the keyboard object.

Version 4, 5, 6, 7

Handlers

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.