Lidl-Soundboard
Lidl-Soundboard copied to clipboard
Implement a radial menu
Radial menu (à la Dota 2) to send play command to a wrapper. Try to implement this to have a working overlay
- Periodically check which is the topmost window using a QTimer ?
- If so, do we need to QThread it?
- Listen to maximised/minimized messages?
Listen to the following event: EVENT_SYSTEM_FOREGROUND which is emitted when a window becomes the new foreground window Than, adjust the dimension of the overlay according to this?
And the following for resize: EVENT_SYSTEM_MOVESIZEEND