Enum wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gestures_v1::Request [] [src]

pub enum Request {
    GetSwipeGesture {
        id: Proxy<ZwpPointerGestureSwipeV1>,
        pointer: Proxy<WlPointer>,
    },
    GetPinchGesture {
        id: Proxy<ZwpPointerGesturePinchV1>,
        pointer: Proxy<WlPointer>,
    },
}

Variants

get swipe gesture

Create a swipe gesture object. See the wl_pointer_gesture_swipe interface for details.

Fields of GetSwipeGesture

get pinch gesture

Create a pinch gesture object. See the wl_pointer_gesture_pinch interface for details.

Fields of GetPinchGesture

Trait Implementations

impl MessageGroup for Request
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request