Enum glfw::WindowEvent [−][src]
pub enum WindowEvent {
Show variants
Pos(i32, i32),
Size(i32, i32),
Close,
Refresh,
Focus(bool),
Iconify(bool),
FramebufferSize(i32, i32),
MouseButton(MouseButton, Action, Modifiers),
CursorPos(f64, f64),
CursorEnter(bool),
Scroll(f64, f64),
Key(Key, Scancode, Action, Modifiers),
Char(char),
CharModifiers(char, Modifiers),
FileDrop(Vec<PathBuf>),
Maximize(bool),
ContentScale(f32, f32),
}Window event messages.
Variants
Focus(bool)Iconify(bool)MouseButton(MouseButton, Action, Modifiers)CursorEnter(bool)Char(char)Maximize(bool)Trait Implementations
impl Clone for WindowEvent[src]
impl Clone for WindowEvent[src]fn clone(&self) -> WindowEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<WindowEvent> for WindowEvent[src]
impl PartialEq<WindowEvent> for WindowEvent[src]fn eq(&self, other: &WindowEvent) -> bool[src]
fn ne(&self, other: &WindowEvent) -> bool[src]
impl PartialOrd<WindowEvent> for WindowEvent[src]
impl PartialOrd<WindowEvent> for WindowEvent[src]