Property | Type | Description | |
---|---|---|---|
DPadHorizMult | int | ||
DPadVertMult | int | ||
LJoyHorizMult | int | ||
LJoyVertMult | int | ||
RJoyHorizMult | int | ||
RJoyVertMult | int | ||
Template | bool |
Method | Description | |
---|---|---|
GetButtonName ( JoyButton, j ) : string | ||
GetButtonName ( JoyCode j ) : string | ||
GetButtonName ( int j ) : string | ||
GetJoyCode ( int jk ) : JoyCode | ||
GetKeyCodeOffset ( JoyButton, j ) : int | ||
GetKeyCodeOffset ( JoyCode j ) : int | ||
GetKeyCodeOffset ( int j ) : int | ||
GetName ( ) : string | ||
JoyButtonSet ( JoyButtonSet prev ) : System.Collections | ||
JoyButtonSet ( string controller_type, int Start, int Select, int A, int B, int X, int Y, int LBumper, int RBumper, int LJoyClick, int RJoyClick, int LTrigger, int RTrigger, int LJoyHoriz, int LJoyVert, int RJoyHoriz, int RJoyVert, int DPadHoriz, int DPadVert, int DPadUp, int DPadDown, int DPadLeft, int DPadRight ) : System.Collections | ||
JoyButtonSet ( string controller_type, int Start, int Select, int A, int B, int X, int Y, int LBumper, int RBumper, int LJoyClick, int RJoyClick, int LTrigger, int RTrigger, int LJoyHoriz, int LJoyVert, int RJoyHoriz, int RJoyVert, int DPadHoriz, int DPadVert, int DPadUp, int DPadDown, int DPadLeft, int DPadRight, bool InvertLStickHoriz, bool InvertLStickVert, bool InvertRStickHoriz, bool InvertRStickVert, bool InvertDPadHoriz, bool InvertDPadVert ) : System.Collections |
public GetButtonName ( JoyButton, j ) : string | ||
j | JoyButton, | |
return | string |
public GetKeyCodeOffset ( JoyButton, j ) : int | ||
j | JoyButton, | |
return | int |
public JoyButtonSet ( JoyButtonSet prev ) : System.Collections | ||
prev | JoyButtonSet | |
return | System.Collections |
public JoyButtonSet ( string controller_type, int Start, int Select, int A, int B, int X, int Y, int LBumper, int RBumper, int LJoyClick, int RJoyClick, int LTrigger, int RTrigger, int LJoyHoriz, int LJoyVert, int RJoyHoriz, int RJoyVert, int DPadHoriz, int DPadVert, int DPadUp, int DPadDown, int DPadLeft, int DPadRight ) : System.Collections | ||
controller_type | string | |
Start | int | |
Select | int | |
A | int | |
B | int | |
X | int | |
Y | int | |
LBumper | int | |
RBumper | int | |
LJoyClick | int | |
RJoyClick | int | |
LTrigger | int | |
RTrigger | int | |
LJoyHoriz | int | |
LJoyVert | int | |
RJoyHoriz | int | |
RJoyVert | int | |
DPadHoriz | int | |
DPadVert | int | |
DPadUp | int | |
DPadDown | int | |
DPadLeft | int | |
DPadRight | int | |
return | System.Collections |
public JoyButtonSet ( string controller_type, int Start, int Select, int A, int B, int X, int Y, int LBumper, int RBumper, int LJoyClick, int RJoyClick, int LTrigger, int RTrigger, int LJoyHoriz, int LJoyVert, int RJoyHoriz, int RJoyVert, int DPadHoriz, int DPadVert, int DPadUp, int DPadDown, int DPadLeft, int DPadRight, bool InvertLStickHoriz, bool InvertLStickVert, bool InvertRStickHoriz, bool InvertRStickVert, bool InvertDPadHoriz, bool InvertDPadVert ) : System.Collections | ||
controller_type | string | |
Start | int | |
Select | int | |
A | int | |
B | int | |
X | int | |
Y | int | |
LBumper | int | |
RBumper | int | |
LJoyClick | int | |
RJoyClick | int | |
LTrigger | int | |
RTrigger | int | |
LJoyHoriz | int | |
LJoyVert | int | |
RJoyHoriz | int | |
RJoyVert | int | |
DPadHoriz | int | |
DPadVert | int | |
DPadUp | int | |
DPadDown | int | |
DPadLeft | int | |
DPadRight | int | |
InvertLStickHoriz | bool | |
InvertLStickVert | bool | |
InvertRStickHoriz | bool | |
InvertRStickVert | bool | |
InvertDPadHoriz | bool | |
InvertDPadVert | bool | |
return | System.Collections |