Home
last modified time | relevance | path

Searched refs:Input_AxisEventCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h295 typedef void (*Input_AxisEventCallback)(const Input_AxisEvent* axisEvent); typedef
324 Input_AxisEventCallback axisCallback;
1111 Input_Result OH_Input_AddAxisEventMonitorForAll(Input_AxisEventCallback callback);
1127 …nput_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback);
1187 Input_Result OH_Input_RemoveAxisEventMonitorForAll(Input_AxisEventCallback callback);
1203 …t_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A D_input___interceptor_event_callback.md22 | [Input_AxisEventCallback](input.md#input_axiseventcallback) [axisCallback](#axiscallback) | 轴事件的回…
31 Input_AxisEventCallback Input_InterceptorEventCallback::axisCallback
H A Dinput.md53 | typedef void(\* [Input_AxisEventCallback](#input_axiseventcallback)) (const [Input_AxisEvent](#in…
155 …ddAxisEventMonitorForAll](#oh_input_addaxiseventmonitorforall) ([Input_AxisEventCallback](#input_a…
156 …tEvent_AxisEventType](#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](#input_a…
160 …xisEventMonitorForAll](#oh_input_removeaxiseventmonitorforall) ([Input_AxisEventCallback](#input_a…
161 …tEvent_AxisEventType](#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](#input_a…
211 ### Input_AxisEventCallback subsection
214 typedef void(* Input_AxisEventCallback) (const Input_AxisEvent *axisEvent)
905 …put_AddAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback )
933 Input_Result OH_Input_AddAxisEventMonitorForAll (Input_AxisEventCallback callback)
2539 …_RemoveAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback )
[all …]
H A Doh__input__manager_8h.md49 | typedef void(\* [Input_AxisEventCallback](input.md#input_axiseventcallback)) (const [Input_AxisEv…
147 …entMonitorForAll](input.md#oh_input_addaxiseventmonitorforall) ([Input_AxisEventCallback](input.md…
148 …xisEventType](input.md#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](input.md…
152 …MonitorForAll](input.md#oh_input_removeaxiseventmonitorforall) ([Input_AxisEventCallback](input.md…
153 …xisEventType](input.md#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](input.md…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A D_input___interceptor_event_callback.md22 | [Input_AxisEventCallback](input.md#input_axiseventcallback) [axisCallback](#axiscallback) | Callb…
31 Input_AxisEventCallback Input_InterceptorEventCallback::axisCallback
H A Doh__input__manager_8h.md49 | typedef void(\* [Input_AxisEventCallback](input.md#input_axiseventcallback)) (const [Input_AxisEv…
147 …entMonitorForAll](input.md#oh_input_addaxiseventmonitorforall) ([Input_AxisEventCallback](input.md…
148 …xisEventType](input.md#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](input.md…
152 …MonitorForAll](input.md#oh_input_removeaxiseventmonitorforall) ([Input_AxisEventCallback](input.md…
153 …xisEventType](input.md#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](input.md…
H A Dinput.md53 | typedef void(\* [Input_AxisEventCallback](#input_axiseventcallback)) (const [Input_AxisEvent](#in…
155 …ddAxisEventMonitorForAll](#oh_input_addaxiseventmonitorforall) ([Input_AxisEventCallback](#input_a…
156 …tEvent_AxisEventType](#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](#input_a…
160 …xisEventMonitorForAll](#oh_input_removeaxiseventmonitorforall) ([Input_AxisEventCallback](#input_a…
161 …tEvent_AxisEventType](#inputevent_axiseventtype) axisEventType, [Input_AxisEventCallback](#input_a…
211 ### Input_AxisEventCallback subsection
214 typedef void(* Input_AxisEventCallback) (const Input_AxisEvent *axisEvent)
905 …put_AddAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback )
933 Input_Result OH_Input_AddAxisEventMonitorForAll (Input_AxisEventCallback callback)
2539 …_RemoveAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback )
[all …]
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dmonitor-guidelines.md16 | Input_Result OH_Input_AddAxisEventMonitorForAll(Input_AxisEventCallback callback) |创建所有类型轴事件监听。 |
17 …nput_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback)…
21 | Input_Result OH_Input_RemoveAxisEventMonitorForAll(Input_AxisEventCallback callback) |删除所有类型轴事件监听…
22 …t_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback)…
/ohos5.0/docs/en/application-dev/device/input/
H A Dmonitor-guidelines.md16 | Input_Result OH_Input_AddAxisEventMonitorForAll(Input_AxisEventCallback callback) |Creates a list…
17 …nput_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback)…
21 | Input_Result OH_Input_RemoveAxisEventMonitorForAll(Input_AxisEventCallback callback) |Removes a l…
22 …t_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback)…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp104 static std::set<Input_AxisEventCallback> g_axisMonitorAllCallbacks;
106 static std::map<InputEvent_AxisEventType, std::set<Input_AxisEventCallback>> g_axisMonitorCallbacks;
1290 Input_Result OH_Input_AddAxisEventMonitorForAll(Input_AxisEventCallback callback) in OH_Input_AddAxisEventMonitorForAll()
1309 …Input_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback) in OH_Input_AddAxisEventMonitor()
1326 std::set<Input_AxisEventCallback> callbacks; in OH_Input_AddAxisEventMonitor()
1408 Input_Result OH_Input_RemoveAxisEventMonitorForAll(Input_AxisEventCallback callback) in OH_Input_RemoveAxisEventMonitorForAll()
1422 …ut_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCallback callback) in OH_Input_RemoveAxisEventMonitor()