コード例 #1
0
ファイル: UIBase.cs プロジェクト: nie341/UnityLockStepDemo
    public void AddLongPressListener(string compName, InputEventHandle <InputUILongPressEvent> callback, string parm = null)
    {
        InputEventRegisterInfo <InputUILongPressEvent> info = InputUIEventProxy.AddLongPressListener(GetLongPressComp(compName), UIEventKey, compName, parm, callback);

        m_LongPressEvents.Add(info);
    }