text input from user

Started by
-1 comments, last by FGFS 10 years, 7 months ago

Hi

I'm doing a opengl/C++ shared lib (x-plane plugin), hence I need user text input without opening a window etc.

I've found:

http://anttweakbar.sourceforge.net/doc/tools:anttweakbar:howto

but do those examples need to open a window? For ex. Glut could I simply skip the init stuff? Displaying is ok but

I need to catch the user input somehow. (currently Linux but later also other os)

Thanks.

This topic is closed to new replies.

Advertisement