package oxbow

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

Class River_libinput_config_v1.v2Source

Handler for a proxy with version >= 2.

constraint 'a = [< `V2 ]
method private virtual on_finished : [> `V2 ] t -> unit

The server has finished with the object.

This event indicates that the server will send no further events on this object. The client should destroy the object. See river_libinput_config_v1.destroy for more information.

method private virtual on_libinput_device : [> `V2 ] t -> ([ `River_libinput_device_v1 ], 'a, [ `Client ]) Proxy.t -> unit

New libinput device.

A new libinput device has been created. Not every river_input_device_v1 is necessarily a libinput device as well.

method min_version : int32
method bind_version : [ `V2 ]