Defines | |
#define | kOfxInteractActionDraw "OfxInteractActionDraw" |
Action passed to interacts telling it to redraw, see InteractsActionDraw for more details. | |
#define | kOfxInteractActionPenMotion "OfxInteractActionPenMotion" |
Action passed to interacts for an interact pen motion , see InteractsActionPen for more details. | |
#define | kOfxInteractActionPenDown "OfxInteractActionPenDown" |
Action passed to interacts for a pen down , see InteractsActionPen for more details. | |
#define | kOfxInteractActionPenUp "OfxInteractActionPenUp" |
Action passed to interacts for a pen up, see InteractsActionPen for more details. | |
#define | kOfxInteractActionKeyDown "OfxInteractActionKeyDown" |
Action passed to interacts for a key down, see InteractsActionKey for more details. | |
#define | kOfxInteractActionKeyUp "OfxInteractActionKeyUp" |
Action passed to interacts for a key down, see InteractsActionKey for more details. | |
#define | kOfxInteractActionKeyRepeat "OfxInteractActionKeyRepeat" |
Action passed to interacts for a key repeat , see InteractsActionKey for more details. | |
#define | kOfxInteractActionGainFocus "OfxInteractActionGainFocus" |
Action passed to interacts for a gain of input focus, see InteractsActionFocus for more details. | |
#define | kOfxInteractActionLoseFocus "OfxInteractActionLoseFocus" |
Action passed to interacts for a loss of input focus, see InteractsActionFocus for more details. |
#define kOfxInteractActionDraw "OfxInteractActionDraw" |
Action passed to interacts telling it to redraw, see InteractsActionDraw for more details.
#define kOfxInteractActionGainFocus "OfxInteractActionGainFocus" |
Action passed to interacts for a gain of input focus, see InteractsActionFocus for more details.
#define kOfxInteractActionKeyDown "OfxInteractActionKeyDown" |
Action passed to interacts for a key down, see InteractsActionKey for more details.
#define kOfxInteractActionKeyRepeat "OfxInteractActionKeyRepeat" |
Action passed to interacts for a key repeat , see InteractsActionKey for more details.
#define kOfxInteractActionKeyUp "OfxInteractActionKeyUp" |
Action passed to interacts for a key down, see InteractsActionKey for more details.
#define kOfxInteractActionLoseFocus "OfxInteractActionLoseFocus" |
Action passed to interacts for a loss of input focus, see InteractsActionFocus for more details.
#define kOfxInteractActionPenDown "OfxInteractActionPenDown" |
Action passed to interacts for a pen down , see InteractsActionPen for more details.
#define kOfxInteractActionPenMotion "OfxInteractActionPenMotion" |
Action passed to interacts for an interact pen motion , see InteractsActionPen for more details.
#define kOfxInteractActionPenUp "OfxInteractActionPenUp" |
Action passed to interacts for a pen up, see InteractsActionPen for more details.