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

Function set_keymap_bindings

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

Keymap bindings

Source from the content-addressed store, hash-verified

188
189 // Keymap bindings
190 void set_keymap_bindings(vis::input::InputBindings* bindings) { g_keymap_bindings.store(bindings); }
191 vis::input::InputBindings* get_keymap_bindings() { return g_keymap_bindings.load(); }
192
193 void set_context(const PyContext& ctx) {

Callers 1

initializeMethod · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected