public void AddClickListener(Action <CEvent> action) { m_dispatcher.AddEventListener(CMouseEvent.TYPE, action); }