| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10 - AIR 1.5 |
The Tool Render Type will be used in the future to implement Tools that need
different types of mouse interactions.
public static const CLICK_DRAG:String = clickDrag
se for Tools like a line tool that need a single start point and an end point
uring a single Mouse Down and Mouse Up operation.
public static const CONTINUOUS:String = continuous
se for Brush or Pencil functionality.
public static const SINGLE_CLICK:String = singleClick
se for Tools like Fill Bucket, Selection and Text Tools
Fri Nov 13 2009, 04:47 PM -05:00