mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
input_state: Remove mouse_origin (x&y). Query wlc instead.
This commit is contained in:
parent
78ca619769
commit
5ba47d4a44
4 changed files with 17 additions and 20 deletions
|
|
@ -48,11 +48,6 @@ extern struct pointer_state {
|
|||
struct pointer_button_state right;
|
||||
struct pointer_button_state scroll;
|
||||
|
||||
// pointer position
|
||||
struct mouse_origin{
|
||||
int x, y;
|
||||
} origin;
|
||||
|
||||
// change in pointer position
|
||||
struct {
|
||||
int x, y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue