TuttleOFX  1
OfxInteractSuiteV1 Struct Reference

OFX suite that allows an effect to interact with an openGL window so as to provide custom interfaces. More...

#include <ofxInteract.h>

Data Fields

OfxStatus(* interactSwapBuffers )(OfxInteractHandle interactInstance)
 Requests an openGL buffer swap on the interact instance.
OfxStatus(* interactRedraw )(OfxInteractHandle interactInstance)
 Requests a redraw of the interact instance.
OfxStatus(* interactGetPropertySet )(OfxInteractHandle interactInstance, OfxPropertySetHandle *property)
 Gets the property set handle for this interact handle.

Detailed Description

OFX suite that allows an effect to interact with an openGL window so as to provide custom interfaces.

Definition at line 221 of file ofxInteract.h.


Field Documentation

Requests a redraw of the interact instance.

Definition at line 227 of file ofxInteract.h.

Referenced by OFX::Interact::requestRedraw().

Requests an openGL buffer swap on the interact instance.

Definition at line 224 of file ofxInteract.h.

Referenced by OFX::Interact::swapBuffers().


The documentation for this struct was generated from the following file: