Thread: no VK_W?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    106

    no VK_W?

    trying to test for player input, using if (VK_W)..., but it gives me an error and it says it is an undeclared identified. any clue whats going on?
    thanks again.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    They aren't defined.

    You can use 'w' or 'W' to check or you can find the actual hex code from the wParam of a keydown. For w I believe its 0x57

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    cool, ill try that, thanks a lot.

Popular pages Recent additions subscribe to a feed