We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3062394 commit 43fd677Copy full SHA for 43fd677
src/lib/OGF/skin_imgui/widgets/render_area.cpp
@@ -473,7 +473,7 @@ namespace OGF {
473
474
// Note: this is a GLFW button code (not RenderArea::Button that uses
475
// a different mapping).
476
- const int button = (yoffset > 0) ? 3 : 4;
+ const int button = 3; // (yoffset > 0) ? 3 : 4;
477
478
int mods = (ctrl ? GLFW_MOD_CONTROL : 0) |
479
(shift ? GLFW_MOD_SHIFT : 0) ;
0 commit comments