Add a slot for worlds to know if they are fullscreened, and another for restoring the window position after returning from fullscreen mode
parent
93efc83938
commit
bad7e4b68e
|
@ -33,7 +33,8 @@ CONSTANT: default-world-window-controls
|
||||||
}
|
}
|
||||||
|
|
||||||
TUPLE: world < track
|
TUPLE: world < track
|
||||||
active? focused? grab-input?
|
active? focused? grab-input? fullscreen?
|
||||||
|
saved-position
|
||||||
layers
|
layers
|
||||||
title status status-owner
|
title status status-owner
|
||||||
text-handle handle images
|
text-handle handle images
|
||||||
|
|
Loading…
Reference in New Issue