Fix event name

This commit is contained in:
Glenn Watson 2014-12-18 10:57:12 +10:00
parent 9dc5689eef
commit 435c64f473
2 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@ pub enum Event {
/// An event from the mouse has been received.
MouseInput(ElementState, MouseButton),
/// The window should be redrawn.
Refresh,
/// The event loop was woken up by another thread.
Awakened,
}
pub type ScanCode = u8;