e,objx,objy,objz = glu.UnProject(winx, winy, winz, model, proj, view)
glu.UnProject() maps the specified window coordinates into object coordinates using model, proj, and view. The
result is stored in objx, objy, and objz. A return value of #GL_TRUE indicates success; a return value of
#GL_FALSE indicates failure.
Please consult an OpenGL reference manual for more information.