A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fingersMotion — class, package com.dipigraphics.fingersMotion
The FingersMotion Class allow you to interact with your fingers using 3 colored markers.
fingersMotion(conteneurSprite:flash.display:Sprite, markerVisibility:Boolean, previewCamera:Boolean, previewCameraScaleFactor:Number) — Constructor, class com.dipigraphics.fingersMotion.fingersMotion
This method provides all you need to start the navigation system.
FingersMotionEvent — class, package com.dipigraphics.fingersMotion
This class provides the FingersMotion Event.
FingersMotionEvent(type:String, fmData:any, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.dipigraphics.fingersMotion.FingersMotionEvent
This Method provide the Events to interact with your application as a navigation system.
fingersMotionStatut — Property, class com.dipigraphics.fingersMotion.fingersMotion
Define the Status Event for the switch condition that dispatch event 0 : normal mode 1 : hover mode 2 : drag and drop mode 3 : click mode Note : you dont need it normally except if you try to change the navigation system created.
FM_ACTIVE — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_ACTIVE This Event is never dispatch but you need to add it to activte the others.
FM_CLICK — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_CLICK represent the Fingers Motion Click Event
fmDataTransmitted — Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
fmDataTransmitted is used only with the Rotation Event and give you the angle between Yellow and Green in degree.
FM_DRAG_AND_DROP — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_DRAG_AND_DROP represent the Fingers Motion Drag and Drop Event
FM_HOVER — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_HOVER represent the Fingers Motion Hover Event
FM_OUT — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_OUT represent the Fingers Motion Out Event
FM_ROTATION — Constant Static Property, class com.dipigraphics.fingersMotion.FingersMotionEvent
FM_ROTATION represent the Fingers Motion Rotation Event
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z