Variable InputEventAction.pressed

If true, the action was just pressed. Otherwise the action was just released.

class InputEventAction
{
  // ...
  bool pressed ;
  // ...
}