Home
last modified time | relevance | path

Searched defs:axisType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp343 int32_t axisType = OH_Input_GetMouseEventAxisType(mouseEvent); variable
841 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
1060 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
1076 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
1091 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
1105 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
1120 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Daxis_event.cpp56 void AxisEvent::SetAxisType(int32_t axisType) in SetAxisType()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp32 std::unordered_map<int32_t, std::string> axisType = { variable
153 napi_value axisType = nullptr; in GetDeviceAxisInfo() local
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp44 int32_t axisType { -1 }; member
326 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp54 int32_t axisType { -1 }; member
542 void OH_Input_SetMouseEventAxisType(struct Input_MouseEvent* mouseEvent, int32_t axisType) in OH_Input_SetMouseEventAxisType()
888 InputEvent_AxisType axisType, double axisValue) in OH_Input_SetAxisEventAxisValue()
896 InputEvent_AxisType axisType, double* axisValue) in OH_Input_GetAxisEventAxisValue()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp52 std::unordered_map<int32_t, std::string> axisType{ variable