Hello everyone,
I’d like to find out if it’s possible to achieve the following with SDL2, or if I need to embed SDL2 into another Windows framework:
- Position the game window to occupy one-third of the desktop screen horizontally or one-third vertically.
- Have the ability to minimize the window to the system tray.
- Add an option to keep the window always on top.
Can all of this be done with SDL2 alone, or would I need to integrate SDL2 with native Windows APIs to achieve these features?
Thank you for your help!