public AddWordMenu() { this.touchKeyboard = new TouchKeyboard(false, new Point(610, 300)); this.touchKeyboard.Initialize(); backButton = new Button(TextureManager.buttonTex2x1, GetScalePos(1675, 950), "Tillbaka"); saveButton = new Button(TextureManager.buttonTex2x1, GetScalePos(670, 950), "Spara"); clearButton = new Button(TextureManager.buttonTex2x1, GetScalePos(910, 950), "Rensa"); eraseLastCharButton = new Button(TextureManager.backbuttonTex, GetScalePos(1150, 950), ""); spaceButton = new Button(TextureManager.spacebuttonTex, GetScalePos(1210, 780), ""); InputManager = new InputManager(); }