mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Default to current time when triggering cursor events
This commit is contained in:
parent
7d43cedc95
commit
4cf77e1de4
4 changed files with 25 additions and 19 deletions
|
|
@ -29,7 +29,7 @@ struct sway_cursor {
|
|||
|
||||
void sway_cursor_destroy(struct sway_cursor *cursor);
|
||||
struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
|
||||
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time);
|
||||
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec);
|
||||
void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec,
|
||||
uint32_t button, enum wlr_button_state state);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue