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

Method startCapture

src/visualizer/input/input_bindings.cpp:1444–1449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442 }
1443
1444 void InputBindings::startCapture(ToolMode mode, Action action) {
1445 capture_state_ = CaptureState{};
1446 capture_state_.active = true;
1447 capture_state_.mode = mode;
1448 capture_state_.action = action;
1449 }
1450
1451 void InputBindings::cancelCapture() {
1452 capture_state_ = CaptureState{};

Callers 2

register_keymapFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64