Esempio n. 1
0
            public bool GetInputDown(IList <IInputDevice> devices)
            {
                for (int i = 0; i < devices.Count; ++i)
                {
                    IInputDevice device = devices[i];

                    if (inputMaps.CheckInputOnAllMapsGCFree(device.GetInputDownDel))
                    {
                        return(true);
                    }
                }

                return(false);
            }