The Draw Action

	#include "ofxCore.h"
	#define kOfxInteractActionDraw "OfxInteractActionDraw"
Arguments

Description

This action is issued to an interact whenever the host needs the plugin to redraw the given interact. The interact should issue any openGL calls it needs at this point.

Note that the interact may (in the case of custom parameter GUIS) or may not (in the case of image effect overlays) be required to swap buffers, that is up to the kind of interact.

Preconditions

Return Values