glutButtonBoxFunc

:stuck_out_tongue: helping beginner is sign of greatness :stuck_out_tongue:

if(Help_got== True)
{
thanks += 2 x 10e4
}
else
{
thanks -= 3 x 10 e4
if (thanks <0)thanks = 0;

}

I find in freeglut_std.h
that there is a function glutButtonBoxFunc
My Questions are

Q1 Is this Function is for Create Button’s for game?

Q2 How to use this function

http://www.catb.org/~esr/faqs/smart-questions.html

I can’t open that link, Jan :slight_smile:
is this the same?
http://linuxmafia.com/faq/Essays/smart-questions.html

i didn’t find example,docs,specs and on the net(fair way) on glutButtonBoxFunc
Please help me

the google custom search text box in the upper right corner of this webpage exists for some reasons…
http://www.opengl.org/documentation/specs/glut/spec3/node58.html

had you programmed with this function

I am sorry, not yet so far.

But I did try to search for it with in this forum with keyword “glutButtonBoxFunc”,
and I managed to find this link http://www.opengl.org/discussion_boards/…true#Post218481

which suggested that you might want to look for GLUI stuff…

Sorry for my lack of knowledge.

Success! :wink:

thanks for your help