Searched refs:AXIS_ACTION_UPDATE (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_axis_type.h | 132 AXIS_ACTION_UPDATE, enumerator
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | axis_event.h | 53 static constexpr int32_t AXIS_ACTION_UPDATE = 3; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | axis_event.cpp | 78 case AxisEvent::AXIS_ACTION_UPDATE: in ActionToShortStr()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | oh__axis__type_8h.md | 35 …AXIS_ACTION_CANCEL](input.md) = 0, [AXIS_ACTION_BEGIN](input.md), [AXIS_ACTION_UPDATE](input.md), …
|
H A D | input.md | 70 …nputevent_axisaction) { AXIS_ACTION_CANCEL = 0, AXIS_ACTION_BEGIN, AXIS_ACTION_UPDATE, AXIS_ACTION… 827 | AXIS_ACTION_UPDATE | 轴输入事件中。|
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__axis__type_8h.md | 35 …AXIS_ACTION_CANCEL](input.md) = 0, [AXIS_ACTION_BEGIN](input.md), [AXIS_ACTION_UPDATE](input.md), …
|
H A D | input.md | 70 …nputevent_axisaction) { AXIS_ACTION_CANCEL = 0, AXIS_ACTION_BEGIN, AXIS_ACTION_UPDATE, AXIS_ACTION… 827 | AXIS_ACTION_UPDATE | Update of an axis input event.|
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 820 action = AXIS_ACTION_UPDATE;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 1142 action = AxisEvent::AXIS_ACTION_UPDATE;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1178 axisEvent->axisAction = AXIS_ACTION_UPDATE; in SetAxisEventAction()
|