[−][src]Type Definition xcb::xfixes::CursorNotifyEvent
type CursorNotifyEvent = Event<xcb_xfixes_cursor_notify_event_t>;
Methods
impl CursorNotifyEvent
[src]
pub fn subtype(&self) -> u8
[src]
pub fn window(&self) -> Window
[src]
pub fn cursor_serial(&self) -> u32
[src]
pub fn timestamp(&self) -> Timestamp
[src]
pub fn name(&self) -> Atom
[src]
pub fn new(
subtype: u8,
window: Window,
cursor_serial: u32,
timestamp: Timestamp,
name: Atom
) -> CursorNotifyEvent
[src]
subtype: u8,
window: Window,
cursor_serial: u32,
timestamp: Timestamp,
name: Atom
) -> CursorNotifyEvent
Constructs a new CursorNotifyEvent
response_type
will be set automatically to CURSOR_NOTIFY