Kickstart a new rewrite of the raidillon engine
Endless refactors, refactor everyday, refactor relentlessly, refactor every morning, every day, every hour.
This commit is contained in:
commit
f7d5c14caf
19 changed files with 4391 additions and 0 deletions
11
raidillon_platform/src/event.rs
Normal file
11
raidillon_platform/src/event.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pub enum PlatformEvent {
|
||||
/// Emmited when the window should
|
||||
RedrawRequested,
|
||||
|
||||
/// The platform has requested to close the app.
|
||||
CloseRequested,
|
||||
|
||||
/// Platform event loop is about to block and wait for new
|
||||
/// new events.
|
||||
AboutToWait
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue