message_parse_mouse_over


Description:

public static bool message_parse_mouse_over (Message message, out bool active)

Parse a Navigation message of type 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 Message 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.