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

◆ DoUpdate_HandleInput()

void Terraria.Main.DoUpdate_HandleInput ( )
inlineprivate

Definition at line 17782 of file Main.cs.

17783 {
17784 //IL_0024: Unknown result type (might be due to invalid IL or missing references)
17785 //IL_0029: Unknown result type (might be due to invalid IL or missing references)
17786 //IL_002e: Unknown result type (might be due to invalid IL or missing references)
17787 //IL_0033: Unknown result type (might be due to invalid IL or missing references)
17796 keyState = Keyboard.GetState();
17797 }
static void CacheMousePositionForZoom()
static KeyboardState oldKeyState
Definition Main.cs:1059
static KeyboardState keyState
Definition Main.cs:1057
void UpdateViewZoomKeys()
Definition Main.cs:16297
This is where all T:Terraria.ModLoader.ModSystem hooks are gathered and called.

References Terraria.GameInput.PlayerInput.CacheMousePositionForZoom(), Terraria.GameInput.Keyboard, Terraria.Main.keyState, Terraria.Main.oldKeyState, Terraria.ModLoader.SystemLoader.PostUpdateInput(), Terraria.GameInput.PlayerInput.SetZoom_MouseInWorld(), Terraria.GameInput.PlayerInput.SetZoom_Unscaled(), Terraria.UI.Gamepad.UILinkPointNavigator.Update(), Terraria.GameInput.PlayerInput.UpdateInput(), and Terraria.Main.UpdateViewZoomKeys().

Referenced by Terraria.Main.DoUpdate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: