Home
last modified time | relevance | path

Searched refs:PointerInputDevice (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.cpp31 void PointerInputDevice::DispatchEvent(const DeviceData& data) in DispatchEvent()
59 void PointerInputDevice::DispatchPressEvent(UIViewGroup* rootView) in DispatchPressEvent()
103 bool PointerInputDevice::ProcessReleaseEvent() in ProcessReleaseEvent()
155 void PointerInputDevice::DispatchReleaseEvent(UIViewGroup* rootView) in DispatchReleaseEvent()
183 void PointerInputDevice::DispatchDragStartEvent() in DispatchDragStartEvent()
215 void PointerInputDevice::DispatchDragEvent() in DispatchDragEvent()
235 void PointerInputDevice::DispatchDragEndEvent() in DispatchDragEndEvent()
263 void PointerInputDevice::DispatchLongPressEvent(uint32_t elapse) in DispatchLongPressEvent()
295 void PointerInputDevice::DispatchCancelEvent() in DispatchCancelEvent()
311 void PointerInputDevice::UpdateEventViews(UIView* view) in UpdateEventViews()
[all …]
H A Dpointer_input_device.h25 class PointerInputDevice : public InputDevice {
27 PointerInputDevice() in PointerInputDevice() function
33 virtual ~PointerInputDevice() {} in ~PointerInputDevice()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-overview.md57 当前图形框架支持触摸事件(PointerInputDevice)、按键事件(KeyInputDevice)、旋转表冠事件(RotateInputDevice)。
66 class PointerInputDevice {
83 InputDevice <|-- PointerInputDevice
90 …特点,重写 InputDevice 基类的 Read 函数,读取对应的输入数据,然后根据输入数据生成对应的事件分发给 UI 控件,如 PointerInputDevice 读取触摸的坐标点,根据坐…
H A Dsubsys-graphics-porting-guide.md146 触摸输入继承 PointerInputDevice 类实现 Read 接口,需要返回 x/y 坐标和按压状态;
164 class TouchInput : public OHOS::PointerInputDevice {
346 class TouchInput : public OHOS::PointerInputDevice {
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ohos/
H A Dohos_input_device.h22 class OHOSInputDevice : public PointerInputDevice {
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmouse_input.h26 class MouseInput : public PointerInputDevice {
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-overview.md57 The small-system graphics framework supports the touch event (PointerInputDevice), key event (KeyIn…
66 class PointerInputDevice {
83 InputDevice <|-- PointerInputDevice
90 …ibutes the event to the corresponding UI component. For example, **PointerInputDevice** reads the …
H A Dsubsys-graphics-porting-guide.md146 For touch devices, inherit from the **PointerInputDevice** class to implement the **Read** function…
164 class TouchInput : public OHOS::PointerInputDevice {
346 class TouchInput : public OHOS::PointerInputDevice {
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dpoint_event_injector.h25 class PointEventInjector : public PointerInputDevice {
/ohos5.0/base/update/updater/services/ui/driver/
H A Dpointers_input_device.h26 class PointersInputDevice : public OHOS::PointerInputDevice {
/ohos5.0/base/update/updater/
H A Dupdater_ux_guide.md68 事件管理包含了触控事件响应,输入管理模块PointerInputDevice读取输入位置,根据上报的坐标信息所在的脏区域找到对应的控件,根据上报的状态信息,识别为点击事件,调用控件注册对应的触控回调…
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-bes2600w-on-minisystem-display-demo.md1306 - `touch_input`:实例化`PointerInputDevice`。
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-bes2600w-on-minisystem-display-demo.md1304 - `touch_input`: instantiates `PointerInputDevice`.