I've been looking through docs and didn't find any info on how to set a display on which the window should be shown.
The idea of my app is to be shown on 2 displays, one is full-screen on a TV for presentation and 2nd is on a desktop with a controls, where I can change a display of presentation window that should be full screen.
I've found val windowState = rememberWindowState(placement = WindowPlacement.Fullscreen)
for full screen, now I need a way to set up a display in a multi-display environment
Kotlin Desktop Compose : two displays app with 2 windows, each occupy it's display and have a choice
Asked
Active
Viewed 43 times
0

vighnesh153
- 4,354
- 2
- 13
- 27

Vlad Alexeev
- 2,072
- 6
- 29
- 59