Variable InputEventAction.held

If true, the action was already pressed before this event.

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