is possible make click throught window? #2059
Unanswered
jdemaria22
asked this question in
Q&A
Replies: 1 comment 15 replies
-
Unfortunately no so far. You can calculate this by A problem of exposing the position though a window is that coordinate systems differ among OSes and it is tricky to offer an consistent way. (e.g. is the position affected by a zoom scale for Hi-DPI?) |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, i'm trying to create a overlay with ebiten.
I use SetScreenTransparent() /SetWindowDecorated(false), to create a window transparent a undecorated.
I use SetWindowFloating(false) to hold up the window all the time.
I'ts posible to make click throught the window?
for example in C
https://stackoverflow.com/questions/39855720/windows-forms-pass-clicks-through-a-partially-transparent-always-on-top-window
Thanks
Beta Was this translation helpful? Give feedback.
All reactions