Ejemplo n.º 1
0
        public void DetectInput()
        {
            AssertNotDisposed();
            var error = RGB.DetectInput(_handle);

            if (error != RGBERROR.NO_ERROR)
            {
                throw new RgbEasyException(error);
            }
        }