public PressEvent(BaseUI element) { m_Element = element; }
public SelectEvent(BaseUI element, Type type) { m_Element = element; m_Type = type; }