topical media & game development

talk show tell print

student-ar-fl-events-InteractionInputType.ax

student-ar-fl-events-InteractionInputType.ax [swf] flex


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.events {
          
          
The @ax-student-ar-fl-events-InteractionInputType class defines constants for the values of the <code>triggerEvent</code> property of the SliderEvent object. These constants define strings to identify the sources of input that can trigger an event: the mouse and the keyboard.
see: SliderEvent#triggerEvent @includeExample examples/@fileExample.as @langversion 3.0 @playerversion Flash 9.0.28.0 @internal Can a pointing device that is not a mouse cause these events to be dispatched?

  
          public class @ax-student-ar-fl-events-InteractionInputType {
                  
                  
The <code>@ax-student-ar-fl-events-InteractionInputType.MOUSE</code> constant defines the value of the <code>type</code> property of a <code>mouse</code> event object. @langversion 3.0 @playerversion Flash 9.0.28.0 @internal Seems like another type of pointing device could also generate this event?

  
                  public static const MOUSE:String = 'mouse';
  
                  
The <code>@ax-student-ar-fl-events-InteractionInputType.KEYBOARD</code> constant defines the value of the <code>type</code> property of a <code>keyboard</code> event object. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const KEYBOARD:String = 'keyboard';
                  
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.