Home
last modified time | relevance | path

Searched refs:KeyInput (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dkey_input.cpp30 KeyInput* KeyInput::GetInstance() in GetInstance()
32 static KeyInput keyInput; in GetInstance()
36 bool KeyInput::Read(DeviceData& data) in Read()
44 void KeyInput::KeyHandler(QKeyEvent* event) in KeyHandler()
H A Dkey_input.h26 class KeyInput : public KeyInputDevice {
28 KeyInput() : leftButtonDown_(false), lastX_(0), lastY_(0) {} in KeyInput() function
29 virtual ~KeyInput() {} in ~KeyInput()
30 static KeyInput* GetInstance();
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md364 class KeyInput : public OHOS::KeyInputDevice {
366 KeyInput();
367 virtual ~KeyInput() {}
382 KeyInput();
383 virtual ~KeyInput() {}
402 KeyInput* key = new KeyInput();
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain_widget.cpp97 KeyInput::GetInstance()->KeyHandler(event); in keyPressEvent()
103 KeyInput::GetInstance()->KeyHandler(event); in keyReleaseEvent()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.cpp117 KeyInput::GetInstance()->KeyHandler(event); in keyPressEvent()
123 KeyInput::GetInstance()->KeyHandler(event); in keyReleaseEvent()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.cpp61 KeyInput* key = KeyInput::GetInstance(); in InitHal()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md364 class KeyInput : public OHOS::KeyInputDevice {
366 KeyInput();
367 virtual ~KeyInput() {}
382 KeyInput();
383 virtual ~KeyInput() {}
402 KeyInput* key = new KeyInput();