Function redwm::imports::get_motion_events[][src]

pub fn get_motion_events<Conn, A, B>(
    conn: &Conn,
    window: u32,
    start: A,
    stop: B
) -> Result<Cookie<'_, Conn, GetMotionEventsReply>, ConnectionError> where
    A: Into<u32>,
    B: Into<u32>,
    Conn: RequestConnection + ?Sized