Options window

Hello all,

I have an SDL app running, and I want to be able
to customise certain options on the fly…

So for exmple, I want to be able to bring a window up
(say when F1 is pressed), with a bunch of settings
that I can tweak (e.g. gamma, mouse sensitivity, etc.)

I’m sure there are ways to do this with glu/glut, but
does SDL provide functionality for this? (if not, are there
any plans to include this in the future?)

cheers,
K.

So for exmple, I want to be able to bring a window up
(say when F1 is pressed), with a bunch of settings
that I can tweak (e.g. gamma, mouse sensitivity, etc.)

I’m sure there are ways to do this with glu/glut, but
does SDL provide functionality for this?

Detecting when F1 is pressed is possible.
Opening another window is not possible (AFAIK). You’ll have to either
draw the “window” yourself in your SDL window, or use operating system
specific calls to open another window with the options GUI.On 01/02/2005, Kostas Kostiadis, you wrote:


Please remove “.ARGL.invalid” from my email when replying.
Incoming HTML mails are automatically deleted.