Explain what happens to other clients

This commit is contained in:
Drew DeVault 2018-04-03 22:10:30 -04:00
parent 07ac9ba7bc
commit 926e897f9f

View file

@ -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).