Trait opencv::hub_prelude::KeyboardEventTraitConst[][src]

pub trait KeyboardEventTraitConst {
    fn as_raw_KeyboardEvent(&self) -> *const c_void;

    fn action(&self) -> KeyboardEvent_Action { ... }
fn symbol(&self) -> String { ... }
fn code(&self) -> u8 { ... }
fn modifiers(&self) -> i32 { ... } }
Expand description

This class represents a keyboard event.

Required methods

Provided methods

Implementors