TuttleOFX
1
|
![]() |
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. |
These are the list of actions passed to an interacts' entry point function. For more details on how to deal with actions, see Intereact Actions.
#define kOfxInteractActionDraw "OfxInteractActionDraw" |
Action passed to interacts telling it to redraw, see InteractsActionDraw for more details.
Definition at line 179 of file ofxInteract.h.
Referenced by tuttle::host::ofx::interact::OfxhInteract::drawAction(), and OFX::Private::interactMainEntry().
#define kOfxInteractActionGainFocus "OfxInteractActionGainFocus" |
Action passed to interacts for a gain of input focus, see InteractsActionFocus for more details.
Definition at line 209 of file ofxInteract.h.
Referenced by tuttle::host::ofx::interact::OfxhInteract::gainFocusAction(), and OFX::Private::interactMainEntry().
#define kOfxInteractActionKeyDown "OfxInteractActionKeyDown" |
Action passed to interacts for a key down, see InteractsActionKey for more details.
Definition at line 195 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::keyDownAction().
#define kOfxInteractActionKeyRepeat "OfxInteractActionKeyRepeat" |
Action passed to interacts for a key repeat , see InteractsActionKey for more details.
Definition at line 205 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::keyRepeatAction().
#define kOfxInteractActionKeyUp "OfxInteractActionKeyUp" |
Action passed to interacts for a key down, see InteractsActionKey for more details.
Definition at line 200 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::keyUpAction().
#define kOfxInteractActionLoseFocus "OfxInteractActionLoseFocus" |
Action passed to interacts for a loss of input focus, see InteractsActionFocus for more details.
Definition at line 213 of file ofxInteract.h.
Referenced by tuttle::host::ofx::interact::OfxhInteract::loseFocusAction().
#define kOfxInteractActionPenDown "OfxInteractActionPenDown" |
Action passed to interacts for a pen down , see InteractsActionPen for more details.
Definition at line 187 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::penDownAction().
#define kOfxInteractActionPenMotion "OfxInteractActionPenMotion" |
Action passed to interacts for an interact pen motion , see InteractsActionPen for more details.
Definition at line 183 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::penMotionAction().
#define kOfxInteractActionPenUp "OfxInteractActionPenUp" |
Action passed to interacts for a pen up, see InteractsActionPen for more details.
Definition at line 191 of file ofxInteract.h.
Referenced by OFX::Private::interactMainEntry(), and tuttle::host::ofx::interact::OfxhInteract::penUpAction().