Skip to content

input: Add hide-cursor option

Marius Vlad requested to merge mvlad/weston:d-hide-cursor-options into master

Add an option to hide the visible pointer cursor. This is primarily useful for embedded and touchscreen-driven systems, where a pointer device may be present (through various input/HID quirks), but there is no physical device to manipulate it.

Signed-off-by: Marius Vlad marius.vlad@collabora.com [daniels: Renamed to hide-cursor, squashed two commits.] Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports