Inheritance
JoystickProfile
public class JoystickProfile : InputDeviceProfile
Fields
Declaration
protected static Range defaultDeadZones
Field Value
Declaration
public JoystickControlMapping[] mappings
Field Value
Declaration
public string[] nameOverrides
Field Value
Methods
Declaration
public override string GetControlNameOverride(int controlIndex)
Parameters
Type |
Name |
Description |
Int32 |
controlIndex |
|
Returns
Overrides
Declaration
public override void Remap(InputEvent inputEvent)
Parameters
Overrides
Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName)
Parameters
Type |
Name |
Description |
Int32 |
sourceControlIndex |
|
Int32 |
targetControlIndex |
|
String |
displayName |
|
Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName, Range interDeadZoneRange)
Parameters
Type |
Name |
Description |
Int32 |
sourceControlIndex |
|
Int32 |
targetControlIndex |
|
String |
displayName |
|
Range |
interDeadZoneRange |
|
Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName, Range interDeadZoneRange, Range sourceRange, Range targetRange)
Parameters
Declaration
public void SetMappingsCount(int sourceControlCount, int tarcontrolCount)
Parameters
Type |
Name |
Description |
Int32 |
sourceControlCount |
|
Int32 |
tarcontrolCount |
|