[][src]Module wayland_protocols::unstable::relative_pointer::v1::client::zwp_relative_pointer_v1

relative pointer object

A wp_relative_pointer object is an extension to the wl_pointer interface used for emitting relative pointer events. It shares the same focus as wl_pointer objects of the same seat and will only emit events when it has focus.

Structs

ZwpRelativePointerV1

Enums

Event
Request

Constants

EVT_RELATIVE_MOTION_SINCE

The minimal object version supporting this event

REQ_DESTROY_SINCE

The minimal object version supporting this request

Statics

zwp_relative_pointer_v1_events

C-representation of the messages of this interface, for interop

zwp_relative_pointer_v1_interface

C representation of this interface, for interop

zwp_relative_pointer_v1_requests

C-representation of the messages of this interface, for interop

Traits

EventHandler

An interface for handling events.