Home
last modified time | relevance | path

Searched refs:DragSpeedScaleSlow (Results 1 – 10 of 10) sorted by relevance

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_internal.h420 float DragSpeedScaleSlow; member
484 DragSpeedScaleSlow = 0.01f; in ImGuiState()
H A Dimgui.cpp6463 if (g.IO.KeyAlt && g.DragSpeedScaleSlow >= 0.0f) in DragBehavior()
6464 speed = speed * g.DragSpeedScaleSlow; in DragBehavior()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui_internal.h437 float DragSpeedScaleSlow; member
506 DragSpeedScaleSlow = 0.01f; in ImGuiContext()
H A Dimgui.cpp6857 if (g.IO.KeyAlt && g.DragSpeedScaleSlow >= 0.0f) in DragBehavior()
6858 speed = speed * g.DragSpeedScaleSlow; in DragBehavior()
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui_internal.h668 float DragSpeedScaleSlow; member
773 DragSpeedScaleSlow = 1.0f / 100.0f; in ImGuiContext()
H A Dimgui.cpp9085 if (g.IO.KeyAlt && g.DragSpeedScaleSlow >= 0.0f) in DragBehavior()
9086 adjust_delta *= g.DragSpeedScaleSlow; in DragBehavior()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_internal.h844 float DragSpeedScaleSlow; member
949 DragSpeedScaleSlow = 1.0f / 100.0f; in ImGuiContext()
H A Dimgui.cpp9215 if (g.IO.KeyAlt && g.DragSpeedScaleSlow >= 0.0f) in DragBehavior()
9216 adjust_delta *= g.DragSpeedScaleSlow; in DragBehavior()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_internal.h844 float DragSpeedScaleSlow; member
949 DragSpeedScaleSlow = 1.0f / 100.0f; in ImGuiContext()
H A Dimgui.cpp9215 if (g.IO.KeyAlt && g.DragSpeedScaleSlow >= 0.0f) in DragBehavior()
9216 adjust_delta *= g.DragSpeedScaleSlow; in DragBehavior()