ofDocsdocumentation events ofResizeEventArgs

ofResizeEventArgs

This class is integrated into the openframeworks events system. When a resize event happens we record window size information inside an object of the class. Used to send event messages. In the new openFrameworks release we can find a very illustrative example about how to use events in openFrameworks.


ofResizeEventArgs( )

ofResizeEventArgs()

ofResizeEventArgs( ... )

ofResizeEventArgs(int width, int height)

Variables

int height
int width