|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Microsoft.Xna.Framework.Input.GamepadTranslator:Public Member Functions | |
| GamepadTranslator (string config) | |
| ButtonType | Read (string button) |
| bool | ButtonPressed (string button, JoystickState state) |
| float | AxisPressed (string axis, JoystickState state) |
| bool | DpadPressed (string dpad, JoystickState state) |
| float | TriggerPressed (string trigger, JoystickState state) |
Private Attributes | |
| Dictionary< string, ButtonType > | Data |
Definition at line 9 of file GamepadTranslator.cs.