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
Loading...
Searching...
No Matches

◆ FramePressState

Enumerator
Pressed 
Released 
PressedAndReleased 
NotChanged 

Definition at line 953 of file PointerEventData.cs.

954 {
955 [global::Cpp2ILInjected.Token(Token = "0x40002AF")]
956 Pressed,
957 [global::Cpp2ILInjected.Token(Token = "0x40002B0")]
958 Released,
959 [global::Cpp2ILInjected.Token(Token = "0x40002B1")]
961 [global::Cpp2ILInjected.Token(Token = "0x40002B2")]
963 }