Quote:
|
Originally Posted by Stefan
I think that the virtual keycodes come from Unix, e.g. XK_Escape is 0xff1b, the VK_ codes are introduced by Windows but are basicly the same (VK_ESCAPE=0x1b)
|
Which does Graal use? I'd assume the VK_ codes, especially if you were originally using DirectInput.