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

Function request_keyboard_capture

src/python/python_runtime.cpp:1152–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150 } // namespace
1151
1152 void request_keyboard_capture(const std::string& owner_id) {
1153 std::lock_guard lock(g_keyboard_capture_mutex);
1154 g_keyboard_capture_owners.insert(owner_id);
1155 }
1156
1157 void release_keyboard_capture(const std::string& owner_id) {
1158 std::lock_guard lock(g_keyboard_capture_mutex);

Callers 1

TEST_FFunction · 0.85

Calls 1

insertMethod · 0.45

Tested by 1

TEST_FFunction · 0.68