You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Castorix. I'm looking for the way to display elements on the screen at custom coordinates (like label on the screenshot). Can you please advise the best way to do this? Do I need to create a full screen transparent click-through overlay to place items on?
The text was updated successfully, but these errors were encountered:
Hi Castorix. I'm looking for the way to display elements on the screen at custom coordinates (like label on the screenshot). Can you please advise the best way to do this? Do I need to create a full screen transparent click-through overlay to place items on?
It depends on which elements need to be displayed
In Win32, "Overlay" windows are usually done with borderless Layered windows (or with DirectComposition for a few years)
(for just a message, "Tracking Tooltips" could be used too (with NULL or GetDesktopWindow() as parent))
Hi Castorix. I'm looking for the way to display elements on the screen at custom coordinates (like label on the screenshot). Can you please advise the best way to do this? Do I need to create a full screen transparent click-through overlay to place items on?
The text was updated successfully, but these errors were encountered: