Tagged Questions
0
votes
1answer
141 views
Problem with GLFW input
I am using GLFW for the input in my game. I just started learning it and I have encountered a problem. The problem is the input, I have a callback function, where I check for keypresses. I want the ...