eis: remove a misleading paragraph from the docs

The 99% use-case for receiver clients is probably going to be capturing
logical input, not physical input.
This commit is contained in:
Peter Hutterer 2023-05-08 13:03:15 +10:00
parent b3c202af23
commit 08efdee83d

View file

@ -45,13 +45,6 @@ extern "C" {
* corresponding receiver or sender for this client. It is up to the
* implementation to disconnect clients that it does not want to allow. See
* eis_client_is_sender() for details.
*
* Note that usually the differentiation between sender and receiver client
* has an effect on the devices that should be sent to the client. Sender
* clients typically expect devices representing the available screen area so
* they can control input, receiver clients typically expect devices
* representing the physical input devices.
*
* @{
*/