mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 10:18:04 +02:00
Sun bug 1149809: Document event delivery when grab is terminated.
This commit is contained in:
parent
171107b03a
commit
1ddc44c1ca
2 changed files with 8 additions and 2 deletions
|
|
@ -220,7 +220,10 @@ The interpretation of the remaining arguments is as for
|
|||
.ZN XGrabPointer .
|
||||
The active grab is terminated automatically when the logical state of the
|
||||
pointer has all buttons released
|
||||
(independent of the state of the logical modifier keys).
|
||||
(independent of the state of the logical modifier keys),
|
||||
at which point a
|
||||
.ZN ButtonRelease
|
||||
event is reported to the grabbing window.
|
||||
.LP
|
||||
Note that the logical state of a device (as seen by client applications)
|
||||
may lag the physical state if device event processing is frozen.
|
||||
|
|
|
|||
|
|
@ -207,7 +207,10 @@ The interpretation of the remaining arguments is as for
|
|||
.ZN XGrabKeyboard .
|
||||
The active grab is terminated automatically when the logical state of the
|
||||
keyboard has the specified key released
|
||||
(independent of the logical state of the modifier keys).
|
||||
(independent of the logical state of the modifier keys),
|
||||
at which point a
|
||||
.ZN KeyRelease
|
||||
event is reported to the grabbing window.
|
||||
.LP
|
||||
Note that the logical state of a device (as seen by client applications)
|
||||
may lag the physical state if device event processing is frozen.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue