I am wondering if OpenGL allows you to get user input from the terminal in traditional sense (i.e. std::cin>>). My program requires user input on several occasions in its execution, and I would like to know what is the most commonly used means for getting ascii character user input in OpenGL.



