mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05: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
|
|
@ -72,6 +72,8 @@ struct cursor_context get_cursor_context(struct server *server);
|
|||
*/
|
||||
void cursor_set(struct seat *seat, enum lab_cursors cursor);
|
||||
|
||||
void cursor_set_visible(struct seat *seat, bool visible);
|
||||
|
||||
/**
|
||||
* cursor_get_resize_edges - calculate resize edge based on cursor position
|
||||
* @cursor - the current cursor (usually server->seat.cursor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue