Skip to content

input: Add hide-cursor option

Daniel Stone requested to merge daniels/weston:hide-cursor-option into main

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