Enum csfml_window_sys::sfEventType [] [src]

#[repr(u32)]
pub enum sfEventType { sfEvtClosed, sfEvtResized, sfEvtLostFocus, sfEvtGainedFocus, sfEvtTextEntered, sfEvtKeyPressed, sfEvtKeyReleased, sfEvtMouseWheelMoved, sfEvtMouseWheelScrolled, sfEvtMouseButtonPressed, sfEvtMouseButtonReleased, sfEvtMouseMoved, sfEvtMouseEntered, sfEvtMouseLeft, sfEvtJoystickButtonPressed, sfEvtJoystickButtonReleased, sfEvtJoystickMoved, sfEvtJoystickConnected, sfEvtJoystickDisconnected, sfEvtTouchBegan, sfEvtTouchMoved, sfEvtTouchEnded, sfEvtSensorChanged, sfEvtCount, }

Variants

Trait Implementations

impl Debug for sfEventType
[src]

Formats the value using the given formatter.

impl Copy for sfEventType
[src]

impl Clone for sfEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sfEventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sfEventType
[src]

impl Hash for sfEventType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more