MCPcopy Create free account
hub / github.com/axmolengine/axmol / dispatchControlKey

Method dispatchControlKey

core/base/IMEDispatcher.cpp:238–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void IMEDispatcher::dispatchControlKey(EventKeyboard::KeyCode keyCode)
239{
240 do
241 {
242 AX_BREAK_IF(!_impl);
243
244 // there is no delegate attached to IME
245 AX_BREAK_IF(!_impl->_delegateWithIme);
246
247 _impl->_delegateWithIme->controlKey(keyCode);
248 } while (0);
249}
250
251std::string_view IMEDispatcher::getContentText()
252{

Callers 2

onGLFWKeyCallbackMethod · 0.80
OnWinRTKeyboardEventMethod · 0.80

Calls 1

controlKeyMethod · 0.45

Tested by

no test coverage detected