Rename crate folders to remove raidillon prefix
This commit is contained in:
parent
176ea52ab0
commit
3458662cfc
29 changed files with 31 additions and 28 deletions
11
platform/src/event.rs
Normal file
11
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