Searched refs:RotateInputDevice (Results 1 – 7 of 7) sorted by relevance
25 class RotateInputDevice : public InputDevice {28 RotateInputDevice();30 virtual ~RotateInputDevice() {} in ~RotateInputDevice()
32 RotateInputDevice::RotateInputDevice() in RotateInputDevice() function in OHOS::RotateInputDevice37 void RotateInputDevice::DispatchEvent(const DeviceData& data) in DispatchEvent()
57 当前图形框架支持触摸事件(PointerInputDevice)、按键事件(KeyInputDevice)、旋转表冠事件(RotateInputDevice)。70 class RotateInputDevice {84 InputDevice <|-- RotateInputDevice
150 旋转输入继承 RotateInputDevice 类实现 Read 接口,需要设置 rotate 值。
25 class MousewheelInput : public RotateInputDevice {
57 …ent (PointerInputDevice), key event (KeyInputDevice), and crown rotation event (RotateInputDevice).70 class RotateInputDevice {84 InputDevice <|-- RotateInputDevice
150 For rotation input devices, inherit from the **RotateInputDevice** class to implement the **Read** …