Home
last modified time | relevance | path

Searched refs:KeyInput (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/mock/
H A DKeyInput.cpp16 #include "KeyInput.h"
18 KeyInput::KeyInput() : codePoint(0), keyCode(-1), keyAction(-1) in KeyInput() function in KeyInput
H A DKeyInput.h23 class KeyInput { class
33 KeyInput();
34 virtual ~KeyInput() {} in ~KeyInput()
/ide/tools/previewer/mock/lite/
H A DKeyInputImpl.h19 #include "KeyInput.h"
21 class KeyInputImpl : public KeyInput {
/ide/tools/previewer/mock/rich/
H A DKeyInputImpl.h19 #include "KeyInput.h"
22 class KeyInputImpl : public KeyInput {
H A DKeyInputImpl.cpp26 KeyInputImpl::KeyInputImpl() : KeyInput(), pressedCodes(0) in KeyInputImpl()

Completed in 1 milliseconds