Hi, Like I said the way DirectInput handles keys like shift, control, alt you have to specify which one you mean. For example the left control key is DIK_LCONTROL and the right is DIK_RCONTROL. To use either one you have to put an or condition in your keyboard event so it knows to use either the right or left control key with that key. Otherwise it will just use the one you specified. No biggy to fix.
Cheers! --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
