inclusive property

bool inclusive
final

If true, this keybinding will be activated when all of its keys are pressed, even if other keys have been pressed in addition.

If false, this keybinding will only be activated when all of its keys are pressed and no additional keys have been pressed.

Implementation

final bool inclusive;