-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WM_XBUTTONUP WM_XBUTTONDOWN #2264
Labels
Comments
Hello Frederich, |
case WM_XBUTTONDOWN: case WM_XBUTTONDBLCLK:
|
ocornut
added a commit
that referenced
this issue
Jan 17, 2019
Added the proper code to handle XBUTTON 4 and 5 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImGui_ImplWin32_WndProcHandler doesn't handle WM_XBUTTONUP WM_XBUTTONDOWN, therefore io.MouseDown[3] and [4] doesn't work.
Version: newest
Branch: master
The text was updated successfully, but these errors were encountered: