Add Expose event handler which is needed on some window managers.
This commit is contained in:
parent
d8cd748e35
commit
0670b1ec2e
2 changed files with 8 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ pub enum Event {
|
|||
|
||||
/// The event loop was woken up by another thread.
|
||||
Awakened,
|
||||
|
||||
/// The window needs to be redrawn.
|
||||
Refresh,
|
||||
}
|
||||
|
||||
pub type ScanCode = u8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue