terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Update()

override void DrKeyboard_IME.Update ( )
inlinevirtual

Reimplemented from DrKeyboard_Base.

Definition at line 81 of file DrKeyboard_IME.cs.

82 {
83 if (!true)
84 {
85 }
86 if (!true)
87 {
88 }
89 bool keyDown = KeyboardInput.GetKeyDown(KeyCode.KeypadEnter);
90 if (!true)
91 {
92 }
94 }
class f__AnonymousType0<< Count > j__TPar
static bool GetKeyDown(KeyCode keycode)

References KeyboardInput.GetKeyDown(), j__TPar, and UnityEngine.keyDown.