Packagebasic
Classpublic class BitmapReplacementOpenVR
InheritanceBitmapReplacementOpenVR Inheritance Object



Public Methods
 MethodDefined By
  
getBitmapDataForGamepadButtonID(_arg_1:int):BitmapData
[static]
BitmapReplacementOpenVR
  
[static]
BitmapReplacementOpenVR
  
redrawBitmaps(_arg_1:Array):void
[static]
BitmapReplacementOpenVR
Public Constants
 ConstantDefined By
  ARCHETYPEID_BumperL : int = 17
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_BumperR : int = 18
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_Button : int = 3
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_ButtonL : int = 1
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_ButtonR : int = 2
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_GripL : int = 4
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_GripR : int = 5
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_Joystick : int = 6
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_JoystickPressCenter : int = 7
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_JoystickPressDirections : int = 8
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadRound : int = 9
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadRoundPressCenter : int = 10
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadRoundPressDirections : int = 11
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadTall : int = 12
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadTallPressCenter : int = 13
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TrackpadTallPressDirections : int = 14
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TriggerL : int = 15
[static]
BitmapReplacementOpenVR
  ARCHETYPEID_TriggerR : int = 16
[static]
BitmapReplacementOpenVR
  bitmapData_ButtonStart : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_FaceButtonBottom : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_FaceButtonLeft : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_FaceButtonRight : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_FaceButtonTop : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_ShoulderLeft : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_ShoulderRight : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_StickLeft : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_StickLeftPress : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_StickRight : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_StickRightPress : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_TriggerLeft : BitmapData
[static]
BitmapReplacementOpenVR
  bitmapData_TriggerRight : BitmapData
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonAssistant : int = 27
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonCapture : int = 25
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonHome : int = 26
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonSelect : int = 18
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonSelectAlt : int = 19
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonStart : int = 17
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ButtonStartAlt : int = 20
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadAll : int = 21
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadDown : int = 7
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadLeft : int = 8
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadLeftRight : int = 23
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadRight : int = 6
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadUp : int = 5
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_DpadUpDown : int = 22
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_FaceButtonBottom : int = 1
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_FaceButtonLeft : int = 3
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_FaceButtonRight : int = 4
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_FaceButtonTop : int = 2
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ShoulderLeft : int = 13
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_ShoulderRight : int = 9
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_StickLeft : int = 15
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_StickLeftPress : int = 16
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_StickRight : int = 11
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_StickRightPress : int = 12
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_TriggerLeft : int = 14
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_TriggerRight : int = 10
[static]
BitmapReplacementOpenVR
  GAMEPADBUTTONID_TriggersLR : int = 24
[static]
BitmapReplacementOpenVR
  NameOfArchetypeID : Object
[static]
BitmapReplacementOpenVR
  NameOfGamepadButtonID : Object
[static]
BitmapReplacementOpenVR
  PRESSDIRECTION_East : int = 4
[static]
BitmapReplacementOpenVR
  PRESSDIRECTION_North : int = 1
[static]
BitmapReplacementOpenVR
  PRESSDIRECTION_South : int = 2
[static]
BitmapReplacementOpenVR
  PRESSDIRECTION_West : int = 8
[static]
BitmapReplacementOpenVR
  PX_BITMAP_SIZE : int = 76
[static]
BitmapReplacementOpenVR
  PX_TEMPLATE_LABELTEXT_MAX_WIDTH : Number = 32
[static]
BitmapReplacementOpenVR
  PX_TEMPLATE_SIZE : int = 38
[static]
BitmapReplacementOpenVR
Method Detail
getBitmapDataForGamepadButtonID()method
public static function getBitmapDataForGamepadButtonID(_arg_1:int):BitmapData

Parameters

_arg_1:int

Returns
BitmapData
getComponentDescForGamepadButtonID()method 
public static function getComponentDescForGamepadButtonID(_arg_1:int):Component

Parameters

_arg_1:int

Returns
Component
redrawBitmaps()method 
public static function redrawBitmaps(_arg_1:Array):void

Parameters

_arg_1:Array

Constant Detail
ARCHETYPEID_BumperLConstant
public static const ARCHETYPEID_BumperL:int = 17

ARCHETYPEID_BumperRConstant 
public static const ARCHETYPEID_BumperR:int = 18

ARCHETYPEID_ButtonConstant 
public static const ARCHETYPEID_Button:int = 3

ARCHETYPEID_ButtonLConstant 
public static const ARCHETYPEID_ButtonL:int = 1

ARCHETYPEID_ButtonRConstant 
public static const ARCHETYPEID_ButtonR:int = 2

ARCHETYPEID_GripLConstant 
public static const ARCHETYPEID_GripL:int = 4

ARCHETYPEID_GripRConstant 
public static const ARCHETYPEID_GripR:int = 5

ARCHETYPEID_JoystickConstant 
public static const ARCHETYPEID_Joystick:int = 6

ARCHETYPEID_JoystickPressCenterConstant 
public static const ARCHETYPEID_JoystickPressCenter:int = 7

ARCHETYPEID_JoystickPressDirectionsConstant 
public static const ARCHETYPEID_JoystickPressDirections:int = 8

ARCHETYPEID_TrackpadRoundConstant 
public static const ARCHETYPEID_TrackpadRound:int = 9

ARCHETYPEID_TrackpadRoundPressCenterConstant 
public static const ARCHETYPEID_TrackpadRoundPressCenter:int = 10

ARCHETYPEID_TrackpadRoundPressDirectionsConstant 
public static const ARCHETYPEID_TrackpadRoundPressDirections:int = 11

ARCHETYPEID_TrackpadTallConstant 
public static const ARCHETYPEID_TrackpadTall:int = 12

ARCHETYPEID_TrackpadTallPressCenterConstant 
public static const ARCHETYPEID_TrackpadTallPressCenter:int = 13

ARCHETYPEID_TrackpadTallPressDirectionsConstant 
public static const ARCHETYPEID_TrackpadTallPressDirections:int = 14

ARCHETYPEID_TriggerLConstant 
public static const ARCHETYPEID_TriggerL:int = 15

ARCHETYPEID_TriggerRConstant 
public static const ARCHETYPEID_TriggerR:int = 16

bitmapData_ButtonStartConstant 
public static const bitmapData_ButtonStart:BitmapData

bitmapData_FaceButtonBottomConstant 
public static const bitmapData_FaceButtonBottom:BitmapData

bitmapData_FaceButtonLeftConstant 
public static const bitmapData_FaceButtonLeft:BitmapData

bitmapData_FaceButtonRightConstant 
public static const bitmapData_FaceButtonRight:BitmapData

bitmapData_FaceButtonTopConstant 
public static const bitmapData_FaceButtonTop:BitmapData

bitmapData_ShoulderLeftConstant 
public static const bitmapData_ShoulderLeft:BitmapData

bitmapData_ShoulderRightConstant 
public static const bitmapData_ShoulderRight:BitmapData

bitmapData_StickLeftConstant 
public static const bitmapData_StickLeft:BitmapData

bitmapData_StickLeftPressConstant 
public static const bitmapData_StickLeftPress:BitmapData

bitmapData_StickRightConstant 
public static const bitmapData_StickRight:BitmapData

bitmapData_StickRightPressConstant 
public static const bitmapData_StickRightPress:BitmapData

bitmapData_TriggerLeftConstant 
public static const bitmapData_TriggerLeft:BitmapData

bitmapData_TriggerRightConstant 
public static const bitmapData_TriggerRight:BitmapData

GAMEPADBUTTONID_ButtonAssistantConstant 
public static const GAMEPADBUTTONID_ButtonAssistant:int = 27

GAMEPADBUTTONID_ButtonCaptureConstant 
public static const GAMEPADBUTTONID_ButtonCapture:int = 25

GAMEPADBUTTONID_ButtonHomeConstant 
public static const GAMEPADBUTTONID_ButtonHome:int = 26

GAMEPADBUTTONID_ButtonSelectConstant 
public static const GAMEPADBUTTONID_ButtonSelect:int = 18

GAMEPADBUTTONID_ButtonSelectAltConstant 
public static const GAMEPADBUTTONID_ButtonSelectAlt:int = 19

GAMEPADBUTTONID_ButtonStartConstant 
public static const GAMEPADBUTTONID_ButtonStart:int = 17

GAMEPADBUTTONID_ButtonStartAltConstant 
public static const GAMEPADBUTTONID_ButtonStartAlt:int = 20

GAMEPADBUTTONID_DpadAllConstant 
public static const GAMEPADBUTTONID_DpadAll:int = 21

GAMEPADBUTTONID_DpadDownConstant 
public static const GAMEPADBUTTONID_DpadDown:int = 7

GAMEPADBUTTONID_DpadLeftConstant 
public static const GAMEPADBUTTONID_DpadLeft:int = 8

GAMEPADBUTTONID_DpadLeftRightConstant 
public static const GAMEPADBUTTONID_DpadLeftRight:int = 23

GAMEPADBUTTONID_DpadRightConstant 
public static const GAMEPADBUTTONID_DpadRight:int = 6

GAMEPADBUTTONID_DpadUpConstant 
public static const GAMEPADBUTTONID_DpadUp:int = 5

GAMEPADBUTTONID_DpadUpDownConstant 
public static const GAMEPADBUTTONID_DpadUpDown:int = 22

GAMEPADBUTTONID_FaceButtonBottomConstant 
public static const GAMEPADBUTTONID_FaceButtonBottom:int = 1

GAMEPADBUTTONID_FaceButtonLeftConstant 
public static const GAMEPADBUTTONID_FaceButtonLeft:int = 3

GAMEPADBUTTONID_FaceButtonRightConstant 
public static const GAMEPADBUTTONID_FaceButtonRight:int = 4

GAMEPADBUTTONID_FaceButtonTopConstant 
public static const GAMEPADBUTTONID_FaceButtonTop:int = 2

GAMEPADBUTTONID_ShoulderLeftConstant 
public static const GAMEPADBUTTONID_ShoulderLeft:int = 13

GAMEPADBUTTONID_ShoulderRightConstant 
public static const GAMEPADBUTTONID_ShoulderRight:int = 9

GAMEPADBUTTONID_StickLeftConstant 
public static const GAMEPADBUTTONID_StickLeft:int = 15

GAMEPADBUTTONID_StickLeftPressConstant 
public static const GAMEPADBUTTONID_StickLeftPress:int = 16

GAMEPADBUTTONID_StickRightConstant 
public static const GAMEPADBUTTONID_StickRight:int = 11

GAMEPADBUTTONID_StickRightPressConstant 
public static const GAMEPADBUTTONID_StickRightPress:int = 12

GAMEPADBUTTONID_TriggerLeftConstant 
public static const GAMEPADBUTTONID_TriggerLeft:int = 14

GAMEPADBUTTONID_TriggerRightConstant 
public static const GAMEPADBUTTONID_TriggerRight:int = 10

GAMEPADBUTTONID_TriggersLRConstant 
public static const GAMEPADBUTTONID_TriggersLR:int = 24

NameOfArchetypeIDConstant 
public static const NameOfArchetypeID:Object

NameOfGamepadButtonIDConstant 
public static const NameOfGamepadButtonID:Object

PRESSDIRECTION_EastConstant 
public static const PRESSDIRECTION_East:int = 4

PRESSDIRECTION_NorthConstant 
public static const PRESSDIRECTION_North:int = 1

PRESSDIRECTION_SouthConstant 
public static const PRESSDIRECTION_South:int = 2

PRESSDIRECTION_WestConstant 
public static const PRESSDIRECTION_West:int = 8

PX_BITMAP_SIZEConstant 
public static const PX_BITMAP_SIZE:int = 76

PX_TEMPLATE_LABELTEXT_MAX_WIDTHConstant 
public static const PX_TEMPLATE_LABELTEXT_MAX_WIDTH:Number = 32

PX_TEMPLATE_SIZEConstant 
public static const PX_TEMPLATE_SIZE:int = 38