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.

Ref

Variants

Trait Implementations

impl Clone for CGEventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CGEventType
[src]

impl Debug for CGEventType
[src]

[src]

Formats the value using the given formatter. Read more