void drawCheckBox(GLshort x, GLshort y, const char* text) { glColor3f(0,0,0); glBegin(GL_LINE_LOOP); glVertex2s(x, y); glVertex2s(x+20, y); glVertex2s(x+20, ...
確定! 回上一頁