In my program i want to be able to make an object (like a plane made with a GL_QUAD) clickable.

So if i have a plane displayed on the screen i want to be able to click on a point on the screen and get the X, Y position on the plane (not the screen). Is this some sort of collision detection or something?