A class that contains the base event data that is common to all event types in the new EventSystem.
| currentInputModule | A reference to the BaseInputModule that sent this event. |
| selectedObject | The object currently considered selected by the EventSystem. |
| used | Has the event been marked as used? |
| BaseEventData | Construct a BaseEventData tied to the passed EventSystem. |