Enum core_graphics::event::CGEventType
[−]
[src]
#[repr(C)]pub enum CGEventType { Null, LeftMouseDown, LeftMouseUp, RightMouseDown, RightMouseUp, MouseMoved, LeftMouseDragged, RightMouseDragged, KeyDown, KeyUp, FlagsChanged, ScrollWheel, TabletPointer, TabletProximity, OtherMouseDown, OtherMouseUp, OtherMouseDragged, TapDisabledByTimeout, TapDisabledByUserInput, }
Constants that specify the different types of input events.
Variants
Null
LeftMouseDown
LeftMouseUp
RightMouseDown
RightMouseUp
MouseMoved
LeftMouseDragged
RightMouseDragged
KeyDown
KeyUp
FlagsChanged
ScrollWheel
TabletPointer
TabletProximity
OtherMouseDown
OtherMouseUp
OtherMouseDragged
TapDisabledByTimeout
TapDisabledByUserInput
Trait Implementations
impl Clone for CGEventType
[src]
fn clone(&self) -> CGEventType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more