mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-15 10:20:33 +01:00
Remove an outdated comment
We must support virtual devices on receiver contexts - that's the only way to handle relative pointer devices that move in pixel(-ish) units.
This commit is contained in:
parent
5b286a4d3a
commit
8cff3cfd10
1 changed files with 0 additions and 4 deletions
|
|
@ -944,10 +944,6 @@ ei_device_get_name(struct ei_device *device);
|
|||
* type defaults to @ref EI_DEVICE_TYPE_VIRTUAL. If the client context was
|
||||
* created with ei_new_receiver(), the device type defaults to @ref
|
||||
* EI_DEVICE_TYPE_PHYSICAL.
|
||||
*
|
||||
* libei does not currently support virtual devices on a receiver context or
|
||||
* physical devices on an sender context. This may change in the future,
|
||||
* applications should not rely on the type being fixed.
|
||||
*/
|
||||
enum ei_device_type
|
||||
ei_device_get_type(struct ei_device *device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue