Function xcb::xproto::query_pointer_unchecked[][src]

pub fn query_pointer_unchecked<'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: