Module sfml::window::event [] [src]

Defines a system event and its parameters

Event holds all the informations about a system event that just happened.

Reexports

pub use self::Event::{Closed, Resized, LostFocus, GainedFocus, TextEntered, KeyPressed, KeyReleased, MouseWheelMoved, MouseButtonPressed, MouseButtonReleased, MouseMoved, MouseEntered, MouseLeft, JoystickButtonPressed, JoystickButtonReleased, JoystickMoved, JoystickConnected, JoystickDisconnected, NoEvent};

Enums

Event

Definition of all the event types