kOfxInteractActionPenUp

	#include "ofxCore.h"
	#define kOfxInteractActionPenUp "OfxInteractActionPenUp"
Arguments

Description

This action is issued when a pen transitions for the 'down' to the 'up' state.

No openGL calls should be issued by the plug-in during this action.

Preconditions

Postconditions

  • if the instance returns kOfxStatOK , the host should not pass the pen motion to any other interactive object it may own that shares the same view.

Return Values

  • kOfxStatOK , the action was trapped and the host should not pass the event to other objects it may own
  • kOfxStatReplyDefault , the action was not trapped and the host can deal with it if it wants