Using keyboard

nobody wrote on Tuesday, March 11, 2003:

My little problem is :
What’s the better way to have the opportunity to move camera pressing a key in a continuos way ?
If i use the standard callback function i have first a little movement and then continuos one.
Now i put a little function that simple control with
if on glfwgetkey ( like pong3d ).

Sorry for my english :wink:
Bye

nobody wrote on Sunday, May 04, 2003:

I usually prefer the glfwGetKey method. It always reports the current state of a specific key, while a callback function only reports changes in key state.