UI Toolkit は、ユーザーアクションや通知をビジュアル要素に伝えるイベントを提供します。UI Toolkit のイベントシステムは、HTML イベント と同じ用語およびイベント命名を共有しています。
トピック | 説明 |
---|---|
イベントのディスパッチ | イベントのディスパッチの動作、伝播、ターゲットを理解に関する説明です。 |
Capture the pointer with a manipulator | Capture the pointer to ensure an element receives all subsequent pointer events. |
Handle event callbacks and value changes | Learn how to handle event callbacks and value changes. |
Focus order of elements | Understand the focus order of elements. |
Respond to events with custom controls | Learn how to respond to events with custom controls. |
Manipulators | Use manipulators to handle events. |
イベントの統合と送信 | Learn how to synthesize and send events from an example. |
イベントのリファレンス | 各イベントの動作と特徴を説明します。 |