Ejemplo n.º 1
0
 public void AddClickListener(Action <CEvent> action)
 {
     m_dispatcher.AddEventListener(CMouseEvent.TYPE, action);
 }