How To make KeyPad Configuration Menu
by Michael S · in Torque Game Builder · 07/10/2007 (11:55 am) · 3 replies
I tried to make Keyboard Configuration Menu
( This menu is made so User can change keyboard key manually )
The problem is how we can read Key and pass it to variable
For example in C++
Char key;
key = getch () ===> The Keyboard input is stored in Variable Key
Thanks
( This menu is made so User can change keyboard key manually )
The problem is how we can read Key and pass it to variable
For example in C++
Char key;
key = getch () ===> The Keyboard input is stored in Variable Key
Thanks
Associate David Higgins