mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Use WLC v2 pointer interface
This commit is contained in:
parent
df17a268b9
commit
c29e5bbde8
5 changed files with 42 additions and 44 deletions
|
|
@ -69,7 +69,7 @@ enum modifier_state {
|
|||
MOD_STATE_RELEASED = 2
|
||||
};
|
||||
|
||||
void pointer_position_set(struct wlc_origin *new_origin, bool force_focus);
|
||||
void pointer_position_set(double new_x, double new_y, bool force_focus);
|
||||
void center_pointer_on(swayc_t *view);
|
||||
|
||||
// on button release unset mode depending on the button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue