MPDN_Extensions
MPDN_Extensions copied to clipboard
Min/Max/Close buttons in full screen mode
This has been requested in the forum. It should be achievable using the same methods as painting the media position / duration in full screen mode.
In fact, it might be a good idea to extend the FullScreenTextPainter to do this.
Maybe the code which currently paints those buttons in "minimalistic" windowed mode could be used for this?
The minimialistic window mode ones are done via GDI so they won't show in FSE mode. It'll show just fine in non exclusive mode but I'd like to have a consistent look and feel for both full screen windowed and exclusive modes.
Oh I see, so you don't actually have a function for drawing those buttons?
Nope :)