Exemplo n.º 1
0
        public DS4Input(string MAC)
        {
            var control = DS4Devices.getDS4Controller(MAC);

            if (control == null)
            {
                return;
            }
            _controller = control;
        }