package wayland

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

Module Wayland_client.Wl_touchSource

Touchscreen input device.

The wl_touch interface represents a touchscreen associated with a seat.

Touch interactions can consist of one or more contacts. For each contact, a series of events is generated, starting with a down event, followed by zero or more motion events, and ending with an up event. Events relating to the same contact point can be identified by the ID of the sequence.

Sourcetype 'v t = ([ `Wl_touch ], 'v, [ `Client ]) Proxy.t

Version 1, 2

Version 3, 4, 5

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

Release the touch object.

Version 6, 7, 8

Handlers

Note: Servers will always want to use v1.

Sourceclass virtual +'a v1 : object ... end

Handler for a proxy with version >= 1.

Sourceclass virtual +'a v2 : object ... end

Handler for a proxy with version >= 2.

Sourceclass virtual +'a v3 : object ... end

Handler for a proxy with version >= 3.

Sourceclass virtual +'a v4 : object ... end

Handler for a proxy with version >= 4.

Sourceclass virtual +'a v5 : object ... end

Handler for a proxy with version >= 5.

Sourceclass virtual +'a v6 : object ... end

Handler for a proxy with version >= 6.

Sourceclass virtual +'a v7 : object ... end

Handler for a proxy with version >= 7.

Sourceclass virtual +'a v8 : object ... end

Handler for a proxy with version >= 8.

OCaml

Innovation. Community. Security.