Type Definition QueryPointerReply
xcb::xproto
type QueryPointerReply = Reply<xcb_query_pointer_reply_t>;
impl QueryPointerReply
pub fn same_screen(&self) -> bool
pub fn root(&self) -> Window
pub fn child(&self) -> Window
pub fn root_x(&self) -> i16
pub fn root_y(&self) -> i16
pub fn win_x(&self) -> i16
pub fn win_y(&self) -> i16
pub fn mask(&self) -> u16