Example #1
0
        private void BeforeLoop()
        {
            currentAdapter = FNAPlatform.RegisterGame(this);
            IsActive       = true;

            // Perform initial check for a touch device
            TouchPanel.TouchDeviceExists = FNAPlatform.GetTouchCapabilities().IsConnected;
        }