event_parse_modifier_state


Description:

[ Version ( since = "1.22" ) ]
public static bool event_parse_modifier_state (Event event, NavigationModifierType state)

Parameters:

event

The Event to modify.

state

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

Returns:

TRUE if the event is a Navigation event with associated modifiers state, otherwise FALSE.