I'm looking for a way to make the GLUT key functions to work simultaneously with VK Keys (GetAsyncKeyState) so the other special keys that GLUT cannot detect such as the Lock keys (Scroll,Num,Caps) will be detected.
Obviously this can be done with just using Win32 VK Keys, but the main focus is cross-platform and other special keys would be OS specific and Windows only for now.