private InputManager(GameWindow game) { Keyboard = game.Keyboard; //Joysticks = game.Joysticks; Mouse = game.Mouse; Keyboard.KeyRepeat = false; ConvertEx.AddConversion <Key, char>(KeyExtensions.ToChar); }