Home
last modified time | relevance | path

Searched refs:InputDevType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.cpp45 data_.type = InputDevType::INDEV_TYPE_UNKNOWN; in InputEventHub()
130 data.type = InputDevType::INDEV_TYPE_MOUSE; in EventCallback()
136 data.type = InputDevType::INDEV_TYPE_TOUCH; in EventCallback()
158 InputDevType InputEventHub::GetDeviceType(uint32_t devIndex) in GetDeviceType()
162 return InputDevType::INDEV_TYPE_TOUCH; in GetDeviceType()
165 return InputDevType::INDEV_TYPE_MOUSE; in GetDeviceType()
168 return InputDevType::INDEV_TYPE_UNKNOWN; in GetDeviceType()
H A Dinput_event_hub.h63 static InputDevType GetDeviceType(uint32_t devIndex);
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h29 enum class InputDevType { enum
43 InputDevType type;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input.md69 | [InputDevType](#inputdevtype) { INDEV_TYPE_TOUCH, INDEV_TYPE_KEY, INDEV_TYPE_KEYBOARD, INDEV_TYPE…
241 ### InputDevType subsection
244 enum InputDevType
H A Dinput__type_8h.md55 | [InputDevType](_input.md#inputdevtype) { INDEV_TYPE_TOUCH, INDEV_TYPE_KEY, INDEV_TYPE_KEYBOARD, I…
H A D_input_controller.md112 | deviceType | 输出参数,获取的对应设备索引的设备类型,具体参考[InputDevType](_input.md#inputdevtype)。 |
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp637 case InputDevType::INDEV_TYPE_MOUSE: in FindTargetWindow()
639 case InputDevType::INDEV_TYPE_TOUCH: { in FindTargetWindow()
651 case InputDevType::INDEV_TYPE_KEY: in FindTargetWindow()
653 case InputDevType::INDEV_TYPE_BUTTON: { in FindTargetWindow()
678 if (event.type == InputDevType::INDEV_TYPE_MOUSE) { in OnRawEvent()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.h135 enum InputDevType { enum
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h123 enum InputDevType { enum