mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: hide cursor when using touch input
Hide the cursor on touch input and keep the cursur invisible until pointer or tablet input.
This commit is contained in:
parent
d1cde3c435
commit
fc774d0071
6 changed files with 52 additions and 2 deletions
|
|
@ -108,6 +108,7 @@ struct seat {
|
|||
* (in that case the client is expected to set its own cursor image).
|
||||
*/
|
||||
enum lab_cursors server_cursor;
|
||||
bool cursor_visible;
|
||||
struct wlr_cursor *cursor;
|
||||
struct wlr_xcursor_manager *xcursor_manager;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue