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

Function has_keyboard_capture_request

src/python/python_runtime.cpp:1162–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160 }
1161
1162 bool has_keyboard_capture_request() {
1163 std::lock_guard lock(g_keyboard_capture_mutex);
1164 return !g_keyboard_capture_owners.empty();
1165 }
1166
1167 namespace {
1168 InvalidatePollCacheCallback g_invalidate_poll_cache_cb = nullptr;

Callers 1

handleKeyMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected