What i know is that each created window should have it's own glut callback functions, so i do not see how your solutions should be implemented.
Or maybe i did not understand how Glut is managing...
Type: Posts; User: malikcpp
What i know is that each created window should have it's own glut callback functions, so i do not see how your solutions should be implemented.
Or maybe i did not understand how Glut is managing...
Hello everyone, i'm really disturbed with a issue that i'm working on since two or three days.
Here is the context :
class MyClass {
...
};
MyClass::display(void) {