메소드 | 설명 | |
---|---|---|
ButtonState ( CarButtons button ) : bool | ||
DirectInputManager ( ) : System | ||
Dispose ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
OnAccelerationValueChanged ( |
||
OnBrakingValueChanged ( |
||
OnButtonStateChanged ( |
||
OnSteeringValueChanged ( |
메소드 | 설명 | |
---|---|---|
CreateCarButtonEventArgs ( int i, bool on ) : |
This method will only return an object if the button index is mapped for the current device. Otherwise, it will return null.
|
|
FindAttachedDevice ( DirectInput directInput, DeviceType deviceType ) : DeviceInstance | ||
GetConsoleWindow ( ) : |
||
RangePedal ( int rawValue ) : double | ||
RangeSteering ( int rawValue ) : double | ||
UpdateAcceleration ( JoystickState joystickState ) : void | ||
UpdateBraking ( JoystickState joystickState ) : void | ||
UpdateButtons ( JoystickState joystickState ) : void | ||
UpdateSteering ( JoystickState joystickState ) : void |
protected OnAccelerationValueChanged ( |
||
e | ||
리턴 | void |
protected OnBrakingValueChanged ( |
||
e | ||
리턴 | void |
protected OnButtonStateChanged ( |
||
e | ||
리턴 | void |
protected OnSteeringValueChanged ( |
||
e | ||
리턴 | void |