|
|
Re: Typematic rate for key press or better option?
[Re: jfizer]
#151386
09/02/07 10:00
09/02/07 10:00
|
Joined: Aug 2005
Posts: 1,558 HK
vlau
Serious User
|
Serious User
Joined: Aug 2005
Posts: 1,558
HK
|
Quote:
For assigning keys at startup in lite-C, or for setting engine variables, use the main function or a startup function: function ie_startup() {
d3d_autotransparency = ON; on_f2 = ie_save; on_f3 = ie_load; on_f5 = ie_video; on_f6 = ie_shot; on_f10 = ie_exit; }
Quoted from Migration page.
|
|
|
|
|
|