Ejemplo n.º 1
0
    public void AddDragListener(string compName, InputEventHandle <InputUIOnDragEvent> callback, string parm = null)
    {
        InputEventRegisterInfo <InputUIOnDragEvent> info = InputUIEventProxy.AddOnDragListener(GetDragComp(compName), UIEventKey, compName, parm, callback);

        m_DragEvents.Add(info);
    }