Function xcb::xproto::query_pointer[][src]

pub fn query_pointer<'a>(
    c: &'a Connection,
    window: Window
) -> QueryPointerCookie<'a>

get pointer coordinates

Gets the root window the pointer is logically on and the pointer coordinates relative to the root window’s origin.

parameters: