[][src]Type Definition xcb::xproto::QueryPointerReply

type QueryPointerReply = Reply<xcb_query_pointer_reply_t>;

Methods

impl QueryPointerReply[src]

pub fn same_screen(&self) -> bool[src]

pub fn root(&self) -> Window[src]

pub fn child(&self) -> Window[src]

pub fn root_x(&self) -> i16[src]

pub fn root_y(&self) -> i16[src]

pub fn win_x(&self) -> i16[src]

pub fn win_y(&self) -> i16[src]

pub fn mask(&self) -> u16[src]