mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Clean up cursor simulation code.
This commit is contained in:
parent
1edb2bd892
commit
c355d680e9
2 changed files with 14 additions and 7 deletions
|
|
@ -30,6 +30,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 dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec, uint32_t button, enum wlr_button_state state);
|
||||
void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec,
|
||||
uint32_t button, enum wlr_button_state state);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue