MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / isTransformGizmoUsing

Function isTransformGizmoUsing

src/visualizer/input/input_controller.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 [[nodiscard]] bool isTransformGizmoUsing() {
95 return gui::isBoundsGizmoActive() ||
96 gui::isRotationGizmoActive() ||
97 gui::isScaleGizmoActive() ||
98 gui::isTranslationGizmoActive();
99 }
100
101 [[nodiscard]] bool isEnvironmentMapExtension(const std::string_view ext) {
102 return ext == ".hdr" || ext == ".exr";

Callers 1

handleMouseMoveMethod · 0.85

Calls 4

isBoundsGizmoActiveFunction · 0.85
isRotationGizmoActiveFunction · 0.85
isScaleGizmoActiveFunction · 0.85
isTranslationGizmoActiveFunction · 0.85

Tested by

no test coverage detected