event_new_mouse_button_release


Description:

[ Version ( since = "1.22" ) ]
public static Event event_new_mouse_button_release (int button, double x, double y, NavigationModifierType state)

Create a new navigation event for the given key mouse button release.

Parameters:

button

The number of the released mouse button.

x

The x coordinate of the mouse cursor.

y

The y coordinate of the mouse cursor.

state

a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt).

Returns:

a new Event