message_new_mouse_over


Description:

public static Message message_new_mouse_over (Object src, bool active)

Creates a new Navigation message with type MOUSE_OVER.

Parameters:

src

A Object to set as source of the new message.

active

true if the mouse has entered a clickable area of the display. false if it over a non-clickable area.

Returns:

The new Message.