Advertisement

Virtual Keys

Started by November 26, 1999 02:13 AM
2 comments, last by Smack0007 25 years, 3 months ago
Try looking in "dinput.h" header file. The keys all start with DIK_, so search for that.

Andrew

There's a list in the documentation, if you have it. For DirectX 7 docs, it's:

DirectInput -> DirectInput C/C++ Ref -> Device Constants -> Keyboard Device Constants

------------------
http://members.xoom.com/mutex0


Advertisement
Anyone know a list of the Direct Input keys and or the virtual keys?

------------------
zac@qisfl.net
Snowsoft Online

- I don't pretend to know anything.Snowsoft
You can find the VK codes in winuser.h, around line 300.

Good luck

Starfall

This topic is closed to new replies.

Advertisement