예제 #1
0
        public EmitterTestingRoom()
        {
            emitterList = new SelectionList(typeof(EmitterTypes));
            groupList   = new SelectionList(typeof(EmitterGroupTypes));

            SimpleEvent.AddEvent(EventTypes.LISTENER, new ListenerEventData(EventTypes.MOUSE, this));
        }
예제 #2
0
 private void CheckSelection(SelectionList list, MouseEventData data)
 {
 }