#include <ivfwidget/IvfEvents.h>
Inheritance diagram for CIvfInitEvent:
Public Member Functions | |
virtual void | onInit (int width, int height) |
handlers.cpp, and manip.cpp.
Definition at line 113 of file IvfEvents.h.
|
onInit method onInit is called the first time an OpenGL context is activated. All OpenGL dependent intialization code should be placed here, including Ivf++ code.
Definition at line 122 of file IvfEvents.h. |