modifiers


Description:

[ Version ( deprecated = true , deprecated_since = "2.6" ) ]
public uint modifiers { get; }

Warning: modifiers is deprecated since 2.6.

If the navigation associated with this policy decision was originally triggered by a mouse event, this property contains a bitmask of various ModifierType values describing the modifiers used for that click.

Note:

Use navigation_action instead

If the navigation was not triggered by a mouse event or no modifiers were active, the value of this property will be zero.