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

Method dispatchDeleteBackward

core/base/IMEDispatcher.cpp:225–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void IMEDispatcher::dispatchDeleteBackward(int numChars)
226{
227 do
228 {
229 AX_BREAK_IF(!_impl);
230
231 // there is no delegate attached to IME
232 AX_BREAK_IF(!_impl->_delegateWithIme);
233
234 _impl->_delegateWithIme->deleteBackward(numChars);
235 } while (0);
236}
237
238void IMEDispatcher::dispatchControlKey(EventKeyboard::KeyCode keyCode)
239{

Callers 4

onGLFWKeyCallbackMethod · 0.80
executeMethod · 0.80
OnWinRTKeyboardEventMethod · 0.80

Calls 1

deleteBackwardMethod · 0.45

Tested by

no test coverage detected