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

Function get_keymap_bindings

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

Source from the content-addressed store, hash-verified

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) {
194 g_frame_context = ctx;

Callers 2

register_keymapFunction · 0.85
actionShortcutFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected