mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
navigation: Fix Since marker for mouse scroll
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1703>
This commit is contained in:
parent
18617827d4
commit
d680d09292
1 changed files with 9 additions and 0 deletions
|
@ -275,6 +275,15 @@ typedef enum {
|
|||
GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE = 4,
|
||||
GST_NAVIGATION_EVENT_MOUSE_MOVE = 5,
|
||||
GST_NAVIGATION_EVENT_COMMAND = 6,
|
||||
|
||||
/**
|
||||
* GST_NAVIGATION_EVENT_MOUSE_SCROLL:
|
||||
*
|
||||
* A mouse scroll event. Use gst_navigation_event_parse_mouse_scroll_event()
|
||||
* to extract the details from the event.
|
||||
*
|
||||
* Since: 1.18
|
||||
*/
|
||||
GST_NAVIGATION_EVENT_MOUSE_SCROLL = 7
|
||||
} GstNavigationEventType;
|
||||
|
||||
|
|
Loading…
Reference in a new issue