Style incoming call notification
This commit is contained in:
parent
79748803a9
commit
d7bac3cea6
6 changed files with 111 additions and 28 deletions
|
@ -131,6 +131,10 @@ impl super::Platform for Platform {
|
|||
|
||||
fn quit(&self) {}
|
||||
|
||||
fn screen_size(&self) -> Vector2F {
|
||||
vec2f(1024., 768.)
|
||||
}
|
||||
|
||||
fn open_window(
|
||||
&self,
|
||||
_: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue