Added wayland discrete axis events for mouse wheel

the discrete axis event gives changes in steps just like the
xfreerdp version uses. This way scrolling can be implemented
consistent with the behaviour of xfreerdp
This commit is contained in:
akallabeth
2021-01-27 19:42:32 +01:00
committed by akallabeth
parent 522c0cb3ad
commit 25ab8c8b9c
4 changed files with 32 additions and 13 deletions

View File

@@ -107,6 +107,7 @@ enum
UWAC_EVENT_CLIPBOARD_SELECT,
UWAC_EVENT_CLIPBOARD_OFFER,
UWAC_EVENT_OUTPUT_GEOMETRY,
UWAC_EVENT_POINTER_AXIS_DISCRETE
};
/** @brief window states */