Alina Chebakova
10/17/2023, 2:23 PMGiuliopime
10/18/2023, 5:34 PMFrameWindowScope
that you should be able to use for thisval device = GraphicsEnvironment.getLocalGraphicsEnvironment().screenDevices[0];
Window(
visible = visible,
onCloseRequest = {
visible = false
},
state = state
) {
Button(onClick = {
device.fullScreenWindow = this.window;
}) {
Text("Full screen")
}
}
I have not tested this so it might not work