mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-10 08:00:30 +01:00
doc: unwinding state before stop_emulating is the caller's responsibility
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/308>
This commit is contained in:
parent
cdec01dacd
commit
561cfd009e
1 changed files with 4 additions and 0 deletions
|
|
@ -1474,6 +1474,10 @@ ei_device_start_emulating(struct ei_device *device, uint32_t sequence);
|
|||
* Notify the EIS implementation that the given device is no longer sending
|
||||
* events. See ei_device_start_emulating() for details.
|
||||
*
|
||||
* If the device is not logically in a neutral state, that state is left
|
||||
* as-is. It is the caller's responsibility to release any buttons, keys, touch
|
||||
* sequences, etc. when stopping emulation to avoid adverse side effects.
|
||||
*
|
||||
* This method is only available on an ei sender context.
|
||||
*/
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue