Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/dock/
H A Drotate_input_device.h25 class RotateInputDevice : public InputDevice {
28 RotateInputDevice();
30 virtual ~RotateInputDevice() {} in ~RotateInputDevice()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp32 RotateInputDevice::RotateInputDevice() in RotateInputDevice() function in OHOS::RotateInputDevice
37 void RotateInputDevice::DispatchEvent(const DeviceData& data) in DispatchEvent()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-overview.md57 当前图形框架支持触摸事件(PointerInputDevice)、按键事件(KeyInputDevice)、旋转表冠事件(RotateInputDevice)。
70 class RotateInputDevice {
84 InputDevice <|-- RotateInputDevice
H A Dsubsys-graphics-porting-guide.md150 旋转输入继承 RotateInputDevice 类实现 Read 接口,需要设置 rotate 值。
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmousewheel_input.h25 class MousewheelInput : public RotateInputDevice {
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-overview.md57 …ent (PointerInputDevice), key event (KeyInputDevice), and crown rotation event (RotateInputDevice).
70 class RotateInputDevice {
84 InputDevice <|-- RotateInputDevice
H A Dsubsys-graphics-porting-guide.md150 For rotation input devices, inherit from the **RotateInputDevice** class to implement the **Read** …