seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
370 stars 95 forks source link

Added backend feature - HasSetMousePos #33

Closed inobelar closed 3 years ago

inobelar commented 3 years ago

That allow us to display mouse cursor on right position during keyboard navigation, if set ConfigFlag :: NavEnableSetMousePos. See attached video:

https://user-images.githubusercontent.com/20372668/113570582-550c0080-961d-11eb-8701-60a74048cdd0.mp4

seanchas116 commented 3 years ago

Thanks! (sorry for late response)