Lidl-Soundboard icon indicating copy to clipboard operation
Lidl-Soundboard copied to clipboard

Implement a radial menu

Open devolution2409 opened this issue 6 years ago • 2 comments

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?

devolution2409 avatar Mar 29 '19 18:03 devolution2409

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?

devolution2409 avatar Mar 29 '19 19:03 devolution2409

And the following for resize: EVENT_SYSTEM_MOVESIZEEND

devolution2409 avatar Mar 29 '19 20:03 devolution2409