xcb::xinput

Type Alias RawMotionEvent

source
pub type RawMotionEvent = RawButtonPressEvent;
Expand description

The RawMotionEvent event.

Aliased Type§

struct RawMotionEvent { /* private fields */ }

Implementations

source§

impl RawButtonPressEvent

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 detail(&self) -> u32

source

pub fn source(&self) -> Device

source

pub fn flags(&self) -> PointerEventFlags

source

pub fn full_sequence(&self) -> u32

source

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

source

pub fn axisvalues(&self) -> &[Fp3232]

source

pub fn axisvalues_raw(&self) -> &[Fp3232]

Trait Implementations

source§

impl Debug for RawButtonPressEvent

source§

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

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

impl Drop for RawButtonPressEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl GeEvent for RawButtonPressEvent

source§

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

The extension associated to this event
source§

const NUMBER: u32 = 15u32

The number associated to this event
source§

impl Raw<xcb_ge_generic_event_t> for RawButtonPressEvent

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 RawButtonPressEvent

source§

impl Sync for RawButtonPressEvent