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 ilustrative example about how to use events in openFrameworks.

ofResizeEventArgs methods

width()

ofResizeEventArgs::width()

When a window resize event happens (we resize the app window) new window width gets recorded here.