Trait input::Context[][src]

pub trait Context {
    fn context(&self) -> &Libinput
Notable traits for Libinput
impl Iterator for Libinput type Item = Event;
; }
Expand description

Trait to receive the underlying context

Required methods

Returns the underlying libinput context

Implementors