mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add unaccelerated pointer values to wlr_event_pointer_motion events
This commit is contained in:
parent
a803a007fb
commit
e276d310e8
3 changed files with 7 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ struct wlr_event_pointer_motion {
|
|||
struct wlr_input_device *device;
|
||||
uint32_t time_msec;
|
||||
double delta_x, delta_y;
|
||||
double unaccel_dx, unaccel_dy;
|
||||
};
|
||||
|
||||
struct wlr_event_pointer_motion_absolute {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue