mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
First feedback pass from acrisci
This commit is contained in:
parent
9313ac1068
commit
43b20bfea2
5 changed files with 30 additions and 20 deletions
|
|
@ -137,7 +137,7 @@ void wlr_send_tablet_v2_tablet_tool_slider(
|
|||
struct wlr_tablet_v2_tablet_tool *tool, double position);
|
||||
|
||||
void wlr_send_tablet_v2_tablet_tool_wheel(
|
||||
struct wlr_tablet_v2_tablet_tool *tool, double delta, int32_t clicks);
|
||||
struct wlr_tablet_v2_tablet_tool *tool, double degrees, int32_t clicks);
|
||||
|
||||
void wlr_send_tablet_v2_tablet_tool_proximity_out(
|
||||
struct wlr_tablet_v2_tablet_tool *tool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue