Searched defs:axisType (Results 1 – 6 of 6) sorted by relevance
343 int32_t axisType = OH_Input_GetMouseEventAxisType(mouseEvent); variable841 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable1060 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable1076 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable1091 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable1105 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable1120 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
56 void AxisEvent::SetAxisType(int32_t axisType) in SetAxisType()
32 std::unordered_map<int32_t, std::string> axisType = { variable153 napi_value axisType = nullptr; in GetDeviceAxisInfo() local
44 int32_t axisType { -1 }; member326 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; variable
54 int32_t axisType { -1 }; member542 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()
52 std::unordered_map<int32_t, std::string> axisType{ variable