Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InputModes

Dictionary<InputMode, KeyConfiguration> Terraria.GameInput.PlayerInputProfile.InputModes
Initial value:
= new Dictionary<InputMode, KeyConfiguration>
{
{
InputMode.Keyboard,
new KeyConfiguration()
},
{
InputMode.KeyboardUI,
},
{
InputMode.XBoxGamepad,
},
{
InputMode.XBoxGamepadUI,
new KeyConfiguration()
}
}

Definition at line 11 of file PlayerInputProfile.cs.

12 {
13 {
14 InputMode.Keyboard,
15 new KeyConfiguration()
16 },
17 {
18 InputMode.KeyboardUI,
19 new KeyConfiguration()
20 },
21 {
22 InputMode.XBoxGamepad,
23 new KeyConfiguration()
24 },
25 {
26 InputMode.XBoxGamepadUI,
27 new KeyConfiguration()
28 }
29 };

Referenced by Terraria.GameInput.PlayerInputProfile.CopyKeysFrom(), Terraria.GameInput.PlayerInputProfile.Initialize(), Terraria.GameInput.PlayerInputProfile.Load(), Terraria.GameInput.PlayerInputProfile.Save(), Terraria.GameInput.PlayerInputProfile.UsingDpadHotbar(), and Terraria.GameInput.PlayerInputProfile.UsingDpadMovekeys().