[][src]Trait glk::traits::LineTerminators

pub trait LineTerminators {
    fn set_terminators_line_event(&mut self, win: winid_t, keycodes: &[u32]);
}

GLK_MODULE_LINE_TERMINATORS

Required methods

fn set_terminators_line_event(&mut self, win: winid_t, keycodes: &[u32])

Configures that other keystrokes , besides newline, terminate line input

  • events.
Loading content...

Implementors

Loading content...