Skip to content
Discussion options

You must be logged in to vote

Hi,

If you use Hello ImGui and/or ImmApp, then they are responsible for handling the mouse and keyboard callbacks.

When using hello_imgui or immapp, registering additional callbacks to glfw without overriding previous ones is not possible at the moment, and I'm not sure it is desirable. Basically the existing callbacks will transmit the info to ImGui.

Concerning your problem you may have several solutions.

Option 1: Instead of changing the mouse callbacks, ask ImGui about the mouse status

See below an image which shows that imgui can give a lot of info about the mouse (and keyboard) status.

Option 2: use a full python backend

If you really desire to change these callbacks, I would assume…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MediumSolid
Comment options

Answer selected by MediumSolid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants