Lines Matching defs:KeyInputImpl
16 #include "KeyInputImpl.h"
26 KeyInputImpl::KeyInputImpl() : KeyInput(), pressedCodes(0)
30 KeyInputImpl& KeyInputImpl::GetInstance()
32 static KeyInputImpl instance;
36 void KeyInputImpl::DispatchOsInputMethodEvent() const
41 void KeyInputImpl::DispatchOsKeyEvent() const
54 void KeyInputImpl::SetKeyEvent(const int32_t keyCodeVal, const int32_t keyActionVal,
66 void KeyInputImpl::SetCodePoint(const unsigned int codePointVal)