You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a dinamic Text Object to act
as a flag to see the value of a determinate variable in
real time (like cursor position)
reply 1
GLUI in CVS is now using std::string.
Is the idea here that a pointer to a std::string
can be passed to the text widget, and the
current content of the std::string will always
be used for display?
The text was updated successfully, but these errors were encountered:
https://sourceforge.net/p/glui/feature-requests/11/
original report
It would be nice to have a dinamic Text Object to act
as a flag to see the value of a determinate variable in
real time (like cursor position)
reply 1
GLUI in CVS is now using std::string.
Is the idea here that a pointer to a std::string
can be passed to the text widget, and the
current content of the std::string will always
be used for display?
The text was updated successfully, but these errors were encountered: