29 text[letterCount--] = 0;
46 if( letterCount == 254 )
48 text[letterCount++] = letter;
49 text[letterCount] = 0;
58 if( glutGet( GLUT_ELAPSED_TIME )/500 % 2 == 0)
59 m_tf->
print( 50, 50, text, 800, 600 );
61 text[letterCount] =
'_';
62 text[letterCount + 1] = 0;
63 m_tf->
print( 50, 50, text, 800, 600 );
64 text[letterCount] = 0;