Home
last modified time | relevance | path

Searched refs:INDEV_TYPE_BUTTON (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input.md69 …V_TYPE_KEY, INDEV_TYPE_KEYBOARD, INDEV_TYPE_MOUSE,   INDEV_TYPE_BUTTON, INDEV_TYPE_…
260 | INDEV_TYPE_BUTTON | 虚拟按键 |
H A Dinput__type_8h.md55 …V_TYPE_KEY, INDEV_TYPE_KEYBOARD, INDEV_TYPE_MOUSE,   INDEV_TYPE_BUTTON, INDEV_TYPE_…
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h34 INDEV_TYPE_BUTTON, /** Virtual button */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.h138 INDEV_TYPE_BUTTON, /* Virtual button */ enumerator
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h126 INDEV_TYPE_BUTTON, /**< Virtual button */ enumerator
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp653 case InputDevType::INDEV_TYPE_BUTTON: { in FindTargetWindow()