xcb::xinput

Type Alias LeaveEvent

source
pub type LeaveEvent = EnterEvent;
Expand description

The LeaveEvent event.

Aliased Type§

struct LeaveEvent { /* private fields */ }

Implementations

source§

impl EnterEvent

source

pub fn response_type(&self) -> u8

source

pub fn extension(&self) -> u8

source

pub fn sequence(&self) -> u16

source

pub fn length(&self) -> u32

source

pub fn event_type(&self) -> u16

source

pub fn device(&self) -> Device

source

pub fn time(&self) -> Timestamp

source

pub fn source(&self) -> Device

source

pub fn mode(&self) -> NotifyMode

source

pub fn detail(&self) -> NotifyDetail

source

pub fn root(&self) -> Window

source

pub fn event(&self) -> Window

source

pub fn child(&self) -> Window

source

pub fn full_sequence(&self) -> u32

source

pub fn root_x(&self) -> Fp1616

source

pub fn root_y(&self) -> Fp1616

source

pub fn event_x(&self) -> Fp1616

source

pub fn event_y(&self) -> Fp1616

source

pub fn same_screen(&self) -> bool

source

pub fn focus(&self) -> bool

source

pub fn mods(&self) -> ModifierInfo

source

pub fn group(&self) -> GroupInfo

source

pub fn buttons(&self) -> &[u32]

Trait Implementations

source§

impl Debug for EnterEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Drop for EnterEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl GeEvent for EnterEvent

source§

const EXTENSION: Extension = ext::Extension::Input

The extension associated to this event
source§

const NUMBER: u32 = 7u32

The number associated to this event
source§

impl Raw<xcb_ge_generic_event_t> for EnterEvent

source§

unsafe fn from_raw(raw: *mut xcb_ge_generic_event_t) -> Self

Build Self from a raw pointer Read more
source§

fn as_raw(&self) -> *mut xcb_ge_generic_event_t

Obtain the raw pointer representation
source§

fn into_raw(self) -> *mut T

Convert self into a raw pointer Read more
source§

impl Send for EnterEvent

source§

impl Sync for EnterEvent