[][src]Trait wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gestures_v1::RequestsTrait

pub trait RequestsTrait {
    fn get_swipe_gesture<F>(
        &self,
        pointer: &Proxy<WlPointer>,
        implementor: F
    ) -> Result<Proxy<ZwpPointerGestureSwipeV1>, ()>
    where
        F: FnOnce(NewProxy<ZwpPointerGestureSwipeV1>) -> Proxy<ZwpPointerGestureSwipeV1>
;
fn get_pinch_gesture<F>(
        &self,
        pointer: &Proxy<WlPointer>,
        implementor: F
    ) -> Result<Proxy<ZwpPointerGesturePinchV1>, ()>
    where
        F: FnOnce(NewProxy<ZwpPointerGesturePinchV1>) -> Proxy<ZwpPointerGesturePinchV1>
; }

Required methods

fn get_swipe_gesture<F>(
    &self,
    pointer: &Proxy<WlPointer>,
    implementor: F
) -> Result<Proxy<ZwpPointerGestureSwipeV1>, ()> where
    F: FnOnce(NewProxy<ZwpPointerGestureSwipeV1>) -> Proxy<ZwpPointerGestureSwipeV1>, 

get swipe gesture

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

fn get_pinch_gesture<F>(
    &self,
    pointer: &Proxy<WlPointer>,
    implementor: F
) -> Result<Proxy<ZwpPointerGesturePinchV1>, ()> where
    F: FnOnce(NewProxy<ZwpPointerGesturePinchV1>) -> Proxy<ZwpPointerGesturePinchV1>, 

get pinch gesture

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

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpPointerGesturesV1>[src]

Loading content...

Implementors

Loading content...