-
I'm expecting
PS.
|
Beta Was this translation helpful? Give feedback.
Answered by
hoffstadt
Nov 15, 2021
Replies: 1 comment
-
Hi, by default the mouse position is local to an imgui window. You need to set it false, i.e.: print(dpg.get_mouse_pos(local=False)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CodeCox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, by default the mouse position is local to an imgui window. You need to set it false, i.e.: