I wrote an OpenGL+GLUT game for Mac OS X that s currently launched through the command line. I d like to make opening the game more user-friendly by putting it into a .app package, so regular users would be able to open the game like any other program. What s the best way to do this?
How can the "Hide Pointer While Typing" option be disabled by application? I m having an issue with the cursor hiding and not getting it back without pressing escape or losing window focus. The ...