mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-05-05 13:28:00 +02:00
Explain what happens to other clients
This commit is contained in:
parent
07ac9ba7bc
commit
926e897f9f
1 changed files with 5 additions and 4 deletions
|
|
@ -49,10 +49,11 @@
|
|||
<interface name="zwlr_input_inhibitor_v1" version="1">
|
||||
<description summary="inhibits input to other clients">
|
||||
While this resource exists, input to clients other than the owner of the
|
||||
inhibitor resource will not receive input events. The client that owns
|
||||
this resource will receive all input events normally. The compositor will
|
||||
also disable all of its own input processing (such as keyboard shortcuts)
|
||||
while the inhibitor is active.
|
||||
inhibitor resource will not receive input events. Any client which
|
||||
previously had focus will receive a leave event and will not be given
|
||||
focus again. The client that owns this resource will receive all input
|
||||
events normally. The compositor will also disable all of its own input
|
||||
processing (such as keyboard shortcuts) while the inhibitor is active.
|
||||
|
||||
The compositor may continue to send input events to selected clients,
|
||||
such as an on-screen keyboard (via the input-method protocol).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue