Lines Matching refs:event
6 Provides ArkUI event definitions on the native side.
24 …ArkUI_UIInputEvent](_ark_u_i___event_module.md#arkui_uiinputevent) | Defines the UI input event. |
31 …_TYPE_AXIS** = 2, **ARKUI_UIINPUTEVENT_TYPE_MOUSE** = 3 } | Enumerates the UI input event types. |
32 …CTION_UP](_ark_u_i___event_module.md) = 3<br>} | Enumerates the action codes of the input event. |
33 …E_JOYSTICK](_ark_u_i___event_module.md) = 5<br>} | Enumerates the tool types of the input event. |
34 …OUCH_SCREEN](_ark_u_i___event_module.md) = 2 } | Enumerates the source types of the input event. |
36 …ACTION_MOVE](_ark_u_i___event_module.md) = 3 } | Enumerates the action codes of the mouse event. |
37 …_FORWARD](_ark_u_i___event_module.md) = 5<br>} | Enumerates the button types of the mouse event. |
45 …ent](_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the type of a UI input even…
46 …_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the action type of this UI input…
47 …(_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the source type of a UI input e…
48 …](_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the tool type of a UI input ev…
49 …ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the time when a specified UI inpu…
50 …inputevent) \*event) | Obtains the number of touch points from a directional input event (such as …
51 …) \*event, uint32_t pointerIndex) | Obtains the ID of a touch point from a directional input event…
52 …event) | Obtains the X-coordinate relative to the upper left corner of the current component from …
53 …event, uint32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relative to the…
54 …event) | Obtains the Y-coordinate relative to the upper left corner of the current component from …
55 …event, uint32_t pointerIndex) | Obtains the Y-coordinate of a specific touch point relative to the…
56 …event) | Obtains the X-coordinate relative to the upper left corner of the current application win…
57 …event, uint32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relative to the…
58 …event) | Obtains the Y-coordinate relative to the upper left corner of the current application win…
59 …event, uint32_t pointerIndex) | Obtains the Y-coordinate of a specific touch point relative to the…
60 …event) | Obtains the X-coordinate relative to the upper left corner of the current screen from a d…
61 …event, uint32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relative to the…
62 …event) | Obtains the Y-coordinate relative to the upper left corner of the current screen from a d…
63 …event, uint32_t pointerIndex) | Obtains the Y-coordinate of a specific touch point relative to the…
64 …ent) \*event, uint32_t pointerIndex) | Obtains the pressure applied to the touchscreen from a dire…
65 …tevent) \*event, uint32_t pointerIndex) | Obtains the angle relative to the YZ plane from a direct…
66 …tevent) \*event, uint32_t pointerIndex) | Obtains the angle relative to the XZ plane from a direct…
67 …nputevent) \*event, uint32_t pointerIndex) | Obtains the width of the touch area from a directiona…
68 …nputevent) \*event, uint32_t pointerIndex) | Obtains the height of the touch area from a direction…
69 …utevent) \*event) | Obtains the number of historical events from a directional input event (such a…
70 …event, uint32_t historyIndex) | Obtains the occurrence time of a historical event from a direction…
71 …event, uint32_t historyIndex) | Obtains the number of touch points in a specific historical event …
72 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the ID of a touch point from a dire…
73 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touc…
74 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touc…
75 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touc…
76 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touc…
77 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touc…
78 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touc…
79 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the pressure applied to the touchsc…
80 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the angle relative to the YZ plane …
81 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the angle relative to the XZ plane …
82 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the width of the touch area in a sp…
83 …event, uint32_t pointerIndex, uint32_t historyIndex) | Obtains the height of the touch area in a s…
84 …_event_module.md#arkui_uiinputevent) \*event) | Obtains the value of the vertical scroll axis for …
85 …event_module.md#arkui_uiinputevent) \*event) | Obtains the value of the horizontal scroll axis for…
86 …___event_module.md#arkui_uiinputevent) \*event) | Obtains the scale value of the pinch axis for th…
87 …nst [ArkUI_UIInputEvent](_ark_u_i___event_module.md#arkui_uiinputevent) \*event, [HitTestMode](_ar…
88 …t](_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the button type of a mouse ev…
89 …t](_ark_u_i___event_module.md#arkui_uiinputevent) \*event) | Obtains the action type of a mouse ev…
90 …ark_u_i___event_module.md#arkui_uiinputevent) \*event, bool stopPropagation) | Sets whether to sto…