Navigation.messageParseMouseOver

Parse a #GstNavigation message of type #GST_NAVIGATION_MESSAGE_MOUSE_OVER and extract the active/inactive flag. If the mouse over event is marked active, it indicates that the mouse is over a clickable area.

interface Navigation
static
bool
messageParseMouseOver

Parameters

message gst.message.Message

A #GstMessage to inspect.

active bool

A pointer to a gboolean to receive the active/inactive state, or NULL.

Return Value

Type: bool

true if the message could be successfully parsed. false if not.