Intereact Actions
[OFX Actions]


Detailed Description

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.


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 Documentation

#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.


Copyright 2003-2004 The Foundry Visonmongers Ltd. All rights reserved.
Copying and redistribution with or without modification, is permitted provided that the following conditions are met:
  1. Redistributions of the document must retain the above copyright notice and this list of conditions.
  2. Neither the name of The Foundry Visonmongers Ltd nor names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Automatic documentation generated by DOxygen.