Свойство | Тип | Описание | |
---|---|---|---|
DPadHorizMult | int | ||
DPadVertMult | int | ||
LJoyHorizMult | int | ||
LJoyVertMult | int | ||
RJoyHorizMult | int | ||
RJoyVertMult | int | ||
Template | bool |
Метод | Описание | |
---|---|---|
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, | |
Результат | string |
public GetButtonName ( JoyCode j ) : string | ||
j | JoyCode | |
Результат | string |
public GetKeyCodeOffset ( JoyButton, j ) : int | ||
j | JoyButton, | |
Результат | int |
public GetKeyCodeOffset ( JoyCode j ) : int | ||
j | JoyCode | |
Результат | int |
public JoyButtonSet ( JoyButtonSet prev ) : System.Collections | ||
prev | JoyButtonSet | |
Результат | 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 | |
Результат | 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 | |
Результат | System.Collections |