Home
last modified time | relevance | path

Searched refs:Input_TouchEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h223 typedef struct Input_TouchEvent Input_TouchEvent; typedef
288 typedef void (*Input_TouchEventCallback)(const Input_TouchEvent* touchEvent);
713 int32_t OH_Input_InjectTouchEvent(const struct Input_TouchEvent* touchEvent);
723 struct Input_TouchEvent* OH_Input_CreateTouchEvent();
732 void OH_Input_DestroyTouchEvent(struct Input_TouchEvent** touchEvent);
752 int32_t OH_Input_GetTouchEventAction(const struct Input_TouchEvent* touchEvent);
762 void OH_Input_SetTouchEventFingerId(struct Input_TouchEvent* touchEvent, int32_t id);
772 int32_t OH_Input_GetTouchEventFingerId(const struct Input_TouchEvent* touchEvent);
792 int32_t OH_Input_GetTouchEventDisplayX(const struct Input_TouchEvent* touchEvent);
812 int32_t OH_Input_GetTouchEventDisplayY(const struct Input_TouchEvent* touchEvent);
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp49 struct Input_TouchEvent { struct
189 Input_TouchEvent inputTouchEvent;
204 Input_TouchEvent inputTouchEvent;
220 Input_TouchEvent inputTouchEvent;
235 Input_TouchEvent inputTouchEvent;
250 Input_TouchEvent inputTouchEvent;
265 Input_TouchEvent inputTouchEvent;
282 Input_TouchEvent inputTouchEvent;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md47 | typedef struct [Input_TouchEvent](#input_touchevent) [Input_TouchEvent](#input_touchevent) | 要注入的…
438 ### Input_TouchEvent subsection
463 typedef void(* Input_TouchEventCallback) (const Input_TouchEvent *touchEvent)
1295 struct Input_TouchEvent* OH_Input_CreateTouchEvent ()
1306 如果操作成功返回一个[Input_TouchEvent](#input_touchevent)指针对象 否则返回空指针。
1450 void OH_Input_DestroyTouchEvent (struct Input_TouchEvent ** touchEvent)
2332 int32_t OH_Input_GetTouchEventAction (const struct Input_TouchEvent * touchEvent)
2378 int32_t OH_Input_GetTouchEventDisplayX (const struct Input_TouchEvent * touchEvent)
2401 int32_t OH_Input_GetTouchEventDisplayY (const struct Input_TouchEvent * touchEvent)
2424 int32_t OH_Input_GetTouchEventFingerId (const struct Input_TouchEvent * touchEvent)
[all …]
H A Doh__input__manager_8h.md43 | typedef struct [Input_TouchEvent](input.md#input_touchevent) [Input_TouchEvent](input.md#input_to…
48 …put_TouchEventCallback](input.md#input_toucheventcallback)) (const [Input_TouchEvent](input.md#inp…
114 …njectTouchEvent](input.md#oh_input_injecttouchevent) (const struct [Input_TouchEvent](input.md#inp…
115 | struct [Input_TouchEvent](input.md#input_touchevent) \* [OH_Input_CreateTouchEvent](input.md#oh_i…
116 | void [OH_Input_DestroyTouchEvent](input.md#oh_input_destroytouchevent) (struct [Input_TouchEvent]…
117 …etTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEvent](input.md#inp…
118 …hEventAction](input.md#oh_input_gettoucheventaction) (const struct [Input_TouchEvent](input.md#inp…
119 …uchEventFingerId](input.md#oh_input_settoucheventfingerid) (struct [Input_TouchEvent](input.md#inp…
120 …ntFingerId](input.md#oh_input_gettoucheventfingerid) (const struct [Input_TouchEvent](input.md#inp…
122 …ntDisplayX](input.md#oh_input_gettoucheventdisplayx) (const struct [Input_TouchEvent](input.md#inp…
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp59 struct Input_TouchEvent { struct
646 static int32_t HandleTouchProperty(const struct Input_TouchEvent* touchEvent, in HandleTouchProperty()
670 int32_t OH_Input_InjectTouchEvent(const struct Input_TouchEvent* touchEvent) in OH_Input_InjectTouchEvent()
698 struct Input_TouchEvent* OH_Input_CreateTouchEvent() in OH_Input_CreateTouchEvent()
701 Input_TouchEvent* touchEvent = new (std::nothrow) Input_TouchEvent(); in OH_Input_CreateTouchEvent()
706 void OH_Input_DestroyTouchEvent(struct Input_TouchEvent** touchEvent) in OH_Input_DestroyTouchEvent()
722 int32_t OH_Input_GetTouchEventAction(const struct Input_TouchEvent* touchEvent) in OH_Input_GetTouchEventAction()
736 int32_t OH_Input_GetTouchEventFingerId(const struct Input_TouchEvent* touchEvent) in OH_Input_GetTouchEventFingerId()
1040 static bool SetTouchEventAction(Input_TouchEvent* touchEvent, int32_t action) in SetTouchEventAction()
1066 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent(); in TouchEventMonitorCallback()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md43 | typedef struct [Input_TouchEvent](input.md#input_touchevent) [Input_TouchEvent](input.md#input_to…
114 …njectTouchEvent](input.md#oh_input_injecttouchevent) (const struct [Input_TouchEvent](input.md#inp…
115 | struct [Input_TouchEvent](input.md#input_touchevent) \* [OH_Input_CreateTouchEvent](input.md#oh_i…
116 | void [OH_Input_DestroyTouchEvent](input.md#oh_input_destroytouchevent) (struct [Input_TouchEvent]…
117 …etTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEvent](input.md#inp…
118 …hEventAction](input.md#oh_input_gettoucheventaction) (const struct [Input_TouchEvent](input.md#inp…
119 …uchEventFingerId](input.md#oh_input_settoucheventfingerid) (struct [Input_TouchEvent](input.md#inp…
120 …ntFingerId](input.md#oh_input_gettoucheventfingerid) (const struct [Input_TouchEvent](input.md#inp…
122 …ntDisplayX](input.md#oh_input_gettoucheventdisplayx) (const struct [Input_TouchEvent](input.md#inp…
124 …ntDisplayY](input.md#oh_input_gettoucheventdisplayy) (const struct [Input_TouchEvent](input.md#inp…
[all …]
H A Dinput.md47 | typedef struct [Input_TouchEvent](#input_touchevent) [Input_TouchEvent](#input_touchevent) | Defi…
438 ### Input_TouchEvent subsection
463 typedef void(* Input_TouchEventCallback) (const Input_TouchEvent *touchEvent)
1295 struct Input_TouchEvent* OH_Input_CreateTouchEvent ()
1450 void OH_Input_DestroyTouchEvent (struct Input_TouchEvent ** touchEvent)
2332 int32_t OH_Input_GetTouchEventAction (const struct Input_TouchEvent * touchEvent)
2355 int64_t OH_Input_GetTouchEventActionTime (const struct Input_TouchEvent * touchEvent)
2378 int32_t OH_Input_GetTouchEventDisplayX (const struct Input_TouchEvent * touchEvent)
2401 int32_t OH_Input_GetTouchEventDisplayY (const struct Input_TouchEvent * touchEvent)
2424 int32_t OH_Input_GetTouchEventFingerId (const struct Input_TouchEvent * touchEvent)
[all …]
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp391 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
419 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
436 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
453 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
470 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
487 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
617 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
636 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
737 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
774 Input_TouchEvent* touchEvent = OH_Input_CreateTouchEvent();
[all …]
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dinterceptor-guidelines.md121 void OnTouchEventCallback(const Input_TouchEvent* touchEvent)
124 //Input_TouchEvent的生命周期仅在回调函数内,出了回调函数会被销毁
H A Dmonitor-guidelines.md130 void OnTouchEventCallback(const Input_TouchEvent* touchEvent)
133 //Input_TouchEvent的生命周期仅在回调函数内,出了回调函数会被销毁
/ohos5.0/docs/en/application-dev/device/input/
H A Dinterceptor-guidelines.md121 void OnTouchEventCallback(const Input_TouchEvent* touchEvent)
124 …// The lifecycle of Input_TouchEvent is limited to the callback function. Input_TouchEvent will be…
H A Dmonitor-guidelines.md130 void OnTouchEventCallback(const Input_TouchEvent* touchEvent)
133 …// The lifecycle of Input_TouchEvent is limited to the callback function. Input_TouchEvent will be…