mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: add relative cursor move emulation
This commit is contained in:
parent
c9018da4c4
commit
ba9de228e0
2 changed files with 21 additions and 11 deletions
|
|
@ -146,6 +146,9 @@ bool cursor_finish_button_release(struct seat *seat);
|
|||
|
||||
void cursor_init(struct seat *seat);
|
||||
void cursor_reload(struct seat *seat);
|
||||
void cursor_emulate_move(struct seat *seat,
|
||||
struct wlr_input_device *device,
|
||||
double dx, double dy, uint32_t time_msec);
|
||||
void cursor_emulate_move_absolute(struct seat *seat,
|
||||
struct wlr_input_device *device,
|
||||
double x, double y, uint32_t time_msec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue