Fixed size GameWindow?
Posted Thursday, 22 November, 2007 - 18:30 by objarni in
Hi!
Pardon my ignorance, I haven't been able to determine if there is a way to open up a GameWindow which is unresizable. From the Quick Start Sample:
public Game() : base(new DisplayMode(800, 600), "OpenTK Quick Start Sample") { }
The reason I want this is for a fixed-background 3d side scrolling game. I don't really want the aspect ratio to be changeable given a bitmapped background and I want the game to run in a window -- you know give the casual feeling.




Comments
Nov 22
19:55:52It's not possible yet, but
posted by the Fiddler.It's not possible yet, but I'll add this in 0.3.14.
Nov 22
21:36:36Great! Keep up the good work
posted by AnonymousGreat! Keep up the good work
Nov 22
22:27:12cool I'll just ignore this
posted by objarnicool I'll just ignore this fact for now :) I have a lot of coding on the game engine to do anyway (and editors and converters and and and ... never ending story)