Home
last modified time | relevance | path

Searched refs:InputEvent_AxisType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Doh__axis__type_8h.md24 | typedef enum [InputEvent_AxisType](input.md#inputevent_axistype) [InputEvent_AxisType](input.md#i…
33 | [InputEvent_AxisType](input.md#inputevent_axistype) {<br/>[AXIS_TYPE_UNKNOWN](input.md), [AXIS_TY…
H A Dinput.md33 | typedef enum [InputEvent_AxisType](#inputevent_axistype) [InputEvent_AxisType](#inputevent_axisty…
68 | [InputEvent_AxisType](#inputevent_axistype) {<br/>AXIS_TYPE_UNKNOWN, AXIS_TYPE_SCROLL_VERTICAL, A…
144 …eventaxisvalue) ([Input_AxisEvent](#input_axisevent) \*axisEvent, [InputEvent_AxisType](#inputeven…
145 …xisvalue) (const [Input_AxisEvent](#input_axisevent) \*axisEvent, [InputEvent_AxisType](#inputeven…
493 ### InputEvent_AxisType subsection
847 ### InputEvent_AxisType subsection
850 enum InputEvent_AxisType
1542 Input_Result OH_Input_GetAxisEventAxisValue (const Input_AxisEvent * axisEvent, InputEvent_AxisType
1556 | axisType | 轴类型,具体请参考[InputEvent_AxisType](#inputevent_axistype)。 |
2790 Input_Result OH_Input_SetAxisEventAxisValue (Input_AxisEvent * axisEvent, InputEvent_AxisType axisT…
[all …]
H A Doh__input__manager_8h.md136 …svalue) ([Input_AxisEvent](input.md#input_axisevent) \*axisEvent, [InputEvent_AxisType](input.md#i…
137 …) (const [Input_AxisEvent](input.md#input_axisevent) \*axisEvent, [InputEvent_AxisType](input.md#i…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__axis__type_8h.md24 | typedef enum [InputEvent_AxisType](input.md#inputevent_axistype) [InputEvent_AxisType](input.md#i…
33 | [InputEvent_AxisType](input.md#inputevent_axistype) {<br>[AXIS_TYPE_UNKNOWN](input.md), [AXIS_TYP…
H A Dinput.md33 | typedef enum [InputEvent_AxisType](#inputevent_axistype) [InputEvent_AxisType](#inputevent_axisty…
68 | [InputEvent_AxisType](#inputevent_axistype) {<br>AXIS_TYPE_UNKNOWN, AXIS_TYPE_SCROLL_VERTICAL, AX…
144 …eventaxisvalue) ([Input_AxisEvent](#input_axisevent) \*axisEvent, [InputEvent_AxisType](#inputeven…
145 …xisvalue) (const [Input_AxisEvent](#input_axisevent) \*axisEvent, [InputEvent_AxisType](#inputeven…
493 ### InputEvent_AxisType subsection
847 ### InputEvent_AxisType subsection
850 enum InputEvent_AxisType
1542 Input_Result OH_Input_GetAxisEventAxisValue (const Input_AxisEvent * axisEvent, InputEvent_AxisType
1556 | axisType | Axis type. For details, see [InputEvent_AxisType](#inputevent_axistype). |
2790 Input_Result OH_Input_SetAxisEventAxisValue (Input_AxisEvent * axisEvent, InputEvent_AxisType axisT…
[all …]
H A Doh__input__manager_8h.md136 …svalue) ([Input_AxisEvent](input.md#input_axisevent) \*axisEvent, [InputEvent_AxisType](input.md#i…
137 …) (const [Input_AxisEvent](input.md#input_axisevent) \*axisEvent, [InputEvent_AxisType](input.md#i…
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_axis_type.h47 typedef enum InputEvent_AxisType { enum
85 } InputEvent_AxisType; typedef
H A Doh_input_manager.h955 InputEvent_AxisType axisType, double axisValue);
971 InputEvent_AxisType axisType, double* axisValue);
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp841 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
1060 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
1076 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
1091 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
1105 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
1120 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp326 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL;
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp888 InputEvent_AxisType axisType, double axisValue) in OH_Input_SetAxisEventAxisValue()
896 InputEvent_AxisType axisType, double* axisValue) in OH_Input_GetAxisEventAxisValue()