Searched refs:MouseWheelH (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1353 float MouseWheelH; // Mouse wheel Horizontal. Most users don't have a mouse with an horizontal wheel, may not be filled by all back-ends. member in struct:ImGuiIO
H A Dimgui.cpp3258 if (g.IO.MouseWheel == 0.0f && g.IO.MouseWheelH == 0.0f)
3290 if (g.IO.MouseWheelH != 0.0f && scroll_allowed && !g.IO.KeyCtrl)
3294 SetWindowScrollX(scroll_window, scroll_window->Scroll.x - g.IO.MouseWheelH * scroll_amount);
3846 g.IO.MouseWheel = g.IO.MouseWheelH = 0.0f;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1353 float MouseWheelH; // Mouse wheel Horizontal. Most users don't have a mouse with an horizontal wheel, may not be filled by all back-ends. member in struct:ImGuiIO
H A Dimgui.cpp3258 if (g.IO.MouseWheel == 0.0f && g.IO.MouseWheelH == 0.0f)
3290 if (g.IO.MouseWheelH != 0.0f && scroll_allowed && !g.IO.KeyCtrl)
3294 SetWindowScrollX(scroll_window, scroll_window->Scroll.x - g.IO.MouseWheelH * scroll_amount);
3846 g.IO.MouseWheel = g.IO.MouseWheelH = 0.0f;

Completed in 48 milliseconds