Variable KeyEvent._action

action

class KeyEvent
{
  // ...
  KeyAction _action;
  // ...
}