Trait opencv::prelude::KeyboardEventTrait
source · pub trait KeyboardEventTrait: KeyboardEventTraitConst {
// Required method
fn as_raw_mut_KeyboardEvent(&mut self) -> *mut c_void;
// Provided methods
fn set_action(&mut self, val: KeyboardEvent_Action) { ... }
fn set_symbol(&mut self, val: &str) { ... }
fn set_code(&mut self, val: u8) { ... }
fn set_modifiers(&mut self, val: i32) { ... }
}
Expand description
Mutable methods for crate::viz::KeyboardEvent