mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
chore: removed AppMessage
enum
This commit is contained in:
parent
45fffba528
commit
6afa254e9d
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,6 @@ pub enum ApplicationType {
|
||||||
App3D
|
App3D
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum AppMessage {
|
|
||||||
Resize(PhysicalSize<u32>),
|
|
||||||
Input(InputManager),
|
|
||||||
UpdateCompleted(f32),
|
|
||||||
Quit
|
|
||||||
}
|
|
||||||
|
|
||||||
pub struct App {
|
pub struct App {
|
||||||
title: String,
|
title: String,
|
||||||
icon: Option<Icon>,
|
icon: Option<Icon>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue