Hello ,
I am writing a game and I am using GLUT .
I need to have continuous key input . If I hold a key down for a while , I expect my "keyboard()" function to receive continuous input. GLUT is giving me a slight lag between the first and second recognition of an input key . After that initial delay it is continuous . Is there any way around this initial delay ? Do I need to use DirectInput ?
Thanks



