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.
| message |
A Message to inspect. |
| active |
A pointer to a gboolean to receive the active/inactive state, or NULL. |
|
true if the message could be successfully parsed. false if not. |