You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just checked and it seems that Dear ImGui does not support other mouse buttons...
from cimgui_enums.go:
// Identify a mouse button.// Those values are guaranteed to be stable and we frequently use 0/1 directly. Named enums provided for convenience.// original name: ImGuiMouseButton_typeMouseButtonint32const (
MouseButtonLeftMouseButton=0MouseButtonRightMouseButton=1MouseButtonMiddleMouseButton=2MouseButtonCOUNTMouseButton=5
)
Maybe, according to comment, other buttons will just have greater numbers?
tbh, first of all you'd need to check in Dear ImGui's code first
Related problem
No response
Your request
Currently there is only left, right and middle mouse button. It would be nice to have support for the other buttons.
Alternative solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: