Trait guion::event::key::PressedKey[][src]

pub trait PressedKey<E> where
    E: Env
{ fn key(&self) -> EEKey<E>;
fn widget(&self) -> WidgetIdent<E>;
fn ts(&self) -> u64;
fn cursor(&self) -> Option<Offset>; }

Required methods

fn key(&self) -> EEKey<E>[src]

fn widget(&self) -> WidgetIdent<E>[src]

the widget at which the keypress started

fn ts(&self) -> u64[src]

the timestamp at which the keypress started

fn cursor(&self) -> Option<Offset>[src]

Loading content...

Implementors

impl<E> PressedKey<E> for StdPressedKey<E> where
    E: Env
[src]

Loading content...