Home
last modified time | relevance | path

Searched refs:InputDevType (Results 1 - 4 of 4) sorted by relevance

/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);
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h29 enum class InputDevType { class
43 InputDevType type;
/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()

Completed in 4 milliseconds