Creates a new InputEvent.
Source
InputEvent(String type, bool bubbles, this.localX, this.localY, this.stageX, this.stageY, this.altKey, this.ctrlKey, this.shiftKey) : super(type, bubbles);
Creates a new InputEvent.
InputEvent(String type, bool bubbles, this.localX, this.localY, this.stageX, this.stageY, this.altKey, this.ctrlKey, this.shiftKey) : super(type, bubbles);