Kiosk mode with more than one monitor

It would be great if Desktop::setKioskModeComponent could support multiple monitors. In other words, you could say:
Desktop::getInstance().setKioskModeComponent(myComponent, desiredMonitorIndex);
Where desiredMonitorIndex is an int that is less than getNumDisplayMonitors().
So that way you can go fullscreen on your secondary monitor, but leave your primary monitor as normal.
How does that sound?

Yes, good request - I’d need to do some investigation to figure out how it all works, but would like to make that happen.