Check the ALT-key ?
I want to modify lesson 11 that way, that it checks for the alt key being pressed.
But if i check:
if (keys[VK_ALT])
i get an error message...(VK_DOWN works fine)
Thanx
SnAkE''s Programming Resources
The correct virtual key constant is VK_MENU.
---
Visit Particle Stream Studios - Home of Europa, Tachyon and winSkin
---
Visit Particle Stream Studios - Home of Europa, Tachyon and winSkin
---Visit InterfaceFX - Home of Europa, Tachyon and winSkin
OK, so far so good...
if i press the right alt-key, my character moves forward, but doesn''t stop when i release the key.
If i use the left one, nothing happens.
(VK_LMENU doesn''t work either)
Thank you, for your help
SnAkE''s Programming Resources
if i press the right alt-key, my character moves forward, but doesn''t stop when i release the key.
If i use the left one, nothing happens.
(VK_LMENU doesn''t work either)
Thank you, for your help
SnAkE''s Programming Resources
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement