Navigation.messageParseMouseOver
bool messageParseMouseOver(gst.message.Message message, out bool active)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.
Parameters
message | A #GstMessage to inspect. |
active | A pointer to a gboolean to receive the active/inactive state, or NULL. |
Returns
true if the message could be successfully parsed. false if not.