Packageaway3dlite.templates.ui
Classpublic class Keyboard3D
InheritanceKeyboard3D Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  isALT : Boolean = false
[static]
Keyboard3D
  isCTRL : Boolean = false
[static]
Keyboard3D
  isKeyBackward : Boolean = false
[static]
Keyboard3D
  isKeyDown : Boolean = false
[static]
Keyboard3D
  isKeyForward : Boolean = false
[static]
Keyboard3D
  isKeyLeft : Boolean = false
[static]
Keyboard3D
  isKeyPeekLeft : Boolean = false
[static]
Keyboard3D
  isKeyPeekRight : Boolean = false
[static]
Keyboard3D
  isKeyRight : Boolean = false
[static]
Keyboard3D
  isKeyUp : Boolean = false
[static]
Keyboard3D
  isSHIFT : Boolean = false
[static]
Keyboard3D
  isSPACE : Boolean = false
[static]
Keyboard3D
  keyCode : uint = 0
[static]
Keyboard3D
  keyType : String = keyUp
[static]
Keyboard3D
  numKeyPress : int = 0
[static]
Keyboard3D
  position : Vector3D
[static]
Keyboard3D
Public Methods
 MethodDefined By
  
Keyboard3D(container:Stage, yUp:Boolean = true)
Keyboard3D
  
destroy():void
Keyboard3D
Property Detail
isALTproperty
public static var isALT:Boolean = false

isCTRLproperty 
public static var isCTRL:Boolean = false

isKeyBackwardproperty 
public static var isKeyBackward:Boolean = false

isKeyDownproperty 
public static var isKeyDown:Boolean = false

isKeyForwardproperty 
public static var isKeyForward:Boolean = false

isKeyLeftproperty 
public static var isKeyLeft:Boolean = false

isKeyPeekLeftproperty 
public static var isKeyPeekLeft:Boolean = false

isKeyPeekRightproperty 
public static var isKeyPeekRight:Boolean = false

isKeyRightproperty 
public static var isKeyRight:Boolean = false

isKeyUpproperty 
public static var isKeyUp:Boolean = false

isSHIFTproperty 
public static var isSHIFT:Boolean = false

isSPACEproperty 
public static var isSPACE:Boolean = false

keyCodeproperty 
public static var keyCode:uint = 0

keyTypeproperty 
public static var keyType:String = keyUp

numKeyPressproperty 
public static var numKeyPress:int = 0

positionproperty 
public static var position:Vector3D

Constructor Detail
Keyboard3D()Constructor
public function Keyboard3D(container:Stage, yUp:Boolean = true)



Parameters
container:Stage
 
yUp:Boolean (default = true)
####INIT####
Method Detail
destroy()method
public function destroy():void