[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [paragui-users] Is it possible...
From: |
Alexander Pipelka |
Subject: |
Re: [paragui-users] Is it possible... |
Date: |
11 Jul 2002 10:39:17 +0200 |
Am Don, 2002-07-11 um 02.46 schrieb Atani:
<snip>
> Also, another question... is it possible to turn off the F12 (log display) in
> "production" builds?
Thanks for reminding me :))
I already wanted to add that for 1.0.2,...
Ok. Now it's in CVS.
You can set the console key with:
PG_LogConsole::SetConsoleKey(key);
or to disable it:
PG_LogConsole::SetConsoleKey((SDLKey)0);
Alex