Example #1
0
        public GameOptions()
        {
            ResolutionW = 1024;
            ResolutionH = 768;
            Vsync       = VSyncMode.On;
            WindowMode  = GameWindowFlags.Default;
            KeyBinding  = new KeyboardBinding(new KeyConfig());

            SoundVolume     = 100f;
            SoundSampleRate = 44100;
            SoundChannels   = 2;
        }
Example #2
0
 public static void ReBind(KeyboardBinding toReBind, ConsoleKey toBindTo)
 {
 }
Example #3
0
 public static void UnMute(KeyboardBinding toUnMute)
 {
 }
Example #4
0
 public static void Mute(KeyboardBinding toMute)
 {
 }