terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static GamePadCapabilities | GetCapabilities (PlayerIndex playerIndex) |
static GamePadCapabilities | GetCapabilities (int index) |
static GamePadState | GetState (PlayerIndex playerIndex) |
static GamePadState | GetState (int index) |
static GamePadState | GetState (PlayerIndex playerIndex, GamePadDeadZone deadZoneMode) |
static GamePadState | GetState (int index, GamePadDeadZone deadZoneMode) |
static GamePadState | GetState (PlayerIndex playerIndex, GamePadDeadZone leftDeadZoneMode, GamePadDeadZone rightDeadZoneMode) |
static GamePadState | GetState (int index, GamePadDeadZone leftDeadZoneMode, GamePadDeadZone rightDeadZoneMode) |
static bool | SetVibration (PlayerIndex playerIndex, float leftMotor, float rightMotor) |
static bool | SetVibration (int index, float leftMotor, float rightMotor) |
Properties | |
static int | MaximumGamePadCount [get] |
Definition at line 6 of file GamePad.cs.