MCPcopy Create free account
hub / github.com/Raais/ImStudio / JsClipboard_AddJsHook

Function JsClipboard_AddJsHook

src/utils/JsClipboardTricks.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100#ifdef IMGUIMANUAL_CLIPBOARD_IMPORT_FROM_BROWSER
101 void JsClipboard_AddJsHook()
102 {
103 sapp_add_js_hook_clipboard();
104 }
105#endif
106
107#endif // __EMSCRIPTEN__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected