MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / _get_keyboard_handler

Method _get_keyboard_handler

core/src/browser/devtools.cc:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 cef_keyboard_handler_t *_get_keyboard_handler()
167 {
168 return new DevToolsKeyboardHandler();
169 }
170};
171
172void browser::open_devtools(cef_browser_t *browser)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected