xcb::xinput

Type Alias DeviceFocusOutEvent

source
pub type DeviceFocusOutEvent = DeviceFocusInEvent;
Expand description

The DeviceFocusOutEvent event.

Aliased Type§

struct DeviceFocusOutEvent { /* private fields */ }

Implementations

source§

impl DeviceFocusInEvent

source

pub fn new( event_base: u8, detail: NotifyDetail, time: Timestamp, window: Window, mode: NotifyMode, device_id: u8, ) -> DeviceFocusInEvent

source

pub fn response_type(&self) -> u8

source

pub fn detail(&self) -> NotifyDetail

source

pub fn sequence(&self) -> u16

source

pub fn time(&self) -> Timestamp

source

pub fn window(&self) -> Window

source

pub fn mode(&self) -> NotifyMode

source

pub fn device_id(&self) -> u8

Trait Implementations

source§

impl BaseEvent for DeviceFocusInEvent

source§

const EXTENSION: Option<Extension> = _

The extension associated to this event, or None for the main protocol
source§

const NUMBER: u32 = 6u32

The number associated to this event
source§

fn is_from_send_event(&self) -> bool

Check whether this event was emitted by the SendEvent request See [crate::x::SendEvent].
source§

impl Debug for DeviceFocusInEvent

source§

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

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

impl Drop for DeviceFocusInEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl Raw<xcb_generic_event_t> for DeviceFocusInEvent

source§

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

Build Self from a raw pointer Read more
source§

fn as_raw(&self) -> *mut xcb_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 DeviceFocusInEvent

source§

impl Sync for DeviceFocusInEvent