mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
specs: Fix example of touch event processing
This commit is contained in:
parent
31aa0990d6
commit
5371f0d4f8
1 changed files with 2 additions and 1 deletions
|
|
@ -2690,7 +2690,8 @@ While client I wants to process pointer events on window W's parent, window Y.
|
|||
* I calls XIPassiveGrab for XI_{ButtonPress,MotionNotify,ButtonRelease} to
|
||||
create a synchronous pointer grab from D on Y.
|
||||
* C calls XISelectEvent for XI_Touch{Begin|Update|Ownership|End} from D on W.
|
||||
* I receives a ButtonPress event whenever a touch begins within W, and is
|
||||
* I receives a ButtonPress and MotionNotify events whenever a (direct device)
|
||||
touch begins within W, and is
|
||||
considered the owner of the event. C receives a TouchBegin event, but does
|
||||
not receive a TouchOwnership event.
|
||||
* When the touchpoint moves, C will receive a TouchUpdate event. Event
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue