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
sfEvtClosedsfEvtResizedsfEvtLostFocussfEvtGainedFocussfEvtTextEnteredsfEvtKeyPressedsfEvtKeyReleasedsfEvtMouseWheelMovedsfEvtMouseWheelScrolledsfEvtMouseButtonPressedsfEvtMouseButtonReleasedsfEvtMouseMovedsfEvtMouseEnteredsfEvtMouseLeftsfEvtJoystickButtonPressedsfEvtJoystickButtonReleasedsfEvtJoystickMovedsfEvtJoystickConnectedsfEvtJoystickDisconnectedsfEvtTouchBegansfEvtTouchMovedsfEvtTouchEndedsfEvtSensorChangedsfEvtCountTrait Implementations
impl Debug for sfEventType[src]
impl Copy for sfEventType[src]
impl Clone for sfEventType[src]
fn clone(&self) -> sfEventType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for sfEventType[src]
fn eq(&self, __arg_0: &sfEventType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.