arkts-event-overview.md 1.4 KB
Newer Older
E
ester.zhou 已提交
1
# Interaction Event Overview
E
ester.zhou 已提交
2 3


E
ester.zhou 已提交
4
Interaction events are classified based on trigger types into touchscreen events, keyboard and mouse events, and focus events.
E
ester.zhou 已提交
5 6


E
ester.zhou 已提交
7
- [Touchscreen event](arkts-common-events-touch-screen-event.md): an event triggered by the operation performed a finger or stylus on the touchscreen.
E
ester.zhou 已提交
8

E
ester.zhou 已提交
9 10 11
- [Keyboard and mouse event](arkts-common-events-device-input-event.md): an event triggered by an operation performed on a peripheral mouse, touchpad, or keyboard.
  - The mouse event refers to an event responded to when an operation is performed with a peripheral mouse or touchpad.
  - The keyboard event refera to an event responded to when an operation is performed with a peripheral keyboard.
E
ester.zhou 已提交
12

E
ester.zhou 已提交
13
- [Focus event](arkts-common-events-focus-event.md): an event triggered when a component receives or loses focus.
E
ester.zhou 已提交
14 15


E
ester.zhou 已提交
16
The gesture event includes the gesture binding method and the bound gesture – a single or combined gesture.
E
ester.zhou 已提交
17 18


E
ester.zhou 已提交
19
- [Gesture binding method](arkts-gesture-events-binding.md): a method that binds a single or combined gesture to a component and declares the response priority of the bound gesture.
E
ester.zhou 已提交
20

E
ester.zhou 已提交
21
- [Single gesture](arkts-gesture-events-single-gesture.md): basic unit of gestures, which is a part of all complex gestures.
E
ester.zhou 已提交
22

E
ester.zhou 已提交
23
- [Combined gesture](arkts-gesture-events-combined-gestures.md): a combination of single gestures brought together according to a declared type and a certain rule.