#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2* p2) { void* params[2] = { &p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3) { void* params[3] = { p1, &p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerFuncInvoker1; template struct InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { R ret; void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { R ret; void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker3; template struct InvokerFuncInvoker3 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3) { R ret; void* params[3] = { p1, p2, p3 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C; // System.Action`1 struct Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B; // System.Action`1 struct Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C; // System.Action`1 struct Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378; // System.Action`1 struct Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B; // System.Action`1 struct Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7; // System.Action`2 struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333; // System.Action`2 struct Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E; // System.Action`2 struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA; // System.Action`2 struct Action_2_tD987B97B18D27B9920365359C46BC12702AD4F7D; // System.Action`2 struct Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6; // System.Action`2 struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B; // System.Action`2 struct Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7; // System.Action`4 struct Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6; // System.Action`4 struct Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B; // System.Action`4 struct Action_4_tEDE2F4136308461AABC88EB84052E02ED2F9C8DB; // System.Action`4 struct Action_4_t595C7D13B665306D3E501CAF580759041B0C8171; // System.Comparison`1 struct Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1; // System.Func`2 struct Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29; // System.Func`2 struct Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821; // System.Func`2 struct Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2; // System.Func`3 struct Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0; // System.Func`3 struct Func_3_t0072F82DFBE56A425CAA051639D6DF09CB126719; // System.Func`4 struct Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2; // System.Func`4 struct Func_4_t71673974799A3C352F89909BA77E8B33929F2A32; // System.Collections.Generic.HashSet`1 struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B; // System.Collections.Generic.HashSet`1 struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t940FA7702741D1A57781199D26ADBA3FE01EC8EE; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t95A7770A90FA1932B7B5A6E80CFFE84EFDD89CD4; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tAFB65610F759CAFC5D1E91B68A548311182B6A22; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tA6A2274AE31A9D0C4E245176DC4855437D643269; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tC686F7806DE87459BEAA5E37865B3E8BD4DAA1A0; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t8ED46B87E7705380C41A64C1E848D3F32789C639; // System.IObserver`1 struct IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tCC7634AB386F9C6888B89C0FD440251E67C5D8F7; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 struct InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC; // System.Collections.Generic.List`1 struct List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448; // System.Collections.Generic.List`1 struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E; // System.Predicate`1 struct Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D; // UnityEngine.InputSystem.Utilities.SavedStructState`1 struct SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B; // UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore struct TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021; // System.Action`1[] struct Action_1U5BU5D_t18C922CAB85EAE463E29566305D718EF64B12A16; // System.Action`1[] struct Action_1U5BU5D_tE4E06618063C3EF89781BEB4DF47D183654040E6; // System.Action`1[] struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D; // System.Action`2[] struct Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB; // System.Action`2[] struct Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645; // System.Action`2[] struct Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B; // System.Action`2[] struct Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4; // System.IObserver`1[] struct IObserver_1U5BU5D_tC7308F301F0D09FCB9FED9003FC09E1AA8B7C170; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t2D9B681F9F0B39759619A0D4617FB6B20FB10AC0; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t45BAFB41C049BDC49B00275E5A255BB6DEB1396C; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC; // System.Action[] struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2; // UnityEngine.InputSystem.Controls.ButtonControl[] struct ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.InputSystem.EnhancedTouch.Finger[] struct FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F; // UnityEngine.InputSystem.Gamepad[] struct GamepadU5BU5D_t907383551E67ACF51B8B4ECCC0E399DAE2AB3762; // UnityEngine.InputSystem.LowLevel.GamepadButton[] struct GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate[] struct InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A; // UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate[] struct InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC; // UnityEngine.InputSystem.LowLevel.InputEventPtr[] struct InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5; // UnityEngine.InputSystem.Key[] struct KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.InputSystem.Pointer[] struct PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.InputSystem.EnhancedTouch.Touch[] struct TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354; // UnityEngine.InputSystem.Controls.TouchControl[] struct TouchControlU5BU5D_t339733075857CFF82B4E43BFB310F2350225836D; // UnityEngine.InputSystem.Touchscreen[] struct TouchscreenU5BU5D_t73D22E3D2A7039C6C374D75B796C8F83BCA897E3; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo[] struct DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A; // UnityEngine.InputSystem.InputManager/AvailableDevice[] struct AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[] struct StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] struct StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA; // System.IO.BinaryReader struct BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158; // System.IO.BinaryWriter struct BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3; // System.Text.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.InputSystem.Controls.DeltaControl struct DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B; // UnityEngine.InputSystem.Controls.DoubleControl struct DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486; // UnityEngine.InputSystem.Controls.DpadControl struct DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB; // UnityEngine.InputSystem.DualShock.DualShockGamepad struct DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B; // System.Text.Encoder struct Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; // System.Exception struct Exception_t; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8; // UnityEngine.InputSystem.EnhancedTouch.Finger struct Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.InputSystem.Gamepad struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.IDisposable struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // UnityEngine.InputSystem.LowLevel.IInputRuntime struct IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor struct IInputStateChangeMonitor_t043FD8736A6F45C06A2FAFFC5BE70A565F999598; // UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910; // UnityEngine.InputSystem.Utilities.ISavedState struct ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401; // UnityEngine.InputSystem.InputControl struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D; // UnityEngine.InputSystem.InputDevice struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809; // UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A; // UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5; // UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE; // UnityEngine.InputSystem.LowLevel.InputEventTrace struct InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD; // UnityEngine.InputSystem.InputManager struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210; // UnityEngine.InputSystem.InputRemoting struct InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114; // UnityEngine.InputSystem.InputSettings struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF; // UnityEngine.InputSystem.LowLevel.InputStateHistory struct InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480; // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate struct InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55; // UnityEngine.InputSystem.Controls.IntegerControl struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB; // System.InvalidCastException struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime struct NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7; // UnityEngineInternal.Input.NativeUpdateCallback struct NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB; // UnityEngine.InputSystem.Pointer struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; // UnityEngine.InputSystem.Controls.StickControl struct StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; // System.String struct String_t; // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70; // UnityEngine.InputSystem.Controls.TouchControl struct TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079; // UnityEngine.InputSystem.Controls.TouchPhaseControl struct TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC; // UnityEngine.InputSystem.Controls.TouchPressControl struct TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB; // UnityEngine.InputSystem.EnhancedTouch.TouchSimulation struct TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0; // UnityEngine.InputSystem.Touchscreen struct Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE; // System.Type struct Type_t; // UnityEngine.InputSystem.Controls.Vector2Control struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF; // UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver struct DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73; // UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState struct ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8; // UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator struct Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController struct ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C; // UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate struct StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; // UnityEngine.InputSystem.EnhancedTouch.Touch/<>c struct U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D; // UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator struct Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c struct U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tA6A2274AE31A9D0C4E245176DC4855437D643269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tAFB65610F759CAFC5D1E91B68A548311182B6A22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tC686F7806DE87459BEAA5E37865B3E8BD4DAA1A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeInputUpdateType_tBF672D1AE8F85E9FFC0D44EF6BD5FB96B5C9ACE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchPhase_tC280DE0C3DA3652019BF3605D57099E6CE2F3B14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral012315DEACA80CA5572171295D68942333F9F9A7; IL2CPP_EXTERN_C String_t* _stringLiteral05B5896E41F6CE375015DD206C28094820DE1498; IL2CPP_EXTERN_C String_t* _stringLiteral0654CF7A7652A61085CCC7B975A9FB4D7C53DD46; IL2CPP_EXTERN_C String_t* _stringLiteral08FB9129CB5911626293A76FA9EA45A589D9966E; IL2CPP_EXTERN_C String_t* _stringLiteral0CF8CCC4707209C88733F45D2F50CAF236223A22; IL2CPP_EXTERN_C String_t* _stringLiteral0D74755D51876350D4B4382E014E2E93AD3D3B73; IL2CPP_EXTERN_C String_t* _stringLiteral16297ACF04036A0F83757379906F70D900D7566C; IL2CPP_EXTERN_C String_t* _stringLiteral1760F67463EE9078ADA20BFD20686874FFF562DB; IL2CPP_EXTERN_C String_t* _stringLiteral2A5AC4668ADDA05D44CC58641856CAE1ADB66D24; IL2CPP_EXTERN_C String_t* _stringLiteral2B396DAFCF90B4201E355761B57D4F5B4820024F; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2E967EC47C0181B3A2E25F28AF8F0061B4E2A296; IL2CPP_EXTERN_C String_t* _stringLiteral30C9A4CE48482CFCCFE484E0EF36FF8844DDAE6E; IL2CPP_EXTERN_C String_t* _stringLiteral336A688B6B40BC4C1AF41D269266485DC8485E3B; IL2CPP_EXTERN_C String_t* _stringLiteral34E2E1D5D393F33E08B55532C6B7D27294F02F4C; IL2CPP_EXTERN_C String_t* _stringLiteral3C54E891B7C3652F3066D6041DE2D9BABF6DCA32; IL2CPP_EXTERN_C String_t* _stringLiteral413A93D2DA41C940A92CBF70746012937590610E; IL2CPP_EXTERN_C String_t* _stringLiteral4541DABAC4FE8FD5D7C4DBCDA1190481B5A90229; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4E6231226F0A62484622AE51964EB5710BB528F9; IL2CPP_EXTERN_C String_t* _stringLiteral50B5FDB25780A0463D1E627B04779FAF5330F1E9; IL2CPP_EXTERN_C String_t* _stringLiteral5278FC49D5DD7EE6B7B489211DF85A018916ACB6; IL2CPP_EXTERN_C String_t* _stringLiteral589E6D8BD59F7D804E4A1A1C559787B0B2549B6C; IL2CPP_EXTERN_C String_t* _stringLiteral58EE5386C7A4EBFD342B1A8A3469B586CD7724F3; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5C199811F186FA928A800B2EFB80A1C7498DA9B5; IL2CPP_EXTERN_C String_t* _stringLiteral5C82E0DD83FAB77ECA656BE8D48C1899B25B0815; IL2CPP_EXTERN_C String_t* _stringLiteral62F4F3914DA44EFA764CD7207FD98C1D7D603493; IL2CPP_EXTERN_C String_t* _stringLiteral66771CBF7A6F8D1C96826CD68BA93D5C408C8865; IL2CPP_EXTERN_C String_t* _stringLiteral682C94355936D06676EFEE25A133C60E3F8445C8; IL2CPP_EXTERN_C String_t* _stringLiteral6C63C93EC2E14069C02301603969E78DB054EF8E; IL2CPP_EXTERN_C String_t* _stringLiteral6CD29DF87BDE4FB4030DE06320C56337EE9127EF; IL2CPP_EXTERN_C String_t* _stringLiteral751EA3EF4485E58987D7536A5FB4C9668CFAC063; IL2CPP_EXTERN_C String_t* _stringLiteral75C2382105EE7550A774237E98EAB4B761429404; IL2CPP_EXTERN_C String_t* _stringLiteral79E7200C256B5A139CC2342D4CDC95E51A6DD366; IL2CPP_EXTERN_C String_t* _stringLiteral7ED914680C555D96C6ADF1D908946F172FCFAFCB; IL2CPP_EXTERN_C String_t* _stringLiteral80C0A09DC56E67593A40EC47DEE2A4827DB0BC33; IL2CPP_EXTERN_C String_t* _stringLiteral822D2E2FACD5A075837EA460A85415C1BB4A5B00; IL2CPP_EXTERN_C String_t* _stringLiteral82D9A561A7A240949C795C99087C473D0967B043; IL2CPP_EXTERN_C String_t* _stringLiteral85B9AAF0EB29996A5ABED6647FBC8A4437062717; IL2CPP_EXTERN_C String_t* _stringLiteral894192F113AFCA62FF819992911789F3CD2A99BF; IL2CPP_EXTERN_C String_t* _stringLiteral8ABFE73B54F1E2EDA1877D47B6AD4176818D1A01; IL2CPP_EXTERN_C String_t* _stringLiteral8F6CFBA1DD39F197A0470DD4831EDB73FF9AA184; IL2CPP_EXTERN_C String_t* _stringLiteral9185A9C6A1BF633445844194B5073A9E7D587F4D; IL2CPP_EXTERN_C String_t* _stringLiteral924007ED054F82D9429F46EA3884D176E0DB744B; IL2CPP_EXTERN_C String_t* _stringLiteral97390174FD4C882BACE6D033A351D373021320B0; IL2CPP_EXTERN_C String_t* _stringLiteralA4EC35FE30A8C73BDAEF7A654EEEA3953D7FAE24; IL2CPP_EXTERN_C String_t* _stringLiteralA699959862D8ADBB4A539849B791187B154DA724; IL2CPP_EXTERN_C String_t* _stringLiteralAD23E6251FEEFC7CF204F3BB7E43B14EE901517E; IL2CPP_EXTERN_C String_t* _stringLiteralB2A6BBCEEF1288495F26EB3470ACB3FD27C456E3; IL2CPP_EXTERN_C String_t* _stringLiteralB50D202E253B9FF7662944C984E1808CDAF79F15; IL2CPP_EXTERN_C String_t* _stringLiteralB7AD49615F6ACCD2706A83EE4F5785B55CCF2BF2; IL2CPP_EXTERN_C String_t* _stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111; IL2CPP_EXTERN_C String_t* _stringLiteralC1FF02C94AF6761BB495CE9E94D85A9422EE0E3A; IL2CPP_EXTERN_C String_t* _stringLiteralC2451B8C6D92CA7D8CE2544B065B761C4B4C9647; IL2CPP_EXTERN_C String_t* _stringLiteralC26AE6F38B24292B9F4A89F463BE2C43F48DEBD1; IL2CPP_EXTERN_C String_t* _stringLiteralC5F6475699851D077E0F965E3C29BEB8A33E339A; IL2CPP_EXTERN_C String_t* _stringLiteralD04950964E883490D4CCE5E2BB5659308B237EA5; IL2CPP_EXTERN_C String_t* _stringLiteralD408E794AF2B358E256380A4F7BA14299C3D5801; IL2CPP_EXTERN_C String_t* _stringLiteralD52F14A7E64122290D63B7EF4B3530CB47A85E14; IL2CPP_EXTERN_C String_t* _stringLiteralD748E233FD289CD4B1ED5D7797639399A9B696ED; IL2CPP_EXTERN_C String_t* _stringLiteralD8332BDAEF71624DC1D56CDA64F0BAC2461AA9EF; IL2CPP_EXTERN_C String_t* _stringLiteralD8D5235574444C342D8D4E761289705C697DD73F; IL2CPP_EXTERN_C String_t* _stringLiteralDC29674F226716B02549B8B392EB04F0D3FBEB76; IL2CPP_EXTERN_C String_t* _stringLiteralDC71B380AFF23A38F6029B32B61C6943CB960350; IL2CPP_EXTERN_C String_t* _stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5; IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33; IL2CPP_EXTERN_C String_t* _stringLiteralE518FE2FD73613C259C98F83F70015A67E8459D1; IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF; IL2CPP_EXTERN_C String_t* _stringLiteralE94EF447B7CA22BD133EBC24A4C29384FD843DB0; IL2CPP_EXTERN_C String_t* _stringLiteralEBE3EEDD107BB87C6567C5FBFDC3A815F512391E; IL2CPP_EXTERN_C String_t* _stringLiteralF43C565EB197642FD7A61215CD152E5223F84532; IL2CPP_EXTERN_C String_t* _stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914; IL2CPP_EXTERN_C String_t* _stringLiteralF8836B0ECB04CBAF8DDD0D0201B34A97795A5118; IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC; IL2CPP_EXTERN_C const RuntimeMethod* ActionEvent_From_m6DE05D1DCB874CC678A8FC27347871B8669732C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m4A3CE75746FB1AFC8283C6E8B76E923666A07961_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Clear_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mBDC379B2F0C95AC42366BF126E7830F8AADBE0EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Clear_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m145582A0849DC8B8158800E6C42F8C0715633546_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Clear_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m161A17E48623F7125BC715564D82E7095F4400F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_ContainsReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mF487A3E7CDC1C0B29B2BB3178D9CB4398D6A37D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EnsureCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mF8379BFCD36AC20A6B37E3145EA3F3B403301DC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m0C0B81FF19D0A1AB73D89611640C2DA671D3389E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseSliceWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m9AA46EEAF8D235726A766F9CBDE46A3587732F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mB09BF2856995673BC9969B5E877CC8A9B8BCD443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF9137BEBBCF508C0D1E21C926C31E9A44FABA97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m7255E2EDA1E06E6C8F99AF1564A17FCA40A970BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mAF4E5E77C2382FF511F4C4F6C5A3ABFB6182785C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_m3952EFDAB87F62F3748292CDF90AB17DFB3BC72B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_m193ADCFAE914FE65AB4E5206FA645A02CDC9890D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m096E657BAB53406356BABE16CE03C92212CF5A52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeltaStateEvent_From_m11082795B41196B42A12418B371A7EF2723CEF38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Finger_OnTouchRecorded_m242B4B22E53D86C6710D4D23C1455CF98B30B19F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Finger_ShouldRecordTouch_m1C19BBD41726B0C8337211A07AAF48EC6FFD848B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_m3332B854D47D58542E9A5D19442054BDFC92FD85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m4D609EB991E007436EB5BFA3784373529E098771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m7D120AE2B1401CD22AEE9DC9662CCC0DC84BBB60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_mC3DD9D6BFC53FE2F13BC3FEE652EC3B2CBA547AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_GetEnumerator_mF42E560968274088F43D58E20B67D7C313C7980B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m8C65A9998195061436978BFFC7624D99DFAA3976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_mB93190E8A814A079EA1D711D1CE53DA0953D325D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m9028E5429BC2E916894F7F533B18E2D628C53CD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisIObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_mDF245036F6C353CB2B70C5860F90BA16C961E751_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_m33ABEE0C487DC3D77554DABBA802DA668DBB4D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_LoadFrom_mEFB01D71D9BACB72028F20075B8B09E3C4052BB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_ReadFrom_m0B3DB3EBB340BBD3B9AE3A819C432B09BF4F358F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_Resize_m257080DC43F8E24AD91F423FB340139965B1C190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace_WriteTo_mE0CBA14E395823FF215130CF48644ED14E8875CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEventTrace__ctor_m8FF4728B5B37E6D481CD0118EB102B69BC22B138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEvent_GetNextInMemoryChecked_m93A70165EF89707799F4E4F5935C74B620B709DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_AddChangeMonitorTimeout_m4108B657ED7F955F658576641814FA286D6F911B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_AddChangeMonitor_mB899A91A831301C92797BC0BF23E5E7E5A0751BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_m3920D1C32EA34F4F87A363043D7D750498070E64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_RemoveChangeMonitorTimeout_m27DB46CE3800494F2C137EDEFFAB220D6E6FF722_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_AddDevice_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_mD79344B098B9A9FB343FF886B1570591ABE366F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterLayout_TisDualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_m617DEC2AD87CDA6CA84F62125F4B1041BDC62777_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_DeviceCommand_mB8A526874AD69E9506C9107ED93456FCBE1CCDF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_OnFocusChanged_m5EBBEFE59AA7D3441379388C255BA98963D59250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObserverState_U3C_ctorU3Eb__2_0_m614AC79FB380B888191060E784E5A18A3A4FF29F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReplayController_PlayOneEvent_m2533EAE40DCB7642C6A4F4CF04E989D9AD0C1548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReplayController_WithDeviceMappedFromTo_m031C51AFBE0637B093457927BA8D452F78B6F3D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReplayController__ctor_mFACECC15923550957D306EF31786A98FD37F1F03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextEvent_From_m392E7397CAB8204770ABAD76324B9182EBA20469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchSimulation_AddPointer_mAF311DF959277CE67860C36E4650A3EE734194C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchSimulation_OnEvent_m1D309DAE95183E20C72075AE2B502EC6C0066414_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TouchSimulation_RemovePointer_m787BDB97748ADD4B28C3AFB85304B6A938889B42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_add_onFingerDown_m8A2C32388E43F459FA71AA84B1CDB159597867ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_add_onFingerMove_m8E1845DBA9ABE95B6D8E922392BAC311054BFF91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_add_onFingerUp_mC01645A16F23AF92176537CE0FE1ADB55A93B03E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_remove_onFingerDown_m6CA33BB823569C40703EDC3C1B9F46D2700C6AA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_remove_onFingerMove_m9525E9752D6F09F290C07825E6115793B882542F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Touch_remove_onFingerUp_m637736C3F7E75C5D8CFC08540B13599024FA7CF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CPlayAllEventsAccordingToTimestampsU3Eb__38_0_mD6E1BBAC6B62A15BA7EF6AA962FB149E191F86A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSaveAndResetStateU3Eb__78_0_m0868752872E1B31C85DAEB17E4E73889B0C6C8A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSaveAndResetStateU3Eb__78_1_m92D6BCF9F85D9FEB5BB866AE1502698081D78CF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3Cset_onBeforeUpdateU3Eb__0_m8866A3C60E714FB89E34A85EEAC587B91D9AD43D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3Cset_onShouldRunUpdateU3Eb__0_mA1457EFD8C1B7BBC063563F4D3D7C41EDB06062F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass43_0_U3CApplyDeviceMappingU3Eb__0_mD9F26ADD12D189195E38531637DD0404DCBC9F1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass7_0_U3Cset_onUpdateU3Eb__0_mA6FA76E66DF94BD79BE9B23EC8C0B4B2038F76F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D;; struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com; struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com;; struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke; struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke;; struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E;; struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com; struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com;; struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke; struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke;; struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE;; struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com; struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com;; struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke; struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke;; struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70;; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com;; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke;; struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF;; struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com; struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com;; struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke; struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke;; struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324;; struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com; struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com;; struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke; struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke;; struct ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F; struct GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6; struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17; struct InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821; struct KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5; struct TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354; struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; struct DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* ___s_emptyArray_5; }; struct Il2CppArrayBounds; // System.IO.BinaryReader struct BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158 : public RuntimeObject { // System.IO.Stream System.IO.BinaryReader::m_stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___m_stream_0; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_buffer_1; // System.Text.Decoder System.IO.BinaryReader::m_decoder Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___m_decoder_2; // System.Byte[] System.IO.BinaryReader::m_charBytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_charBytes_3; // System.Char[] System.IO.BinaryReader::m_singleChar CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_singleChar_4; // System.Char[] System.IO.BinaryReader::m_charBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_charBuffer_5; // System.Int32 System.IO.BinaryReader::m_maxCharsSize int32_t ___m_maxCharsSize_6; // System.Boolean System.IO.BinaryReader::m_2BytesPerChar bool ___m_2BytesPerChar_7; // System.Boolean System.IO.BinaryReader::m_isMemoryStream bool ___m_isMemoryStream_8; // System.Boolean System.IO.BinaryReader::m_leaveOpen bool ___m_leaveOpen_9; }; // System.IO.BinaryWriter struct BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E : public RuntimeObject { // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___OutStream_1; // System.Byte[] System.IO.BinaryWriter::_buffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer_2; // System.Text.Encoding System.IO.BinaryWriter::_encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_3; // System.Text.Encoder System.IO.BinaryWriter::_encoder Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* ____encoder_4; // System.Boolean System.IO.BinaryWriter::_leaveOpen bool ____leaveOpen_5; // System.Byte[] System.IO.BinaryWriter::_largeByteBuffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____largeByteBuffer_6; // System.Int32 System.IO.BinaryWriter::_maxChars int32_t ____maxChars_7; }; struct BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E_StaticFields { // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* ___Null_0; }; // UnityEngine.InputSystem.DualShock.DualShockSupport struct DualShockSupport_tD28EA4C748CF508B6AF1F9AF9726C3ABF980F539 : public RuntimeObject { }; // UnityEngine.InputSystem.EnhancedTouch.Finger struct Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A : public RuntimeObject { // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.Finger::k__BackingField Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___U3CscreenU3Ek__BackingField_0; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Finger::k__BackingField int32_t ___U3CindexU3Ek__BackingField_1; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.EnhancedTouch.Finger::m_StateHistory InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___m_StateHistory_2; }; // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3 : public RuntimeObject { }; struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields { // UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.LowLevel.InputRuntime::s_Instance RuntimeObject* ___s_Instance_0; // System.Double UnityEngine.InputSystem.LowLevel.InputRuntime::s_CurrentTimeOffsetToRealtimeSinceStartup double ___s_CurrentTimeOffsetToRealtimeSinceStartup_1; }; // UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions struct InputRuntimeExtensions_tB772603FE88278A03CEFF428F6A8979676017688 : public RuntimeObject { }; // UnityEngine.InputSystem.LowLevel.InputState struct InputState_t0EBC32E15B22E2A183745920AE0BCA2793AB7306 : public RuntimeObject { }; // UnityEngine.InputSystem.InputSystem struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164 : public RuntimeObject { }; struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields { // UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputSystem::s_Manager InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___s_Manager_2; // UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem::s_Remote InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___s_Remote_3; }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime struct NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7 : public RuntimeObject { // System.Action UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_ShutdownMethod Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_ShutdownMethod_1; // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnUpdate InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* ___m_OnUpdate_2; // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnBeforeUpdate Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* ___m_OnBeforeUpdate_3; // System.Func`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnShouldRunUpdate Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* ___m_OnShouldRunUpdate_4; // System.Single UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_PollingFrequency float ___m_PollingFrequency_5; // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_DidCallOnShutdown bool ___m_DidCallOnShutdown_6; // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_FocusChangedMethod Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___m_FocusChangedMethod_7; }; struct NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_StaticFields { // UnityEngine.InputSystem.LowLevel.NativeInputRuntime UnityEngine.InputSystem.LowLevel.NativeInputRuntime::instance NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* ___instance_0; }; // UnityEngineInternal.Input.NativeInputSystem struct NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE : public RuntimeObject { }; struct NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields { // UnityEngineInternal.Input.NativeUpdateCallback UnityEngineInternal.Input.NativeInputSystem::onUpdate NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495* ___onUpdate_0; // System.Action`1 UnityEngineInternal.Input.NativeInputSystem::onBeforeUpdate Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B* ___onBeforeUpdate_1; // System.Func`2 UnityEngineInternal.Input.NativeInputSystem::onShouldRunUpdate Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2* ___onShouldRunUpdate_2; // System.Action`2 UnityEngineInternal.Input.NativeInputSystem::s_OnDeviceDiscoveredCallback Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* ___s_OnDeviceDiscoveredCallback_3; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver struct DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73 : public RuntimeObject { // System.IObserver`1 UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver::observer RuntimeObject* ___observer_0; }; // UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate struct StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798 : public RuntimeObject { // System.Action`4 UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::valueChangeCallback Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* ___valueChangeCallback_0; // System.Action`4 UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::timerExpiredCallback Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* ___timerExpiredCallback_1; }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8 : public RuntimeObject { // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0::value Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* ___value_0; }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763 : public RuntimeObject { // System.Func`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0::value Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* ___value_0; }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698 : public RuntimeObject { // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0::value InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* ___value_0; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/<>c struct U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6 : public RuntimeObject { }; struct U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields { // UnityEngine.InputSystem.EnhancedTouch.Touch/<>c UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::<>9 U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* ___U3CU3E9_0; // UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::<>9__78_0 TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* ___U3CU3E9__78_0_1; // System.Action UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::<>9__78_1 Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CU3E9__78_1_2; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c struct U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F : public RuntimeObject { }; struct U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields { // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::<>9 U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* ___U3CU3E9_0; // System.Comparison`1 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::<>9__38_0 Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* ___U3CU3E9__38_0_1; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A : public RuntimeObject { // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0::originalDeviceId int32_t ___originalDeviceId_0; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tFABE06D675C714FC44C09C36D7B9C908690ADEAD { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t18C922CAB85EAE463E29566305D718EF64B12A16* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tC5A6273BF5A8642C3615223409DC9A7AE2856C8D { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_tE4E06618063C3EF89781BEB4DF47D183654040E6* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues IObserver_1U5BU5D_tC7308F301F0D09FCB9FED9003FC09E1AA8B7C170* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tD4AEEFFEC2CBF49D196A92D16CE8DA15F1532FCD { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tCC7634AB386F9C6888B89C0FD440251E67C5D8F7* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t2D9B681F9F0B39759619A0D4617FB6B20FB10AC0* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues TouchscreenU5BU5D_t73D22E3D2A7039C6C374D75B796C8F83BCA897E3* ___additionalValues_2; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF { // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; }; // System.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Nullable`1 struct Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Nullable`1 struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Nullable`1 struct Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int64_t ___value_1; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array TouchControlU5BU5D_t339733075857CFF82B4E43BFB310F2350225836D* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record struct Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 { // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Owner InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_IndexPlusOne int32_t ___m_IndexPlusOne_1; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Version uint32_t ___m_Version_2; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // UnityEngine.Color struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // UnityEngine.InputSystem.Haptics.DualMotorRumble struct DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701 { // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::k__BackingField float ___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0; // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::k__BackingField float ___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED { // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F { // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventListener struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D { union { struct { }; uint8_t InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D__padding[1]; }; }; struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields { // UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState UnityEngine.InputSystem.LowLevel.InputEventListener::s_ObserverState ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* ___s_ObserverState_0; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 { // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0; }; // UnityEngine.InputSystem.LowLevel.InputMetrics struct InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 { // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CmaxNumDevicesU3Ek__BackingField_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentNumDevicesU3Ek__BackingField_1; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CmaxStateSizeInBytesU3Ek__BackingField_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentControlCountU3Ek__BackingField_4; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentLayoutCountU3Ek__BackingField_5; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalEventBytesU3Ek__BackingField_6; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalEventCountU3Ek__BackingField_7; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalUpdateCountU3Ek__BackingField_8; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField double ___U3CtotalEventProcessingTimeU3Ek__BackingField_9; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField double ___U3CtotalEventLagTimeU3Ek__BackingField_10; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 { // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.Mathf struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682 { union { struct { }; uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1]; }; }; struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields { // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; }; // UnityEngineInternal.Input.NativeInputEvent struct NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEventType UnityEngineInternal.Input.NativeInputEvent::type int32_t ___type_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { int32_t ___type_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding[4]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::sizeInBytes uint16_t ___sizeInBytes_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[4]; uint16_t ___sizeInBytes_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding[6]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::deviceId uint16_t ___deviceId_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding_forAlignmentOnly[6]; uint16_t ___deviceId_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding[8]; // System.Double UnityEngineInternal.Input.NativeInputEvent::time double ___time_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding_forAlignmentOnly[8]; double ___time_4_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding[16]; // System.Int32 UnityEngineInternal.Input.NativeInputEvent::eventId int32_t ___eventId_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding_forAlignmentOnly[16]; int32_t ___eventId_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8__padding[20]; }; }; // UnityEngineInternal.Input.NativeInputEventBuffer struct NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD { union { struct { union { #pragma pack(push, tp, 1) struct { // System.Void* UnityEngineInternal.Input.NativeInputEventBuffer::eventBuffer void* ___eventBuffer_0; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { void* ___eventBuffer_0_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventCount_1_OffsetPadding[8]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::eventCount int32_t ___eventCount_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventCount_1_OffsetPadding_forAlignmentOnly[8]; int32_t ___eventCount_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding[12]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::sizeInBytes int32_t ___sizeInBytes_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[12]; int32_t ___sizeInBytes_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___capacityInBytes_3_OffsetPadding[16]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::capacityInBytes int32_t ___capacityInBytes_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___capacityInBytes_3_OffsetPadding_forAlignmentOnly[16]; int32_t ___capacityInBytes_3_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD__padding[20]; }; }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 { union { #pragma pack(push, tp, 1) struct { // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue bool ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; bool ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; // System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue Il2CppChar ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; Il2CppChar ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; // System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; // System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; // System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // UnityEngine.Quaternion struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 { // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; }; struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields { // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4; }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // UnityEngine.InputSystem.EnhancedTouch.TouchHistory struct TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 { // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::m_History InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___m_History_0; // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.TouchHistory::m_Finger Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_1; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::m_Count int32_t ___m_Count_2; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::m_StartIndex int32_t ___m_StartIndex_3; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::m_Version uint32_t ___m_Version_4; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.TouchHistory struct TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_pinvoke { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___m_History_0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_1; int32_t ___m_Count_2; int32_t ___m_StartIndex_3; uint32_t ___m_Version_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.TouchHistory struct TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_com { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___m_History_0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_1; int32_t ___m_Count_2; int32_t ___m_StartIndex_3; uint32_t ___m_Version_4; }; // UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E { // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.TypeTable::table Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_pinvoke { Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_com { Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer struct U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A__padding[1]; }; }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84__padding[1]; }; }; // UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF { union { struct { // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer::FixedElementField Il2CppChar ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF__padding[128]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke { union { struct { uint8_t ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF__padding[128]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com { union { struct { uint8_t ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF__padding[128]; }; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB { // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke { Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com { Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 { // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2; // System.Collections.Generic.Dictionary`2> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5; // System.Collections.Generic.HashSet`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke { Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1; Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2; Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3; Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4; Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5; HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6; Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7; List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com { Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1; Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2; Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3; Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4; Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5; HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6; Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7; List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8; }; // UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator struct Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB { // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::m_Buffer InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_Buffer_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::m_EventCount int32_t ___m_EventCount_1; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::m_CurrentEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentEvent_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::m_CurrentIndex int32_t ___m_CurrentIndex_3; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE { // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0; // System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time double ___time_1; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor RuntimeObject* ___monitor_2; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex int64_t ___monitorIndex_3; // System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex int32_t ___timerIndex_4; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_pinvoke { InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_com { InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers struct DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED { // System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping void** ___deviceToBufferMapping_0; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 { // UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Owner InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_IndexPlusOne int32_t ___m_IndexPlusOne_1; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Version uint32_t ___m_Version_2; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_pinvoke { InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0; int32_t ___m_IndexPlusOne_1; uint32_t ___m_Version_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_com { InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0; int32_t ___m_IndexPlusOne_1; uint32_t ___m_Version_2; }; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 { // System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::m_WasUpdated bool ___m_WasUpdated_0; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::k__BackingField uint32_t ___U3CvalueU3Ek__BackingField_1; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke { int32_t ___m_WasUpdated_0; uint32_t ___U3CvalueU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com { int32_t ___m_WasUpdated_0; uint32_t ___U3CvalueU3Ek__BackingField_1; }; // UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer struct U3CkeysU3Ee__FixedBuffer_t042985C8A4742730483B7863D903A899805230F3 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CkeysU3Ee__FixedBuffer_t042985C8A4742730483B7863D903A899805230F3__padding[14]; }; }; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4__padding[256]; }; }; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA__padding[256]; }; }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer struct U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A__padding[512]; }; }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B__padding[512]; }; }; // UnityEngine.InputSystem.LowLevel.QueryUserIdCommand/e__FixedBuffer struct U3CidBufferU3Ee__FixedBuffer_tE4CA52A47737D5043418F9D66A282E93248BF2BD { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryUserIdCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CidBufferU3Ee__FixedBuffer_tE4CA52A47737D5043418F9D66A282E93248BF2BD__padding[512]; }; }; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC__padding[1]; }; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D { // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::updateMask int32_t ___updateMask_0; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::fingers FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___fingers_1; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingers FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___activeFingers_2; // UnityEngine.InputSystem.EnhancedTouch.Touch[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouches TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354* ___activeTouches_3; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingerCount int32_t ___activeFingerCount_4; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchCount int32_t ___activeTouchCount_5; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::totalFingerCount int32_t ___totalFingerCount_6; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::lastId uint32_t ___lastId_7; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveBuiltActiveTouches bool ___haveBuiltActiveTouches_8; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveActiveTouchesNeedingRefreshNextUpdate bool ___haveActiveTouchesNeedingRefreshNextUpdate_9; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchState InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___activeTouchState_10; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke { int32_t ___updateMask_0; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___fingers_1; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___activeFingers_2; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___activeTouchState_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com { int32_t ___updateMask_0; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___fingers_1; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___activeFingers_2; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___activeTouchState_10; }; // UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer struct U3CprimaryTouchDataU3Ee__FixedBuffer_t843D75C0F089EEBE01C3063B14726D4B99B56258 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CprimaryTouchDataU3Ee__FixedBuffer_t843D75C0F089EEBE01C3063B14726D4B99B56258__padding[56]; }; }; // UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer struct U3CtouchDataU3Ee__FixedBuffer_t6436C7ECCAE275554BE674C0A81E0C42D5213DAE { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CtouchDataU3Ee__FixedBuffer_t6436C7ECCAE275554BE674C0A81E0C42D5213DAE__padding[560]; }; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer struct U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2__padding[1]; }; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer struct U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254 { union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254__padding[1]; }; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tFABE06D675C714FC44C09C36D7B9C908690ADEAD ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tFABE06D675C714FC44C09C36D7B9C908690ADEAD ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tFABE06D675C714FC44C09C36D7B9C908690ADEAD ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tC5A6273BF5A8642C3615223409DC9A7AE2856C8D ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tC5A6273BF5A8642C3615223409DC9A7AE2856C8D ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tC5A6273BF5A8642C3615223409DC9A7AE2856C8D ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885 { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F { // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToRemove_3; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues KeyValuePair_2U5BU5D_t45BAFB41C049BDC49B00275E5A255BB6DEB1396C* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82* ___additionalValues_2; }; // UnityEngine.InputSystem.LowLevel.AccelerometerState struct AccelerometerState_tBC7006B5431DF59DC2A9AF2E08FD06674EA8372A { // UnityEngine.Vector3 UnityEngine.InputSystem.LowLevel.AccelerometerState::acceleration Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___acceleration_0; }; // UnityEngine.InputSystem.LowLevel.AttitudeState struct AttitudeState_tE01F02CAD17A08F2D35660E017437AC72BC45745 { // UnityEngine.Quaternion UnityEngine.InputSystem.LowLevel.AttitudeState::attitude Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___attitude_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; }; struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields { // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject* ___buf_recycle_lock_5; }; // UnityEngine.InputSystem.LowLevel.GamepadButton struct GamepadButton_t092328B0362619B4160D3BA65D497B41D807EB16 { // System.Int32 UnityEngine.InputSystem.LowLevel.GamepadButton::value__ int32_t ___value___2; }; // UnityEngine.InputSystem.LowLevel.GamepadState struct GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 { union { struct { union { #pragma pack(push, tp, 1) struct { // System.UInt32 UnityEngine.InputSystem.LowLevel.GamepadState::buttons uint32_t ___buttons_4; }; #pragma pack(pop, tp) struct { uint32_t ___buttons_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___leftStick_5_OffsetPadding[4]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.GamepadState::leftStick Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftStick_5; }; #pragma pack(pop, tp) struct { char ___leftStick_5_OffsetPadding_forAlignmentOnly[4]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftStick_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___rightStick_6_OffsetPadding[12]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.GamepadState::rightStick Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightStick_6; }; #pragma pack(pop, tp) struct { char ___rightStick_6_OffsetPadding_forAlignmentOnly[12]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightStick_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___leftTrigger_7_OffsetPadding[20]; // System.Single UnityEngine.InputSystem.LowLevel.GamepadState::leftTrigger float ___leftTrigger_7; }; #pragma pack(pop, tp) struct { char ___leftTrigger_7_OffsetPadding_forAlignmentOnly[20]; float ___leftTrigger_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___rightTrigger_8_OffsetPadding[24]; // System.Single UnityEngine.InputSystem.LowLevel.GamepadState::rightTrigger float ___rightTrigger_8; }; #pragma pack(pop, tp) struct { char ___rightTrigger_8_OffsetPadding_forAlignmentOnly[24]; float ___rightTrigger_8_forAlignmentOnly; }; }; }; uint8_t GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1__padding[28]; }; }; // UnityEngine.InputSystem.LowLevel.GravityState struct GravityState_tD607A716F9E0D00477CECC5C019929633E66ACFF { // UnityEngine.Vector3 UnityEngine.InputSystem.LowLevel.GravityState::gravity Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___gravity_0; }; // UnityEngine.InputSystem.LowLevel.GyroscopeState struct GyroscopeState_t6C1BC700557D943111882E3634CA7411EE531B87 { // UnityEngine.Vector3 UnityEngine.InputSystem.LowLevel.GyroscopeState::angularVelocity Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___angularVelocity_0; }; // UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E { union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.InputSystem.LowLevel.IMECompositionString::size int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; // UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer UnityEngine.InputSystem.LowLevel.IMECompositionString::buffer U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E__padding[132]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E__padding[132]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E__padding[132]; }; }; // UnityEngine.InputSystem.LowLevel.InputDeviceCommand struct InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4; }; #pragma pack(pop, tp) struct { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sizeInBytes_5_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::sizeInBytes int32_t ___sizeInBytes_5; }; #pragma pack(pop, tp) struct { char ___sizeInBytes_5_OffsetPadding_forAlignmentOnly[4]; int32_t ___sizeInBytes_5_forAlignmentOnly; }; }; }; uint8_t InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E__padding[8]; }; }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 { // System.Collections.Generic.KeyValuePair`2[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* ___m_Patterns_0; }; struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields { // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kInterfaceKey_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kDeviceClassKey_2; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kManufacturerKey_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kProductKey_4; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kVersionKey_5; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke { KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com { KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0; }; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEvent UnityEngine.InputSystem.LowLevel.InputEvent::m_Event NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5__padding[20]; }; }; // UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE { // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_Buffer NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_SizeInBytes int64_t ___m_SizeInBytes_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_EventCount int32_t ___m_EventCount_3; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_WeOwnTheBuffer bool ___m_WeOwnTheBuffer_4; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1; int64_t ___m_SizeInBytes_2; int32_t ___m_EventCount_3; int32_t ___m_WeOwnTheBuffer_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1; int64_t ___m_SizeInBytes_2; int32_t ___m_EventCount_3; int32_t ___m_WeOwnTheBuffer_4; }; // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_33; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbyteOffsetU3Ek__BackingField_34; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbitOffsetU3Ek__BackingField_35; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_36; }; struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatBit_2; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSBit_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatInt_6; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUInt_8; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatShort_10; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUShort_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatByte_14; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSByte_16; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatLong_18; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatULong_20; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatFloat_22; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatDouble_24; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2 FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2_26; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3 FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3_27; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatQuaternion_28; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Short_29; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Short_30; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Byte_31; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Byte_32; }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 { // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::sizePerBuffer uint32_t ___sizePerBuffer_0; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::totalSize uint32_t ___totalSize_1; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::defaultStateBuffer void* ___defaultStateBuffer_2; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::noiseMaskBuffer void* ___noiseMaskBuffer_3; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::resetMaskBuffer void* ___resetMaskBuffer_4; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_AllBuffers void* ___m_AllBuffers_5; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_PlayerStateBuffers DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___m_PlayerStateBuffers_6; }; struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields { // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_DefaultStateBuffer void* ___s_DefaultStateBuffer_7; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_NoiseMaskBuffer void* ___s_NoiseMaskBuffer_8; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_ResetMaskBuffer void* ___s_ResetMaskBuffer_9; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_CurrentBuffers DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___s_CurrentBuffers_10; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory struct InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480 : public RuntimeObject { // System.Action`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::k__BackingField Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* ___U3ConRecordAddedU3Ek__BackingField_1; // System.Func`4 UnityEngine.InputSystem.LowLevel.InputStateHistory::k__BackingField Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* ___U3ConShouldRecordStateChangeU3Ek__BackingField_2; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.LowLevel.InputStateHistory::m_Controls InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Controls_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_ControlCount int32_t ___m_ControlCount_4; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_RecordBuffer NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_RecordBuffer_5; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_6; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_RecordCount int32_t ___m_RecordCount_7; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_HistoryDepth int32_t ___m_HistoryDepth_8; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_ExtraMemoryPerRecord int32_t ___m_ExtraMemoryPerRecord_9; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_HeadIndex int32_t ___m_HeadIndex_10; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_CurrentVersion uint32_t ___m_CurrentVersion_11; // System.Nullable`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_UpdateMask Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 ___m_UpdateMask_12; // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory::m_AddNewControls bool ___m_AddNewControls_13; }; // UnityEngine.InputSystem.LowLevel.InputUpdate struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD : public RuntimeObject { }; struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields { // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate::s_UpdateStepCount uint32_t ___s_UpdateStepCount_0; // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate::s_LatestUpdateType int32_t ___s_LatestUpdateType_1; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate::s_PlayerUpdateStepCount UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___s_PlayerUpdateStepCount_2; }; // UnityEngine.InputSystem.LowLevel.JoystickState struct JoystickState_t03D95BB2BA3497FA34F7F2C395126FE079DBAD23 { // System.Int32 UnityEngine.InputSystem.LowLevel.JoystickState::buttons int32_t ___buttons_0; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.JoystickState::stick Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___stick_1; }; // UnityEngine.InputSystem.Key struct Key_tA157C0DCB2A0D2BE58B76B3BB836A1B2E4EAF387 { // System.Int32 UnityEngine.InputSystem.Key::value__ int32_t ___value___2; }; // UnityEngine.InputSystem.LowLevel.KeyboardState struct KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E { // UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer UnityEngine.InputSystem.LowLevel.KeyboardState::keys U3CkeysU3Ee__FixedBuffer_t042985C8A4742730483B7863D903A899805230F3 ___keys_2; }; // UnityEngine.InputSystem.LowLevel.LinearAccelerationState struct LinearAccelerationState_tD14025B444097A9A3CA0B3ADBA153C775A316F24 { // UnityEngine.Vector3 UnityEngine.InputSystem.LowLevel.LinearAccelerationState::acceleration Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___acceleration_0; }; // UnityEngine.InputSystem.LowLevel.MouseState struct MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_0; }; #pragma pack(pop, tp) struct { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_1_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::delta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_1; }; #pragma pack(pop, tp) struct { char ___delta_1_OffsetPadding_forAlignmentOnly[8]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___scroll_2_OffsetPadding[16]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::scroll Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scroll_2; }; #pragma pack(pop, tp) struct { char ___scroll_2_OffsetPadding_forAlignmentOnly[16]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scroll_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buttons_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::buttons uint16_t ___buttons_3; }; #pragma pack(pop, tp) struct { char ___buttons_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___buttons_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_4_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::displayIndex uint16_t ___displayIndex_4; }; #pragma pack(pop, tp) struct { char ___displayIndex_4_OffsetPadding_forAlignmentOnly[26]; uint16_t ___displayIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___clickCount_5_OffsetPadding[28]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::clickCount uint16_t ___clickCount_5; }; #pragma pack(pop, tp) struct { char ___clickCount_5_OffsetPadding_forAlignmentOnly[28]; uint16_t ___clickCount_5_forAlignmentOnly; }; }; }; uint8_t MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1__padding[30]; }; }; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.InputSystem.LowLevel.PenState struct PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_0; }; #pragma pack(pop, tp) struct { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_1_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::delta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_1; }; #pragma pack(pop, tp) struct { char ___delta_1_OffsetPadding_forAlignmentOnly[8]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___tilt_2_OffsetPadding[16]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::tilt Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___tilt_2; }; #pragma pack(pop, tp) struct { char ___tilt_2_OffsetPadding_forAlignmentOnly[16]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___tilt_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___pressure_3_OffsetPadding[24]; // System.Single UnityEngine.InputSystem.LowLevel.PenState::pressure float ___pressure_3; }; #pragma pack(pop, tp) struct { char ___pressure_3_OffsetPadding_forAlignmentOnly[24]; float ___pressure_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___twist_4_OffsetPadding[28]; // System.Single UnityEngine.InputSystem.LowLevel.PenState::twist float ___twist_4; }; #pragma pack(pop, tp) struct { char ___twist_4_OffsetPadding_forAlignmentOnly[28]; float ___twist_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buttons_5_OffsetPadding[32]; // System.UInt16 UnityEngine.InputSystem.LowLevel.PenState::buttons uint16_t ___buttons_5; }; #pragma pack(pop, tp) struct { char ___buttons_5_OffsetPadding_forAlignmentOnly[32]; uint16_t ___buttons_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_6_OffsetPadding[34]; // System.UInt16 UnityEngine.InputSystem.LowLevel.PenState::displayIndex uint16_t ___displayIndex_6; }; #pragma pack(pop, tp) struct { char ___displayIndex_6_OffsetPadding_forAlignmentOnly[34]; uint16_t ___displayIndex_6_forAlignmentOnly; }; }; }; uint8_t PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144__padding[36]; }; }; // UnityEngine.InputSystem.LowLevel.PointerState struct PointerState_t3BD79772D06D5CC227EBE757B27F8262EB46A919 { // System.UInt32 UnityEngine.InputSystem.LowLevel.PointerState::pointerId uint32_t ___pointerId_0; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PointerState::position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_1; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PointerState::delta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_2; // System.Single UnityEngine.InputSystem.LowLevel.PointerState::pressure float ___pressure_3; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PointerState::radius Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius_4; // System.UInt16 UnityEngine.InputSystem.LowLevel.PointerState::buttons uint16_t ___buttons_5; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.InputSystem.LowLevel.TouchState struct TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 { union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.InputSystem.LowLevel.TouchState::touchId int32_t ___touchId_1; }; #pragma pack(pop, tp) struct { int32_t ___touchId_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___position_2_OffsetPadding[4]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_2; }; #pragma pack(pop, tp) struct { char ___position_2_OffsetPadding_forAlignmentOnly[4]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_3_OffsetPadding[12]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::delta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_3; }; #pragma pack(pop, tp) struct { char ___delta_3_OffsetPadding_forAlignmentOnly[12]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___pressure_4_OffsetPadding[20]; // System.Single UnityEngine.InputSystem.LowLevel.TouchState::pressure float ___pressure_4; }; #pragma pack(pop, tp) struct { char ___pressure_4_OffsetPadding_forAlignmentOnly[20]; float ___pressure_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___radius_5_OffsetPadding[24]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::radius Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius_5; }; #pragma pack(pop, tp) struct { char ___radius_5_OffsetPadding_forAlignmentOnly[24]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___phaseId_6_OffsetPadding[32]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::phaseId uint8_t ___phaseId_6; }; #pragma pack(pop, tp) struct { char ___phaseId_6_OffsetPadding_forAlignmentOnly[32]; uint8_t ___phaseId_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___tapCount_7_OffsetPadding[33]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::tapCount uint8_t ___tapCount_7; }; #pragma pack(pop, tp) struct { char ___tapCount_7_OffsetPadding_forAlignmentOnly[33]; uint8_t ___tapCount_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_8_OffsetPadding[34]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::displayIndex uint8_t ___displayIndex_8; }; #pragma pack(pop, tp) struct { char ___displayIndex_8_OffsetPadding_forAlignmentOnly[34]; uint8_t ___displayIndex_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___flags_9_OffsetPadding[35]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::flags uint8_t ___flags_9; }; #pragma pack(pop, tp) struct { char ___flags_9_OffsetPadding_forAlignmentOnly[35]; uint8_t ___flags_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___updateStepCount_10_OffsetPadding[36]; // System.UInt32 UnityEngine.InputSystem.LowLevel.TouchState::updateStepCount uint32_t ___updateStepCount_10; }; #pragma pack(pop, tp) struct { char ___updateStepCount_10_OffsetPadding_forAlignmentOnly[36]; uint32_t ___updateStepCount_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___startTime_11_OffsetPadding[40]; // System.Double UnityEngine.InputSystem.LowLevel.TouchState::startTime double ___startTime_11; }; #pragma pack(pop, tp) struct { char ___startTime_11_OffsetPadding_forAlignmentOnly[40]; double ___startTime_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___startPosition_12_OffsetPadding[48]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::startPosition Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition_12; }; #pragma pack(pop, tp) struct { char ___startPosition_12_OffsetPadding_forAlignmentOnly[48]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition_12_forAlignmentOnly; }; }; }; uint8_t TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97__padding[56]; }; }; // UnityEngine.InputSystem.LowLevel.TouchscreenState struct TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer UnityEngine.InputSystem.LowLevel.TouchscreenState::primaryTouchData U3CprimaryTouchDataU3Ee__FixedBuffer_t843D75C0F089EEBE01C3063B14726D4B99B56258 ___primaryTouchData_1; }; #pragma pack(pop, tp) struct { U3CprimaryTouchDataU3Ee__FixedBuffer_t843D75C0F089EEBE01C3063B14726D4B99B56258 ___primaryTouchData_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___touchData_3_OffsetPadding[56]; // UnityEngine.InputSystem.LowLevel.TouchscreenState/e__FixedBuffer UnityEngine.InputSystem.LowLevel.TouchscreenState::touchData U3CtouchDataU3Ee__FixedBuffer_t6436C7ECCAE275554BE674C0A81E0C42D5213DAE ___touchData_3; }; #pragma pack(pop, tp) struct { char ___touchData_3_OffsetPadding_forAlignmentOnly[56]; U3CtouchDataU3Ee__FixedBuffer_t6436C7ECCAE275554BE674C0A81E0C42D5213DAE ___touchData_3_forAlignmentOnly; }; }; }; uint8_t TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F__padding[560]; }; }; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE { // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Device InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_EventPtr InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1; // UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Flags int32_t ___m_Flags_2; // System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_MagnitudeThreshold float ___m_MagnitudeThreshold_3; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_pinvoke { InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1; int32_t ___m_Flags_2; float ___m_MagnitudeThreshold_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_com { InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1; int32_t ___m_Flags_2; float ___m_MagnitudeThreshold_3; }; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB { // UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Flags int32_t ___m_Flags_0; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Device InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1; // System.UInt32[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndex UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlIndex_2; // System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndexLength int32_t ___m_StateOffsetToControlIndexLength_3; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_AllControls InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_DefaultState uint8_t* ___m_DefaultState_5; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentState uint8_t* ___m_CurrentState_6; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_NoiseMask uint8_t* ___m_NoiseMask_7; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventPtr InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControl InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9; // System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentIndexInStateOffsetToControlIndexMap int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControlStateBitOffset uint32_t ___m_CurrentControlStateBitOffset_11; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventState uint8_t* ___m_EventState_12; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentBitOffset uint32_t ___m_CurrentBitOffset_13; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EndBitOffset uint32_t ___m_EndBitOffset_14; // System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_MagnitudeThreshold float ___m_MagnitudeThreshold_15; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_pinvoke { int32_t ___m_Flags_0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1; Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2; int32_t ___m_StateOffsetToControlIndexLength_3; InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4; uint8_t* ___m_DefaultState_5; uint8_t* ___m_CurrentState_6; uint8_t* ___m_NoiseMask_7; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9; int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; uint32_t ___m_CurrentControlStateBitOffset_11; uint8_t* ___m_EventState_12; uint32_t ___m_CurrentBitOffset_13; uint32_t ___m_EndBitOffset_14; float ___m_MagnitudeThreshold_15; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_com { int32_t ___m_Flags_0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1; Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2; int32_t ___m_StateOffsetToControlIndexLength_3; InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4; uint8_t* ___m_DefaultState_5; uint8_t* ___m_CurrentState_6; uint8_t* ___m_NoiseMask_7; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9; int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; uint32_t ___m_CurrentControlStateBitOffset_11; uint8_t* ___m_EventState_12; uint32_t ___m_CurrentBitOffset_13; uint32_t ___m_EndBitOffset_14; float ___m_MagnitudeThreshold_15; }; // UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState struct ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8 : public RuntimeObject { // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::observers InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5 ___observers_0; // System.Action`2 UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::onEventDelegate Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___onEventDelegate_1; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 { // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_DeviceId int32_t ___m_DeviceId_0; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_Layout String_t* ___m_Layout_1; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateFormat FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_3; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_FullLayoutJson String_t* ___m_FullLayoutJson_4; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_pinvoke { int32_t ___m_DeviceId_0; char* ___m_Layout_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; char* ___m_FullLayoutJson_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_com { int32_t ___m_DeviceId_0; Il2CppChar* ___m_Layout_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; Il2CppChar* ___m_FullLayoutJson_4; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator struct Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75 : public RuntimeObject { // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::m_Trace InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___m_Trace_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::m_ChangeCounter int32_t ___m_ChangeCounter_1; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::m_Current InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_Current_2; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader struct RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0 { union { #pragma pack(push, tp, 1) struct { // System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::time double ___time_0; }; #pragma pack(pop, tp) struct { double ___time_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___version_1_OffsetPadding[8]; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::version uint32_t ___version_1; }; #pragma pack(pop, tp) struct { char ___version_1_OffsetPadding_forAlignmentOnly[8]; uint32_t ___version_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___controlIndex_2_OffsetPadding[12]; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::controlIndex int32_t ___controlIndex_2; }; #pragma pack(pop, tp) struct { char ___controlIndex_2_OffsetPadding_forAlignmentOnly[12]; int32_t ___controlIndex_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateWithoutControlIndex_3_OffsetPadding[12]; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithoutControlIndex U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254 ___m_StateWithoutControlIndex_3; }; #pragma pack(pop, tp) struct { char ___m_StateWithoutControlIndex_3_OffsetPadding_forAlignmentOnly[12]; U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254 ___m_StateWithoutControlIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateWithControlIndex_4_OffsetPadding[16]; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithControlIndex U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2 ___m_StateWithControlIndex_4; }; #pragma pack(pop, tp) struct { char ___m_StateWithControlIndex_4_OffsetPadding_forAlignmentOnly[16]; U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2 ___m_StateWithControlIndex_4_forAlignmentOnly; }; }; }; // UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 { // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState::lastUpdateType int32_t ___lastUpdateType_0; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState::playerUpdateStepCount UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___playerUpdateStepCount_1; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke { int32_t ___lastUpdateType_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke ___playerUpdateStepCount_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com { int32_t ___lastUpdateType_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com ___playerUpdateStepCount_1; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/ExtraDataPerTouchState struct ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4 { // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch/ExtraDataPerTouchState::accumulatedDelta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___accumulatedDelta_0; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch/ExtraDataPerTouchState::uniqueId uint32_t ___uniqueId_1; }; // UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator struct Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5 : public RuntimeObject { // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::m_Owner TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::m_Index int32_t ___m_Index_1; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 struct InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798 : public InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480 { }; // System.Nullable`1 struct Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___value_1; }; // UnityEngine.InputSystem.LowLevel.ActionEvent struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.ActionEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_1_OffsetPadding[20]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_ControlIndex uint16_t ___m_ControlIndex_1; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_1_OffsetPadding_forAlignmentOnly[20]; uint16_t ___m_ControlIndex_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_2_OffsetPadding[22]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_BindingIndex uint16_t ___m_BindingIndex_2; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_2_OffsetPadding_forAlignmentOnly[22]; uint16_t ___m_BindingIndex_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_InteractionIndex uint16_t ___m_InteractionIndex_3; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_InteractionIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateIndex_4_OffsetPadding[26]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_StateIndex uint8_t ___m_StateIndex_4; }; #pragma pack(pop, tp) struct { char ___m_StateIndex_4_OffsetPadding_forAlignmentOnly[26]; uint8_t ___m_StateIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Phase_5_OffsetPadding[27]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_Phase uint8_t ___m_Phase_5; }; #pragma pack(pop, tp) struct { char ___m_Phase_5_OffsetPadding_forAlignmentOnly[27]; uint8_t ___m_Phase_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_6_OffsetPadding[28]; // System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::m_StartTime double ___m_StartTime_6; }; #pragma pack(pop, tp) struct { char ___m_StartTime_6_OffsetPadding_forAlignmentOnly[28]; double ___m_StartTime_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ValueData_7_OffsetPadding[36]; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.ActionEvent::m_ValueData U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7; }; #pragma pack(pop, tp) struct { char ___m_ValueData_7_OffsetPadding_forAlignmentOnly[36]; U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7_forAlignmentOnly; }; }; }; uint8_t ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444__padding[37]; }; }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent struct DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeltaStateEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding[20]; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateFormat FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding_forAlignmentOnly[20]; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding[24]; // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateOffset uint32_t ___stateOffset_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding_forAlignmentOnly[24]; uint32_t ___stateOffset_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[28]; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84 ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[28]; U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84 ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859__padding[29]; }; }; // UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent struct DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; }; }; uint8_t DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB__padding[20]; }; }; // UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent struct DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; }; }; uint8_t DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9__padding[20]; }; }; // UnityEngine.InputSystem.LowLevel.DeviceResetEvent struct DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeviceResetEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hardReset_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.DeviceResetEvent::hardReset bool ___hardReset_2; }; #pragma pack(pop, tp) struct { char ___hardReset_2_OffsetPadding_forAlignmentOnly[8]; bool ___hardReset_2_forAlignmentOnly; }; }; }; uint8_t DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4__padding[20]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.DeviceResetEvent struct DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hardReset_2_OffsetPadding[8]; int32_t ___hardReset_2; }; #pragma pack(pop, tp) struct { char ___hardReset_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___hardReset_2_forAlignmentOnly; }; }; }; uint8_t DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4__padding[20]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.DeviceResetEvent struct DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hardReset_2_OffsetPadding[8]; int32_t ___hardReset_2; }; #pragma pack(pop, tp) struct { char ___hardReset_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___hardReset_2_forAlignmentOnly; }; }; }; uint8_t DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4__padding[20]; }; }; // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand struct DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD__padding[8]; }; }; // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand struct DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lowFrequencyMotorSpeed_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::lowFrequencyMotorSpeed float ___lowFrequencyMotorSpeed_2; }; #pragma pack(pop, tp) struct { char ___lowFrequencyMotorSpeed_2_OffsetPadding_forAlignmentOnly[8]; float ___lowFrequencyMotorSpeed_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___highFrequencyMotorSpeed_3_OffsetPadding[12]; // System.Single UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::highFrequencyMotorSpeed float ___highFrequencyMotorSpeed_3; }; #pragma pack(pop, tp) struct { char ___highFrequencyMotorSpeed_3_OffsetPadding_forAlignmentOnly[12]; float ___highFrequencyMotorSpeed_3_forAlignmentOnly; }; }; }; uint8_t DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E__padding[16]; }; }; // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand struct EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4__padding[8]; }; }; // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand struct EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ImeEnabled_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::m_ImeEnabled uint8_t ___m_ImeEnabled_2; }; #pragma pack(pop, tp) struct { char ___m_ImeEnabled_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___m_ImeEnabled_2_forAlignmentOnly; }; }; }; uint8_t EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C__padding[9]; }; }; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.InputSystem.LowLevel.IMECompositionEvent struct IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.IMECompositionEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___compositionString_3_OffsetPadding[20]; // UnityEngine.InputSystem.LowLevel.IMECompositionString UnityEngine.InputSystem.LowLevel.IMECompositionEvent::compositionString IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___compositionString_3; }; #pragma pack(pop, tp) struct { char ___compositionString_3_OffsetPadding_forAlignmentOnly[20]; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___compositionString_3_forAlignmentOnly; }; }; }; uint8_t IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55__padding[152]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionEvent struct IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___compositionString_3_OffsetPadding[20]; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke ___compositionString_3; }; #pragma pack(pop, tp) struct { char ___compositionString_3_OffsetPadding_forAlignmentOnly[20]; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke ___compositionString_3_forAlignmentOnly; }; }; }; uint8_t IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55__padding[152]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionEvent struct IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___compositionString_3_OffsetPadding[20]; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com ___compositionString_3; }; #pragma pack(pop, tp) struct { char ___compositionString_3_OffsetPadding_forAlignmentOnly[20]; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com ___compositionString_3_forAlignmentOnly; }; }; }; uint8_t IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55__padding[152]; }; }; // UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand struct InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF__padding[8]; }; }; // UnityEngine.InputSystem.InputControl struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject { // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1; // System.String UnityEngine.InputSystem.InputControl::m_Path String_t* ___m_Path_2; // System.String UnityEngine.InputSystem.InputControl::m_DisplayName String_t* ___m_DisplayName_3; // System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout String_t* ___m_DisplayNameFromLayout_4; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName String_t* ___m_ShortDisplayName_5; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout String_t* ___m_ShortDisplayNameFromLayout_6; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount int32_t ___m_UsageCount_11; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex int32_t ___m_UsageStartIndex_12; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount int32_t ___m_AliasCount_13; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex int32_t ___m_AliasStartIndex_14; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount int32_t ___m_ChildCount_15; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex int32_t ___m_ChildStartIndex_16; // UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags int32_t ___m_ControlFlags_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_18; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_19; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_20; }; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D : public RuntimeObject { // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_2; // System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::m_Type Type_t* ___m_Type_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Variants InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_5; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_6; // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_UpdateBeforeRender_7; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_BaseLayouts_8; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_AppliedOverrides_9; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_CommonUsages_10; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___m_Controls_11; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_DisplayName String_t* ___m_DisplayName_12; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_Description String_t* ___m_Description_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags UnityEngine.InputSystem.Layouts.InputControlLayout::m_Flags int32_t ___m_Flags_14; }; struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields { // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___s_DefaultVariant_0; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___s_Layouts_15; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___s_CacheInstance_16; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef int32_t ___s_CacheInstanceRef_17; }; // UnityEngine.InputSystem.LowLevel.InputEventStream struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9 { // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_NativeBuffer InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_NativeBuffer_0; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventReadPtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventWritePtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingNativeEventCount int32_t ___m_RemainingNativeEventCount_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_MaxAppendedEvents int32_t ___m_MaxAppendedEvents_4; // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_AppendBuffer InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_AppendBuffer_5; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventReadPtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventWritePtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingAppendEventCount int32_t ___m_RemainingAppendEventCount_8; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_NumEventsRetainedInBuffer int32_t ___m_NumEventsRetainedInBuffer_9; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventStream::m_IsOpen bool ___m_IsOpen_10; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_NativeBuffer_0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2; int32_t ___m_RemainingNativeEventCount_3; int32_t ___m_MaxAppendedEvents_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_AppendBuffer_5; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7; int32_t ___m_RemainingAppendEventCount_8; int32_t ___m_NumEventsRetainedInBuffer_9; int32_t ___m_IsOpen_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_NativeBuffer_0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2; int32_t ___m_RemainingNativeEventCount_3; int32_t ___m_MaxAppendedEvents_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_AppendBuffer_5; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7; int32_t ___m_RemainingAppendEventCount_8; int32_t ___m_NumEventsRetainedInBuffer_9; int32_t ___m_IsOpen_10; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace struct InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD : public RuntimeObject { // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_ChangeCounter int32_t ___m_ChangeCounter_1; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::m_Enabled bool ___m_Enabled_2; // System.Func`3 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_OnFilterEvent Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* ___m_OnFilterEvent_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_DeviceId int32_t ___m_DeviceId_4; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventListeners CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477 ___m_EventListeners_5; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventBufferSize int64_t ___m_EventBufferSize_6; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_MaxEventBufferSize int64_t ___m_MaxEventBufferSize_7; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_GrowIncrementSize int64_t ___m_GrowIncrementSize_8; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventCount int64_t ___m_EventCount_9; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventSizeInBytes int64_t ___m_EventSizeInBytes_10; // System.UInt64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventBufferStorage uint64_t ___m_EventBufferStorage_11; // System.UInt64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventBufferHeadStorage uint64_t ___m_EventBufferHeadStorage_12; // System.UInt64 UnityEngine.InputSystem.LowLevel.InputEventTrace::m_EventBufferTailStorage uint64_t ___m_EventBufferTailStorage_13; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::m_HasWrapped bool ___m_HasWrapped_14; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::m_RecordFrameMarkers bool ___m_RecordFrameMarkers_15; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo[] UnityEngine.InputSystem.LowLevel.InputEventTrace::m_DeviceInfos DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___m_DeviceInfos_16; }; struct InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_StaticFields { // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace::kFileVersion int32_t ___kFileVersion_17; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::canRunInBackground bool ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; bool ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341__padding[9]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand struct QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___outDimensions_2_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::outDimensions Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___outDimensions_2; }; #pragma pack(pop, tp) struct { char ___outDimensions_2_OffsetPadding_forAlignmentOnly[8]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___outDimensions_2_forAlignmentOnly; }; }; }; uint8_t QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83__padding[16]; }; }; // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::isEnabled bool ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; bool ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4__padding[9]; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand struct QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___scanOrKeyCode_3_OffsetPadding[8]; // System.Int32 UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::scanOrKeyCode int32_t ___scanOrKeyCode_3; }; #pragma pack(pop, tp) struct { char ___scanOrKeyCode_3_OffsetPadding_forAlignmentOnly[8]; int32_t ___scanOrKeyCode_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_4_OffsetPadding[12]; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4 ___nameBuffer_4; }; #pragma pack(pop, tp) struct { char ___nameBuffer_4_OffsetPadding_forAlignmentOnly[12]; U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4 ___nameBuffer_4_forAlignmentOnly; }; }; }; uint8_t QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247__padding[268]; }; }; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand struct QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_2_OffsetPadding[8]; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA ___nameBuffer_2; }; #pragma pack(pop, tp) struct { char ___nameBuffer_2_OffsetPadding_forAlignmentOnly[8]; U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA ___nameBuffer_2_forAlignmentOnly; }; }; }; uint8_t QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F__padding[264]; }; }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand struct QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_3; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___handle_4_OffsetPadding[8]; // System.UInt64 UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::handle uint64_t ___handle_4; }; #pragma pack(pop, tp) struct { char ___handle_4_OffsetPadding_forAlignmentOnly[8]; uint64_t ___handle_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_5_OffsetPadding[16]; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B ___nameBuffer_5; }; #pragma pack(pop, tp) struct { char ___nameBuffer_5_OffsetPadding_forAlignmentOnly[16]; U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B ___nameBuffer_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___idBuffer_6_OffsetPadding[528]; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::idBuffer U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A ___idBuffer_6; }; #pragma pack(pop, tp) struct { char ___idBuffer_6_OffsetPadding_forAlignmentOnly[528]; U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A ___idBuffer_6_forAlignmentOnly; }; }; }; uint8_t QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582__padding[1040]; }; }; // UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand struct QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___frequency_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::frequency float ___frequency_2; }; #pragma pack(pop, tp) struct { char ___frequency_2_OffsetPadding_forAlignmentOnly[8]; float ___frequency_2_forAlignmentOnly; }; }; }; uint8_t QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA__padding[12]; }; }; // UnityEngine.InputSystem.LowLevel.QueryUserIdCommand struct QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___idBuffer_3_OffsetPadding[8]; // UnityEngine.InputSystem.LowLevel.QueryUserIdCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::idBuffer U3CidBufferU3Ee__FixedBuffer_tE4CA52A47737D5043418F9D66A282E93248BF2BD ___idBuffer_3; }; #pragma pack(pop, tp) struct { char ___idBuffer_3_OffsetPadding_forAlignmentOnly[8]; U3CidBufferU3Ee__FixedBuffer_tE4CA52A47737D5043418F9D66A282E93248BF2BD ___idBuffer_3_forAlignmentOnly; }; }; }; uint8_t QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD__padding[520]; }; }; // UnityEngine.InputSystem.LowLevel.RequestResetCommand struct RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestResetCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968__padding[8]; }; }; // UnityEngine.InputSystem.LowLevel.RequestSyncCommand struct RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestSyncCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8__padding[8]; }; }; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { }; // UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand struct SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Position_2_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::m_Position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Position_2; }; #pragma pack(pop, tp) struct { char ___m_Position_2_OffsetPadding_forAlignmentOnly[8]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Position_2_forAlignmentOnly; }; }; }; uint8_t SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46__padding[16]; }; }; // UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand struct SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___frequency_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::frequency float ___frequency_2; }; #pragma pack(pop, tp) struct { char ___frequency_2_OffsetPadding_forAlignmentOnly[8]; float ___frequency_2_forAlignmentOnly; }; }; }; uint8_t SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88__padding[12]; }; }; // UnityEngine.InputSystem.LowLevel.StateEvent struct StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.StateEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_3_OffsetPadding[20]; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::stateFormat FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_3_OffsetPadding_forAlignmentOnly[20]; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[24]; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.StateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[24]; U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F__padding[25]; }; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // UnityEngine.InputSystem.LowLevel.TextEvent struct TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.TextEvent::baseEvent InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___character_2_OffsetPadding[20]; // System.Int32 UnityEngine.InputSystem.LowLevel.TextEvent::character int32_t ___character_2; }; #pragma pack(pop, tp) struct { char ___character_2_OffsetPadding_forAlignmentOnly[20]; int32_t ___character_2_forAlignmentOnly; }; }; }; uint8_t TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E__padding[24]; }; }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand struct UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___enable_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::enable uint8_t ___enable_2; }; #pragma pack(pop, tp) struct { char ___enable_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___enable_2_forAlignmentOnly; }; }; }; uint8_t UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand struct WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0 { union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::baseCommand InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___warpPositionInPlayerDisplaySpace_2_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::warpPositionInPlayerDisplaySpace Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___warpPositionInPlayerDisplaySpace_2; }; #pragma pack(pop, tp) struct { char ___warpPositionInPlayerDisplaySpace_2_OffsetPadding_forAlignmentOnly[8]; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___warpPositionInPlayerDisplaySpace_2_forAlignmentOnly; }; }; }; uint8_t WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0__padding[16]; }; }; // UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator struct Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46 { // UnityEngine.InputSystem.LowLevel.IMECompositionString UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::m_CompositionString IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___m_CompositionString_0; // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::m_CurrentCharacter Il2CppChar ___m_CurrentCharacter_1; // System.Int32 UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::m_CurrentIndex int32_t ___m_CurrentIndex_2; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator struct Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_pinvoke { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke ___m_CompositionString_0; uint8_t ___m_CurrentCharacter_1; int32_t ___m_CurrentIndex_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator struct Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_com { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com ___m_CompositionString_0; uint8_t ___m_CurrentCharacter_1; int32_t ___m_CurrentIndex_2; }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController struct ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C : public RuntimeObject { // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::k__BackingField bool ___U3CfinishedU3Ek__BackingField_0; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::k__BackingField bool ___U3CpausedU3Ek__BackingField_1; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::k__BackingField int32_t ___U3CpositionU3Ek__BackingField_2; // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_EventTrace InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___m_EventTrace_3; // UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_Enumerator Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* ___m_Enumerator_4; // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_DeviceIDMappings InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43 ___m_DeviceIDMappings_5; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_CreateNewDevices bool ___m_CreateNewDevices_6; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_CreatedDevices InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C ___m_CreatedDevices_7; // System.Action UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_OnFinished Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnFinished_8; // System.Action`1 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_OnEvent Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___m_OnEvent_9; // System.Double UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_StartTimeAsPerFirstEvent double ___m_StartTimeAsPerFirstEvent_10; // System.Double UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_StartTimeAsPerRuntime double ___m_StartTimeAsPerRuntime_11; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_AllEventsByTimeIndex int32_t ___m_AllEventsByTimeIndex_12; // System.Collections.Generic.List`1 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::m_AllEventsByTime List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* ___m_AllEventsByTime_13; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A { // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::touchscreens InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 ___touchscreens_0; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::historyLengthPerFinger int32_t ___historyLengthPerFinger_1; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerDown CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerDown_2; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerMove CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerMove_3; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerUp CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerUp_4; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::playerState FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D ___playerState_5; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_pinvoke { InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerDown_2; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerMove_3; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerUp_4; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke ___playerState_5; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_com { InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerDown_2; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerMove_3; CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B ___onFingerUp_4; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com ___playerState_5; }; // System.Action`1 struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7 : public MulticastDelegate_t { }; // System.Action`2 struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333 : public MulticastDelegate_t { }; // System.Action`2 struct Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E : public MulticastDelegate_t { }; // System.Action`2 struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA : public MulticastDelegate_t { }; // System.Action`2 struct Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6 : public MulticastDelegate_t { }; // System.Action`4 struct Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6 : public MulticastDelegate_t { }; // System.Action`4 struct Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B : public MulticastDelegate_t { }; // System.Action`4 struct Action_4_tEDE2F4136308461AABC88EB84052E02ED2F9C8DB : public MulticastDelegate_t { }; // System.Action`4 struct Action_4_t595C7D13B665306D3E501CAF580759041B0C8171 : public MulticastDelegate_t { }; // System.Comparison`1 struct Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t0072F82DFBE56A425CAA051639D6DF09CB126719 : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2 : public MulticastDelegate_t { }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_21; }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tD4AEEFFEC2CBF49D196A92D16CE8DA15F1532FCD ___m_ProcessorStack_21; }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_21; }; // System.Predicate`1 struct Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D : public MulticastDelegate_t { }; // UnityEngine.InputSystem.Utilities.SavedStructState`1 struct SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B : public RuntimeObject { // T UnityEngine.InputSystem.Utilities.SavedStructState`1::m_State GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A ___m_State_0; // UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore UnityEngine.InputSystem.Utilities.SavedStructState`1::m_RestoreAction TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* ___m_RestoreAction_1; // System.Action UnityEngine.InputSystem.Utilities.SavedStructState`1::m_StaticDisposeCurrentState Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_StaticDisposeCurrentState_2; }; // UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore struct TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021 : public MulticastDelegate_t { }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngine.InputSystem.InputDevice struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags int32_t ___m_DeviceFlags_24; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId int32_t ___m_DeviceId_25; // System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId int32_t ___m_ParticipantId_26; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex int32_t ___m_DeviceIndex_27; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___m_Description_28; // System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal double ___m_LastUpdateTimeInternal_29; // System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount uint32_t ___m_CurrentUpdateStepCount_30; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_31; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_32; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_33; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_34; // System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_35; }; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809 : public MulticastDelegate_t { }; // UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A : public MulticastDelegate_t { }; // UnityEngine.InputSystem.InputManager struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210 : public RuntimeObject { // System.Int32 UnityEngine.InputSystem.InputManager::m_LayoutRegistrationVersion int32_t ___m_LayoutRegistrationVersion_0; // System.Single UnityEngine.InputSystem.InputManager::m_PollingFrequency float ___m_PollingFrequency_1; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.InputManager::m_Layouts Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___m_Layouts_2; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Processors TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Processors_3; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Interactions TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Interactions_4; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Composites TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Composites_5; // System.Int32 UnityEngine.InputSystem.InputManager::m_DevicesCount int32_t ___m_DevicesCount_6; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_Devices InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Devices_7; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.InputManager::m_DevicesById Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3* ___m_DevicesById_8; // System.Int32 UnityEngine.InputSystem.InputManager::m_AvailableDeviceCount int32_t ___m_AvailableDeviceCount_9; // UnityEngine.InputSystem.InputManager/AvailableDevice[] UnityEngine.InputSystem.InputManager::m_AvailableDevices AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5* ___m_AvailableDevices_10; // System.Int32 UnityEngine.InputSystem.InputManager::m_DisconnectedDevicesCount int32_t ___m_DisconnectedDevicesCount_11; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_DisconnectedDevices InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DisconnectedDevices_12; // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_UpdateMask int32_t ___m_UpdateMask_13; // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_CurrentUpdate int32_t ___m_CurrentUpdate_14; // UnityEngine.InputSystem.LowLevel.InputStateBuffers UnityEngine.InputSystem.InputManager::m_StateBuffers InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___m_StateBuffers_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_DeviceChangeListeners CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333 ___m_DeviceChangeListeners_16; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_DeviceStateChangeListeners CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85 ___m_DeviceStateChangeListeners_17; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_DeviceFindLayoutCallbacks CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D ___m_DeviceFindLayoutCallbacks_18; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_DeviceCommandCallbacks CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885 ___m_DeviceCommandCallbacks_19; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_LayoutChangeListeners CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC ___m_LayoutChangeListeners_20; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_EventListeners CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37 ___m_EventListeners_21; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_BeforeUpdateListeners CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_BeforeUpdateListeners_22; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_AfterUpdateListeners CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_AfterUpdateListeners_23; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_SettingsChangedListeners CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_SettingsChangedListeners_24; // System.Boolean UnityEngine.InputSystem.InputManager::m_NativeBeforeUpdateHooked bool ___m_NativeBeforeUpdateHooked_25; // System.Boolean UnityEngine.InputSystem.InputManager::m_HaveDevicesWithStateCallbackReceivers bool ___m_HaveDevicesWithStateCallbackReceivers_26; // System.Boolean UnityEngine.InputSystem.InputManager::m_HasFocus bool ___m_HasFocus_27; // UnityEngine.InputSystem.LowLevel.InputEventStream UnityEngine.InputSystem.InputManager::m_InputEventStream InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9 ___m_InputEventStream_28; // UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDelegate InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___m_DeviceFindExecuteCommandDelegate_29; // System.Int32 UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDeviceId int32_t ___m_DeviceFindExecuteCommandDeviceId_30; // UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.InputManager::m_Runtime RuntimeObject* ___m_Runtime_31; // UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputManager::m_Metrics InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___m_Metrics_32; // UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager::m_Settings InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___m_Settings_33; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] UnityEngine.InputSystem.InputManager::m_StateChangeMonitors StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4* ___m_StateChangeMonitors_34; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputManager::m_StateChangeMonitorTimeouts InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA ___m_StateChangeMonitorTimeouts_35; }; // UnityEngine.InputSystem.InputSettings struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // System.String[] UnityEngine.InputSystem.InputSettings::m_SupportedDevices StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_SupportedDevices_4; // UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::m_UpdateMode int32_t ___m_UpdateMode_5; // System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxEventBytesPerUpdate int32_t ___m_MaxEventBytesPerUpdate_6; // System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxQueuedEventsPerUpdate int32_t ___m_MaxQueuedEventsPerUpdate_7; // System.Boolean UnityEngine.InputSystem.InputSettings::m_CompensateForScreenOrientation bool ___m_CompensateForScreenOrientation_8; // UnityEngine.InputSystem.InputSettings/BackgroundBehavior UnityEngine.InputSystem.InputSettings::m_BackgroundBehavior int32_t ___m_BackgroundBehavior_9; // UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode UnityEngine.InputSystem.InputSettings::m_EditorInputBehaviorInPlayMode int32_t ___m_EditorInputBehaviorInPlayMode_10; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMin float ___m_DefaultDeadzoneMin_11; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMax float ___m_DefaultDeadzoneMax_12; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultButtonPressPoint float ___m_DefaultButtonPressPoint_13; // System.Single UnityEngine.InputSystem.InputSettings::m_ButtonReleaseThreshold float ___m_ButtonReleaseThreshold_14; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultTapTime float ___m_DefaultTapTime_15; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultSlowTapTime float ___m_DefaultSlowTapTime_16; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultHoldTime float ___m_DefaultHoldTime_17; // System.Single UnityEngine.InputSystem.InputSettings::m_TapRadius float ___m_TapRadius_18; // System.Single UnityEngine.InputSystem.InputSettings::m_MultiTapDelayTime float ___m_MultiTapDelayTime_19; // System.Boolean UnityEngine.InputSystem.InputSettings::m_DisableRedundantEventsMerging bool ___m_DisableRedundantEventsMerging_20; // System.Boolean UnityEngine.InputSystem.InputSettings::m_ShortcutKeysConsumeInputs bool ___m_ShortcutKeysConsumeInputs_21; // System.Collections.Generic.HashSet`1 UnityEngine.InputSystem.InputSettings::m_FeatureFlags HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___m_FeatureFlags_22; }; // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate struct InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55 : public MulticastDelegate_t { }; // System.InvalidCastException struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngineInternal.Input.NativeUpdateCallback struct NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495 : public MulticastDelegate_t { }; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 { // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.Touch::m_Finger Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_0; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.EnhancedTouch.Touch::m_TouchRecord Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___m_TouchRecord_1; }; struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields { // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState UnityEngine.InputSystem.EnhancedTouch.Touch::s_GlobalState GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A ___s_GlobalState_2; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke { Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___m_TouchRecord_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com { Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___m_Finger_0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___m_TouchRecord_1; }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { // System.Object System.ArgumentOutOfRangeException::_actualValue RuntimeObject* ____actualValue_19; }; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 : public InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A { // UnityEngine.InputSystem.Controls.AxisControl/Clamp UnityEngine.InputSystem.Controls.AxisControl::clamp int32_t ___clamp_22; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMin float ___clampMin_23; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMax float ___clampMax_24; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampConstant float ___clampConstant_25; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::invert bool ___invert_26; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::normalize bool ___normalize_27; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMin float ___normalizeMin_28; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMax float ___normalizeMax_29; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeZero float ___normalizeZero_30; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::scale bool ___scale_31; // System.Single UnityEngine.InputSystem.Controls.AxisControl::scaleFactor float ___scaleFactor_32; }; // UnityEngine.InputSystem.Gamepad struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B { // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonWestU3Ek__BackingField_39; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonNorthU3Ek__BackingField_40; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonSouthU3Ek__BackingField_41; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonEastU3Ek__BackingField_42; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftStickButtonU3Ek__BackingField_43; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightStickButtonU3Ek__BackingField_44; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CstartButtonU3Ek__BackingField_45; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CselectButtonU3Ek__BackingField_46; // UnityEngine.InputSystem.Controls.DpadControl UnityEngine.InputSystem.Gamepad::k__BackingField DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* ___U3CdpadU3Ek__BackingField_47; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftShoulderU3Ek__BackingField_48; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightShoulderU3Ek__BackingField_49; // UnityEngine.InputSystem.Controls.StickControl UnityEngine.InputSystem.Gamepad::k__BackingField StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* ___U3CleftStickU3Ek__BackingField_50; // UnityEngine.InputSystem.Controls.StickControl UnityEngine.InputSystem.Gamepad::k__BackingField StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* ___U3CrightStickU3Ek__BackingField_51; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftTriggerU3Ek__BackingField_52; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightTriggerU3Ek__BackingField_53; // UnityEngine.InputSystem.Haptics.DualMotorRumble UnityEngine.InputSystem.Gamepad::m_Rumble DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701 ___m_Rumble_55; }; struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_StaticFields { // UnityEngine.InputSystem.Gamepad UnityEngine.InputSystem.Gamepad::k__BackingField Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* ___U3CcurrentU3Ek__BackingField_54; // System.Int32 UnityEngine.InputSystem.Gamepad::s_GamepadCount int32_t ___s_GamepadCount_56; // UnityEngine.InputSystem.Gamepad[] UnityEngine.InputSystem.Gamepad::s_Gamepads GamepadU5BU5D_t907383551E67ACF51B8B4ECCC0E399DAE2AB3762* ___s_Gamepads_57; }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB { // System.String System.ObjectDisposedException::_objectName String_t* ____objectName_18; }; // UnityEngine.InputSystem.Pointer struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B { // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_39; // UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Pointer::k__BackingField DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CdeltaU3Ek__BackingField_40; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_41; // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Pointer::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_42; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Pointer::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CpressU3Ek__BackingField_43; }; struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_StaticFields { // UnityEngine.InputSystem.Pointer UnityEngine.InputSystem.Pointer::k__BackingField Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___U3CcurrentU3Ek__BackingField_44; }; // UnityEngine.InputSystem.Controls.TouchControl struct TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079 : public InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3 { // UnityEngine.InputSystem.Controls.TouchPressControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* ___U3CpressU3Ek__BackingField_22; // UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtouchIdU3Ek__BackingField_23; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_24; // UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CdeltaU3Ek__BackingField_25; // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_26; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_27; // UnityEngine.InputSystem.Controls.TouchPhaseControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* ___U3CphaseU3Ek__BackingField_28; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CindirectTouchU3Ek__BackingField_29; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtapU3Ek__BackingField_30; // UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtapCountU3Ek__BackingField_31; // UnityEngine.InputSystem.Controls.DoubleControl UnityEngine.InputSystem.Controls.TouchControl::k__BackingField DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* ___U3CstartTimeU3Ek__BackingField_32; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CstartPositionU3Ek__BackingField_33; }; // UnityEngine.InputSystem.Controls.Vector2Control struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432 : public InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 { // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22; // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23; }; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 { // System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint float ___pressPoint_33; }; struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields { // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint float ___s_GlobalDefaultButtonPressPoint_34; // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold float ___s_GlobalDefaultButtonReleaseThreshold_35; }; // UnityEngine.InputSystem.DualShock.DualShockGamepad struct DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B : public Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C { // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadButtonU3Ek__BackingField_58; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CoptionsButtonU3Ek__BackingField_59; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CshareButtonU3Ek__BackingField_60; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CL1U3Ek__BackingField_61; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CR1U3Ek__BackingField_62; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CL2U3Ek__BackingField_63; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CR2U3Ek__BackingField_64; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CL3U3Ek__BackingField_65; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CR3U3Ek__BackingField_66; }; struct DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields { // UnityEngine.InputSystem.DualShock.DualShockGamepad UnityEngine.InputSystem.DualShock.DualShockGamepad::k__BackingField DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* ___U3CcurrentU3Ek__BackingField_67; }; // UnityEngine.InputSystem.EnhancedTouch.TouchSimulation struct TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::k__BackingField Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___U3CsimulatedTouchscreenU3Ek__BackingField_4; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_NumPointers int32_t ___m_NumPointers_5; // UnityEngine.InputSystem.Pointer[] UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_Pointers PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___m_Pointers_6; // UnityEngine.Vector2[] UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_CurrentPositions Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CurrentPositions_7; // UnityEngine.InputSystem.Controls.ButtonControl[] UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_Touches ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* ___m_Touches_8; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_LastTouchId int32_t ___m_LastTouchId_9; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_PrimaryTouchIndex int32_t ___m_PrimaryTouchIndex_10; // System.Action`2 UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_OnDeviceChange Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___m_OnDeviceChange_11; // System.Action`2 UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::m_OnEvent Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___m_OnEvent_12; }; struct TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields { // UnityEngine.InputSystem.EnhancedTouch.TouchSimulation UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::s_Instance TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* ___s_Instance_13; }; // UnityEngine.InputSystem.Touchscreen struct Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE : public Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A { // UnityEngine.InputSystem.Controls.TouchControl UnityEngine.InputSystem.Touchscreen::k__BackingField TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* ___U3CprimaryTouchU3Ek__BackingField_45; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Touchscreen::k__BackingField ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E ___U3CtouchesU3Ek__BackingField_46; }; struct Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_StaticFields { // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.Touchscreen::k__BackingField Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___U3CcurrentU3Ek__BackingField_47; // System.Single UnityEngine.InputSystem.Touchscreen::s_TapTime float ___s_TapTime_48; // System.Single UnityEngine.InputSystem.Touchscreen::s_TapDelayTime float ___s_TapDelayTime_49; // System.Single UnityEngine.InputSystem.Touchscreen::s_TapRadiusSquared float ___s_TapRadiusSquared_50; }; #ifdef __clang__ #pragma clang diagnostic pop #endif // UnityEngine.InputSystem.EnhancedTouch.Touch[] struct TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354 : public RuntimeArray { ALIGN_FIELD (8) Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 m_Items[1]; inline Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Finger_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); #endif } inline Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Finger_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.EnhancedTouch.Finger[] struct FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F : public RuntimeArray { ALIGN_FIELD (8) Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* m_Items[1]; inline Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray { ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1]; inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.Pointer[] struct PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5 : public RuntimeArray { ALIGN_FIELD (8) Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* m_Items[1]; inline Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray { ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1]; inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Controls.ButtonControl[] struct ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7 : public RuntimeArray { ALIGN_FIELD (8) ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* m_Items[1]; inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.LowLevel.GamepadButton[] struct GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6 : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Key[] struct KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo[] struct DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A : public RuntimeArray { ALIGN_FIELD (8) DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 m_Items[1]; inline DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Layout_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FullLayoutJson_4), (void*)NULL); #endif } inline DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Layout_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FullLayoutJson_4), (void*)NULL); #endif } }; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.LowLevel.InputEventPtr[] struct InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821 : public RuntimeArray { ALIGN_FIELD (8) InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 m_Items[1]; inline InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke_back(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled); IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke_cleanup(FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled); IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com_back(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled); IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com_cleanup(FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke_back(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke_cleanup(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com_back(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled); IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com_cleanup(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_back(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_cleanup(IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_back(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled); IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_cleanup(IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_back(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_cleanup(U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_back(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled); IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_cleanup(U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_back(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_cleanup(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_back(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled); IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_cleanup(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_back(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_cleanup(UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_back(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled); IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_cleanup(UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled); // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_gshared (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, int32_t ___index0, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1::.ctor(UnityEngine.InputSystem.InputControl`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435_gshared (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* ___control0, const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_gshared (const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mFC28914555AB84FBEB1AC628C66364244967933B_gshared (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Func`4::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m2A54891CCBC7DDDF0FEC2524D81F59613A51DF93_gshared (Func_4_t71673974799A3C352F89909BA77E8B33929F2A32* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484_gshared (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1::RecordStateChange(UnityEngine.InputSystem.InputControl`1,TValue,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840_gshared (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* ___control0, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 ___value1, double ___time2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_gshared (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* ___callbacks0, RuntimeObject* ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1> UnityEngine.InputSystem.LowLevel.InputStateHistory`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59_gshared (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeExtraMemoryPtrUnchecked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_owner() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_gshared_inline (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_previous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeMemoryPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeExtraMemoryPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455_gshared (ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72* __this, TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::AddCallback(TDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::RemoveCallback(TDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::Equals(UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___other0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, RuntimeObject* ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___array0, RuntimeObject* ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::RemoveAtWithCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedRestore__ctor_mA8D10118E8FDB2DDFBF5EC33A5A7183E01348EAE_gshared (TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B_gshared (SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B* __this, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* ___state0, TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* ___restoreAction1, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___staticDisposeCurrentState2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EnsureCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EnsureCapacity_TisRuntimeObject_m66B6A8BB3DD016401DECD39D1D60BAC8E240AFCC_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___count1, RuntimeObject* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseSliceWithCapacity(TValue[]&,System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseSliceWithCapacity_TisRuntimeObject_mA1F90515FDE3EBFDDF2F248B2D9DC502850EAB59_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___length1, int32_t ___index2, int32_t ___count3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1::.ctor(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB_gshared (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___maxStateSizeInBytes0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_mFBB06420854F2087695DC1B4C87E69C2748D43A2_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_gshared (const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory`1,System.Int32,UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895_gshared (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___owner0, int32_t ___index1, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___header2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAtWithCapacity(TValue[]&,System.Int32&,System.Int32,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60_gshared (TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354** ___array0, int32_t* ___count1, int32_t ___index2, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___value3, int32_t ___capacityIncrement4, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference(TFirst[],System.Int32,TSecond) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_mFA2BAE67D85C1468C9A107A36CEE42BD665A2DFC_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___count1, RuntimeObject* ___value2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB_gshared (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA** ___array0, int32_t* ___count1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, RuntimeObject* ___value1, int32_t ___count2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisRuntimeObject_m423FCC1C4DBA092F51CD3372BCB85AE2FD0E5D86_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A_gshared (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValueFromState(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, void* ___statePtr0, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValueFromState(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, void* ___statePtr0, const RuntimeMethod* method) ; // TDevice UnityEngine.InputSystem.InputSystem::AddDevice(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_AddDevice_TisRuntimeObject_m0C15C931B928FDC569EAA06A44EDC0192F909A4F_gshared (String_t* ___name0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94 ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ; // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6DEC13F96CE9CD74561DCCA7017E450079C96942_gshared (Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mFC80A1D3B6BA1009B9779F59B49347FEEE827FB6_gshared (Action_2_tD987B97B18D27B9920365359C46BC12702AD4F7D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_mD246077595F4EBA6BA7300CCC202A02E600CC87E_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___count1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_gshared (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 ___state1, int32_t ___updateType2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr3, const RuntimeMethod* method) ; // TControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_TisRuntimeObject_m8B0CF2E33066D31E034869BE401DD185E2F04011_gshared (String_t* ___name0, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches1, const RuntimeMethod* method) ; // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_gshared (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E* ___command0, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) ; // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___nativeArray0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) ; // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___nativeArray0, const RuntimeMethod* method) ; // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::CopyFrom(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___array0, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::op_Implicit(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE_gshared (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___array0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923_gshared (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___array0, const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9_gshared (const RuntimeMethod* method) ; // TResult System.Func`3::Invoke(T1,T2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_3_Invoke_m0F49563C5B847FD0AA5D523797CC38C4C1476D8F_gshared_inline (Func_3_t0072F82DFBE56A425CAA051639D6DF09CB126719* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538_gshared (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** ___array0, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 ___value1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A_gshared (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* ___callbacks0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.Utilities.InlinedArray`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InlinedArray_1_GetEnumerator_mD09AB17F5788E987BEAD70E80E269F3FB7E865C3_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1>::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_gshared (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1>::RemoveAtWithCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E_gshared (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_gshared (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1>::set_Item(System.Int32,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786_gshared (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1>::AppendWithCapacity(TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F_gshared (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5_gshared (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_gshared_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___item0, const RuntimeMethod* method) ; // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m3066D7B2DF7828CC841C0313A7664013366E7F33_gshared (Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813_gshared (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* ___comparison0, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_gshared_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m30D56EDF2807EF309EEF182BA63A3F0EF0B08A15_gshared_inline (Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___obj0, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_gshared (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, int32_t ___index0, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mB518D664C1FF6E6E0E5886154563FF1AD31B74D3_gshared (Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::IndexOf(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB_gshared (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570* __this, Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D* ___predicate0, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A_gshared (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m8EDF953DA7FF0E33AE19FB51BD7DBDB7C495CFE0_gshared (Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mE27CCE9BF36CDA5E1C92CEBAECF98A3D57951455_gshared (Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___obj0, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mBF7DDBCD230E9D28EDF45D3E65F907DE1AE0CCBC_gshared_inline (Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B* __this, int32_t ___obj0, const RuntimeMethod* method) ; // TResult System.Func`2::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m095D2006A2DDB336987862DC15A7EFAED53E08EC_gshared_inline (Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* __this, int32_t ___arg0, const RuntimeMethod* method) ; // System.Void System.Action`4::Invoke(T1,T2,T3,T4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_4_Invoke_m531C21CFDE3860748A265C35E23427DF3BF57665_gshared_inline (Action_4_tEDE2F4136308461AABC88EB84052E02ED2F9C8DB* __this, RuntimeObject* ___arg10, double ___arg21, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg32, int64_t ___arg43, const RuntimeMethod* method) ; // System.Void System.Action`4::Invoke(T1,T2,T3,T4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_4_Invoke_m57BD9120171D15F15E5BD9AE705DC7F7EE36DE7B_gshared_inline (Action_4_t595C7D13B665306D3E501CAF580759041B0C8171* __this, RuntimeObject* ___arg10, double ___arg21, int64_t ___arg32, int32_t ___arg43, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::get_currentTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_get_currentTouch_m53721DA3C8AB5C0D600499C33CCD5854E757890D (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::get_lastTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_get_lastTouch_mE5E27445009AB9A9AD2B33496A4BDBE8016771A8 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_screenPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1::get_Item(System.Int32) inline Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888 (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, int32_t ___index0, const RuntimeMethod* method) { return (( Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 (*) (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, int32_t, const RuntimeMethod*))InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::.ctor(UnityEngine.InputSystem.EnhancedTouch.Finger,UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___touchRecord1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_isInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_isInProgress_mBAB5B9955091386836522092465FD4692100F670 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_updateStepCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Touch_get_updateStepCount_m9550F17AC3135450BB378D0A44A7FD4762EFD01D (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory::.ctor(UnityEngine.InputSystem.EnhancedTouch.Finger,UnityEngine.InputSystem.LowLevel.InputStateHistory`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___history1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Touchscreen::get_touches() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C (ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E* __this, int32_t ___index0, const RuntimeMethod* method) { return (( TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* (*) (ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1::.ctor(UnityEngine.InputSystem.InputControl`1) inline void InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435 (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* ___control0, const RuntimeMethod* method) { (( void (*) (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3*, const RuntimeMethod*))InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435_gshared)(__this, ___control0, method); } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_maxHistoryLengthPerFinger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_maxHistoryLengthPerFinger_m0F3E7DF315BB6D650292E18A3C21DDD1522E3500 (const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_historyDepth(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() inline int32_t UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57 (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_gshared)(method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_extraMemoryPerRecord(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mFC28914555AB84FBEB1AC628C66364244967933B (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mFC28914555AB84FBEB1AC628C66364244967933B_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_onRecordAdded(System.Action`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateHistory_set_onRecordAdded_m6F35EA7B2352BE8359FD22FE803E6AAC1CD2E93A_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* ___value0, const RuntimeMethod* method) ; // System.Void System.Func`4::.ctor(System.Object,System.IntPtr) inline void Func_4__ctor_m6556C926BADAE76C28D39818A7980EC2CF196024 (Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_4__ctor_m2A54891CCBC7DDDF0FEC2524D81F59613A51DF93_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_onShouldRecordStateChange(System.Func`4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateHistory_set_onShouldRecordStateChange_m4553C7A82A01BE25B5F1D0D2567B70FCE375F30E_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_updateMask(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_updateMask_m5059363750CB5899C77D67BD05419563F703A3F7 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::StartRecording() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_StartRecording_mF4D22DFFB38256D8C147A098282110A961D7030C (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Controls.TouchControl::get_isInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchControl_get_isInProgress_m453C4D3C5AD0AEE956EDFC6B54E452C3D61100F0 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValue() inline TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484 (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* __this, const RuntimeMethod* method) { return (( TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 (*) (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3*, const RuntimeMethod*))InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484_gshared)(__this, method); } // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1::RecordStateChange(UnityEngine.InputSystem.InputControl`1,TValue,System.Double) inline Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840 (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* ___control0, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 ___value1, double ___time2, const RuntimeMethod* method) { return (( Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 (*) (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3*, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97, double, const RuntimeMethod*))InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840_gshared)(__this, ___control0, ___value1, ___time2, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61 (int32_t ___i0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTapRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTapRelease_m2330F3A5BFF42425B21423B2257619666A05CE7D (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_recordIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::GetRecordUnchecked(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithoutControlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_bytesPerRecord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.TouchPhase UnityEngine.InputSystem.LowLevel.TouchState::get_phase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_historyDepth() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_historyDepth_mBAFA4592E170099C0E8BB360B148A854517AA561_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_beganInSameFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_beganInSameFrame(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) inline void DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421 (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* ___callbacks0, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B*, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A*, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_gshared)(___callbacks0, ___argument1, ___callbackName2, ___context3, method); } // System.Collections.Generic.IEnumerator`1> UnityEngine.InputSystem.LowLevel.InputStateHistory`1::GetEnumerator() inline RuntimeObject* InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59 (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, const RuntimeMethod*))InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59_gshared)(__this, method); } // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeExtraMemoryPtrUnchecked() inline void* Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( void* (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66_gshared)(__this, method); } // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_owner() inline InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_inline (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_gshared_inline)(__this, method); } // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_uniqueId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Touch_get_uniqueId_m2B7B006E32B62D82346541BCBDACE83EC98D4AF0 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::FindTouch(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_FindTouch_m1A910BF69B21B5D02A79698B5590C2706FE601B3 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, uint32_t ___uniqueId0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_touchId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_index() inline int32_t Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( int32_t (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6_gshared)(__this, method); } // UnityEngine.InputSystem.TouchPhase UnityEngine.InputSystem.EnhancedTouch.Touch::get_phase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_previous() inline Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_gshared)(__this, method); } // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeMemoryPtr() inline void* Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( void* (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_valid() inline bool Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( bool (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_gshared)(__this, method); } // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.Touch::get_finger() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.TouchState& UnityEngine.InputSystem.EnhancedTouch.Touch::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_began() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_began_m592AA9F7AE5ED0AA23C971BD90703F1BBFD778C6 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_inProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_inProgress_m6CF6BD1C7AFE8099AD35393829264FDE0C723CAA (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_ended() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_ended_m96B6BBDF371E26C6AE4B89CB7F89861D6B0C462F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.EnhancedTouch.Touch::get_pressure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Touch_get_pressure_mDA228CAA389D14F6139507A304A97FE07EAE9DD3 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_radius_m8FCEEC69D77C94A4D8CBA662E5514AD7D894E8F4 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.EnhancedTouch.Touch::get_startTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Touch_get_startTime_m9778C4C818DD69BAC47D10B7567233E5316264CB (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::get_time() inline double Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( double (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E_gshared)(__this, method); } // System.Double UnityEngine.InputSystem.EnhancedTouch.Touch::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Touch_get_time_m1E3EA9FB3DF10246B7BBF100663BAA3030714F17 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.Finger::get_screen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Finger_get_screen_mBA2D1364604CB55F7386EFB844B12B7CFA7EE744_inline (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.Touch::get_screen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Touch_get_screen_m88071A10D5E186573E2694E47DD660AC4FAD2E00 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_startScreenPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_startScreenPosition_mAF62C4C8C812B9E36855A6CB63B8493F8ED3E0C7 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_delta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_delta_m845008E2AF42561313DA002985D85150329B9BCC (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_tapCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_tapCount_m06A6261A941A678FAA29419D7B8F07B16EF07F75 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_isTap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_isTap_m48E7409F15259BE6D04C66ADDA71F6037E4AD4B3 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch/ExtraDataPerTouchState& UnityEngine.InputSystem.EnhancedTouch.Touch::get_extraData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* Touch_get_extraData_mF845BF57832677EEEB41E5BF0E0F732D4D11D686 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetUnsafeExtraMemoryPtr() inline void* Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( void* (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C_gshared)(__this, method); } // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.Finger::GetTouchHistory(UnityEngine.InputSystem.EnhancedTouch.Touch) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Finger_GetTouchHistory_m8A13B55D4B1B1B77F1262B46F73A603A33E5D80C (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___touch0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.Touch::get_history() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::UpdateActiveTouches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_UpdateActiveTouches_m48D632ECA4B568270B458D9CED54AC591FBFBF43 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) inline void ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455 (ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72* __this, TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72*, TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455_gshared)(__this, ___array0, ___index1, ___length2, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) inline void ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F (ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36* __this, FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36*, FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___array0, ___index1, ___length2, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::UpdateActiveFingers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_UpdateActiveFingers_m21F725BF5EC6E4953C44FFBA63F4C7ABFA0FBE49 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::AddCallback(TDelegate) inline void CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22 (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* __this, Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___dlg0, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B*, Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B*, const RuntimeMethod*))CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared)(__this, ___dlg0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::RemoveCallback(TDelegate) inline void CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87 (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* __this, Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___dlg0, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B*, Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B*, const RuntimeMethod*))CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared)(__this, ___dlg0, method); } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Finger::get_index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Finger_get_index_mB409A9B5711767D3A6046AEAA4931A0B3633934C_inline (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.EnhancedTouch.Touch::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Touch_ToString_m641EEB738A7722EE7A2F90630BB3A5A1880F3B2F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7 (RuntimeObject* ___objA0, RuntimeObject* ___objB1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::Equals(UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record) inline bool Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___other0, const RuntimeMethod* method) { return (( bool (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4, const RuntimeMethod*))Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69_gshared)(__this, ___other0, method); } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::Equals(UnityEngine.InputSystem.EnhancedTouch.Touch) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_Equals_m5A9195C1D656529EFF984AD9060ECA7257ACFDC4 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___other0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_Equals_mA91A1937A740538D62AF4998D332AAB464B47E1E (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::GetHashCode() inline int32_t Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { return (( int32_t (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, const RuntimeMethod*))Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_GetHashCode_m73B534C7CAA38FE313674A0133B66431E7DF233A (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_m4D609EB991E007436EB5BFA3784373529E098771 (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3*, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::AddFingers(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_AddFingers_m6A1B4053B31CEFE25B8F1DA4CE10312134F15888 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) inline int32_t InputArrayExtensions_IndexOfReference_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_m33ABEE0C487DC3D77554DABBA802DA668DBB4D18 (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 ___array0, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared)(___array0, ___value1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::RemoveAtWithCapacity(System.Int32) inline void InlinedArray_1_RemoveAtWithCapacity_mB93190E8A814A079EA1D711D1CE53DA0953D325D (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3* __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::RemoveFingers(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_RemoveFingers_m04B1A6EE0792D7E9BF46E26950D2B15931BE8F99 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore::.ctor(System.Object,System.IntPtr) inline void TypedRestore__ctor_mA8D10118E8FDB2DDFBF5EC33A5A7183E01348EAE (TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021*, RuntimeObject*, intptr_t, const RuntimeMethod*))TypedRestore__ctor_mA8D10118E8FDB2DDFBF5EC33A5A7183E01348EAE_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore,System.Action) inline void SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B (SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B* __this, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* ___state0, TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* ___restoreAction1, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___staticDisposeCurrentState2, const RuntimeMethod* method) { (( void (*) (SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B*, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A*, TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B_gshared)(__this, ___state0, ___restoreAction1, ___staticDisposeCurrentState2, method); } // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState UnityEngine.InputSystem.EnhancedTouch.Touch::CreateGlobalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A Touch_CreateGlobalState_mE34FA561BE9E79EC7FDD8E60DF092FC90C678C02 (const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_inline (ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EnsureCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) inline void ArrayHelpers_EnsureCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mF8379BFCD36AC20A6B37E3145EA3F3B403301DC6 (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { (( void (*) (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F**, int32_t, int32_t, int32_t, const RuntimeMethod*))ArrayHelpers_EnsureCapacity_TisRuntimeObject_m66B6A8BB3DD016401DECD39D1D60BAC8E240AFCC_gshared)(___array0, ___count1, ___capacity2, ___capacityIncrement3, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Finger::.ctor(UnityEngine.InputSystem.Touchscreen,System.Int32,UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Finger__ctor_m9D9ED2014F12F2FA245E5C04043F02D16B296505 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, int32_t ___index1, int32_t ___updateMask2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** ___array0, int32_t* ___count1, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F**, int32_t*, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseSliceWithCapacity(TValue[]&,System.Int32&,System.Int32,System.Int32) inline void ArrayHelpers_EraseSliceWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m9AA46EEAF8D235726A766F9CBDE46A3587732F54 (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** ___array0, int32_t* ___length1, int32_t ___index2, int32_t ___count3, const RuntimeMethod* method) { (( void (*) (FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F**, int32_t*, int32_t, int32_t, const RuntimeMethod*))ArrayHelpers_EraseSliceWithCapacity_TisRuntimeObject_mA1F90515FDE3EBFDDF2F248B2D9DC502850EAB59_gshared)(___array0, ___length1, ___index2, ___count3, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_Destroy_mA11DBC6D12D70F40AA14283E65322FAFC602572B (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1::.ctor(System.Nullable`1) inline void InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___maxStateSizeInBytes0, const RuntimeMethod* method) { (( void (*) (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28, const RuntimeMethod*))InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB_gshared)(__this, ___maxStateSizeInBytes0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Clear_m7B9A241840171E7224D0A01969F36CF294D227F3 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[]) inline void ArrayHelpers_Clear_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m145582A0849DC8B8158800E6C42F8C0715633546 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, const RuntimeMethod* method) { (( void (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, const RuntimeMethod*))ArrayHelpers_Clear_TisRuntimeObject_mFBB06420854F2087695DC1B4C87E69C2748D43A2_gshared)(___array0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::UserIndexToRecordIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_extraMemoryPerRecord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.InputExtensions::IsEndedOrCanceled(UnityEngine.InputSystem.TouchPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputExtensions_IsEndedOrCanceled_m00A006256F424472010DDC115CBAEFC4F9A024CA (int32_t ___phase0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_phase(UnityEngine.InputSystem.TouchPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, int32_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::AllocateRecord(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t* ___index0, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithControlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655 (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___index0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** ___array0, int32_t* ___count1, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17**, int32_t*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() inline int32_t UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59 (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_gshared)(method); } // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177 (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory`1,System.Int32,UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*) inline void Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895 (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___owner0, int32_t ___index1, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___header2, const RuntimeMethod* method) { (( void (*) (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4*, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*, int32_t, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*, const RuntimeMethod*))Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895_gshared)(__this, ___owner0, ___index1, ___header2, method); } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAtWithCapacity(TValue[]&,System.Int32&,System.Int32,TValue,System.Int32) inline void ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60 (TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354** ___array0, int32_t* ___count1, int32_t ___index2, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___value3, int32_t ___capacityIncrement4, const RuntimeMethod* method) { (( void (*) (TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354**, int32_t*, int32_t, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70, int32_t, const RuntimeMethod*))ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60_gshared)(___array0, ___count1, ___index2, ___value3, ___capacityIncrement4, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE31C1F868AE383042EB223A7961315337C794275 (U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateHistory_get_version_m89DDB085F1210A84797C85822792F5FBF73C25F0_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::.ctor(UnityEngine.InputSystem.EnhancedTouch.TouchHistory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m74864CB6B9CA6B01970FD5A8A88A9F68A00C6D72 (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 ___owner0, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TouchHistory_GetEnumerator_mA49607C32F33B1D33F460C0E3882161F18001B7E (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) ; // System.Collections.IEnumerator UnityEngine.InputSystem.EnhancedTouch.TouchHistory::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TouchHistory_System_Collections_IEnumerable_GetEnumerator_m4337DC86FF76C3ACE3E301937F383D911A8D20C5 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory::CheckValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.TouchHistory::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, int32_t ___index0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Enumerator_get_Current_m063D55945EB78459BBDCE1AF96021395F5E873A6 (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.EnhancedTouch.TouchSimulation UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::get_instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ; // System.Void UnityEngine.GameObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___value0, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() inline TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* GameObject_AddComponent_TisTouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_m3332B854D47D58542E9A5D19442054BDFC92FD85 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::Disable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_Disable_m321E8840F88BE92343D64A728694FFA942EEC69E (const RuntimeMethod* method) ; // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference(TFirst[],System.Int32,TSecond) inline bool ArrayHelpers_ContainsReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mF487A3E7CDC1C0B29B2BB3178D9CB4398D6A37D7 (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___array0, int32_t ___count1, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___value2, const RuntimeMethod* method) { return (( bool (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5*, int32_t, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*, const RuntimeMethod*))ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_mFA2BAE67D85C1468C9A107A36CEE42BD665A2DFC_gshared)(___array0, ___count1, ___value2, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m4A3CE75746FB1AFC8283C6E8B76E923666A07961 (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5** ___array0, int32_t* ___count1, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5**, int32_t*, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA** ___array0, int32_t* ___count1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA**, int32_t*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Void UnityEngine.InputSystem.InputSystem::DisableDevice(UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_DisableDevice_m19E310307F986FDBCC83048107E4BDC25F9FD26B (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___keepSendingEvents1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) inline int32_t ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mAF4E5E77C2382FF511F4C4F6C5A3ABFB6182785C (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___array0, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___value1, int32_t ___count2, const RuntimeMethod* method) { return (( int32_t (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5*, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___array0, ___value1, ___count2, method); } // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::UpdateTouch(System.Int32,System.Int32,UnityEngine.InputSystem.TouchPhase,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, int32_t ___touchIndex0, int32_t ___pointerIndex1, int32_t ___phase2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) inline void ArrayHelpers_EraseAtWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m0C0B81FF19D0A1AB73D89611640C2DA671D3389E (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { (( void (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5*, int32_t*, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAtWithCapacity_TisRuntimeObject_m423FCC1C4DBA092F51CD3372BCB85AE2FD0E5D86_gshared)(___array0, ___count1, ___index2, method); } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) inline void ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { (( void (*) (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA*, int32_t*, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A_gshared)(___array0, ___count1, ___index2, method); } // System.Boolean UnityEngine.InputSystem.InputDevice::get_added() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::EnableDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_EnableDevice_mED1442951B67B1B8742C29CE7F3ED2828B3B44F7 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) inline int32_t ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m7255E2EDA1E06E6C8F99AF1564A17FCA40A970BB (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___array0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value1, int32_t ___count2, const RuntimeMethod* method) { return (( int32_t (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___array0, ___value1, ___count2, method); } // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::get_position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline (Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEventUnchecked(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m8076A50F95247F90A0C8C06EF4D74C8F0F73AAA6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___eventType2, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValueFromState(System.Void*) inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37 (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, void* ___statePtr0, const RuntimeMethod* method) { return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, void*, const RuntimeMethod*))InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_gshared)(__this, ___statePtr0, method); } // TValue UnityEngine.InputSystem.InputControl`1::ReadValueFromState(System.Void*) inline float InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, void* ___statePtr0, const RuntimeMethod* method) { return (( float (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, void*, const RuntimeMethod*))InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_gshared)(__this, ___statePtr0, method); } // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControlExtensions/Enumerate,UnityEngine.InputSystem.InputDevice,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE InputControlExtensions_EnumerateControls_m9D7E9EAACBDCB1D105D829B9E9FFD2B3E8CF7BC0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, int32_t ___flags1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869 (InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.InputControl::get_isButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) inline int32_t ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF9137BEBBCF508C0D1E21C926C31E9A44FABA97 (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* ___array0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value1, int32_t ___count2, const RuntimeMethod* method) { return (( int32_t (*) (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___array0, ___value1, ___count2, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) inline int32_t ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mB09BF2856995673BC9969B5E877CC8A9B8BCD443 (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* ___array0, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value1, int32_t ___count2, const RuntimeMethod* method) { return (( int32_t (*) (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7*, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___array0, ___value1, ___count2, method); } // System.Boolean UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107 (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_handled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::get_simulatedTouchscreen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::AddPointer(UnityEngine.InputSystem.Pointer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_AddPointer_mAF311DF959277CE67860C36E4650A3EE734194C1 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___pointer0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::RemovePointer(UnityEngine.InputSystem.Pointer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_RemovePointer_m787BDB97748ADD4B28C3AFB85304B6A938889B42 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___pointer0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::AddDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_AddDevice_m376584E1F76AFF2176913A885355E4F317E7323A (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDevice(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDevice_m88ED9934452B1049D926A08063E287DB0E60AFF1 (String_t* ___nameOrLayout0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::set_simulatedTouchscreen(UnityEngine.InputSystem.Touchscreen) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchSimulation_set_simulatedTouchscreen_m59218EBAFC13C1FF0019F59F12378749620C9EEF_inline (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___value0, const RuntimeMethod* method) ; // TDevice UnityEngine.InputSystem.InputSystem::AddDevice(System.String) inline Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* InputSystem_AddDevice_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_mD79344B098B9A9FB343FF886B1570591ABE366F5 (String_t* ___name0, const RuntimeMethod* method) { return (( Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* (*) (String_t*, const RuntimeMethod*))InputSystem_AddDevice_TisRuntimeObject_m0C15C931B928FDC569EAA06A44EDC0192F909A4F_gshared)(___name0, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputSystem::get_devices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA InputSystem_get_devices_mBE599285E43211ACE15248654A3E3D7DB42C85CA (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() inline Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, const RuntimeMethod* method) { return (( Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945 (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method) { return (( InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnDeviceChange(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___change1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method); } // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m23A4911D82F290811EDC6BFC315C339857526804 (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6DEC13F96CE9CD74561DCCA7017E450079C96942_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10 (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_mFC80A1D3B6BA1009B9779F59B49347FEEE827FB6_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.InputSystem::add_onDeviceChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onDeviceChange_mC1BAF8DE08B2B3F6D0A98D80AE1E4FF5531C60FA (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.InputSystem::get_onEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputSystem_get_onEvent_mADCC1DBC03BC468ABF3AF7FB9BF2A0D9E1740510 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Addition(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::set_onEvent(UnityEngine.InputSystem.LowLevel.InputEventListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_set_onEvent_m8FD1599425D2F0408F6001E4D1663D53105D7F21 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::RemoveDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveDevice_mBA895DEE9FCFC53AC9040DE72860D95ABFB5E858 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[],System.Int32) inline void ArrayHelpers_Clear_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m161A17E48623F7125BC715564D82E7095F4400F1 (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* ___array0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5*, int32_t, const RuntimeMethod*))ArrayHelpers_Clear_TisRuntimeObject_mD246077595F4EBA6BA7300CCC202A02E600CC87E_gshared)(___array0, ___count1, method); } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[]) inline void ArrayHelpers_Clear_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mBDC379B2F0C95AC42366BF126E7830F8AADBE0EC (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* ___array0, const RuntimeMethod* method) { (( void (*) (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7*, const RuntimeMethod*))ArrayHelpers_Clear_TisRuntimeObject_mFBB06420854F2087695DC1B4C87E69C2748D43A2_gshared)(___array0, method); } // System.Void UnityEngine.InputSystem.InputSystem::remove_onDeviceChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onDeviceChange_mD08F75C263C2D687B2E6E68E86105829075BF717 (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Subtraction(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputState::get_currentTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364 (const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isPrimaryTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isPrimaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector2::get_sqrMagnitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTap_m31B4AEE4DC8A6CE2174728244C0A1D1539D30B15 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.TouchControl UnityEngine.InputSystem.Touchscreen::get_primaryTouch() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* Touchscreen_get_primaryTouch_mABAC4C0F1DBA6A718B83682A91DF40FD3563F413_inline (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) inline void InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 ___state1, int32_t ___updateType2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr3, const RuntimeMethod* method) { (( void (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97, int32_t, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_gshared)(___control0, ___state1, ___updateType2, ___eventPtr3, method); } // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Gamepad::MakeCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gamepad_MakeCurrent_m78B45631A8F9D2189CDABC3E67C1E849166748BA (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_current(UnityEngine.InputSystem.DualShock.DualShockGamepad) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_current_m93FA2FA12D03CECB36DB8B0305B863BC19FAA2B7_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Gamepad::OnRemoved() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gamepad_OnRemoved_m3B43B26E9BA2751108CFAEAFD9581F2C674EF6AF (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.DualShock.DualShockGamepad UnityEngine.InputSystem.DualShock.DualShockGamepad::get_current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* DualShockGamepad_get_current_m14AB6A8C82AC70EDE7B1FF5E1FEAEC501F0CE325_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Gamepad::FinishSetup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gamepad_FinishSetup_m8D639C19146BC2138F31DCEA1B03BC0B4390DAC7 (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // TControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String) inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method) { return (( ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method); } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_touchpadButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_touchpadButton_m85056E5E5A92D34208235FB409393690A472601D_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_startButton() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_startButton_m29450F01D3AC6A6377DD6820C1E8A19E3FB257B1_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_optionsButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_optionsButton_m1FE2766F3657D92F605EB85A030FE7C89D0DD580_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_selectButton() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_selectButton_mE20183D2C1EBD7B7EF87EE29C24E56F1731E85BE_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_shareButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_shareButton_mE3EF1DF6E0E1B8EFF21AC7DD493CC0494AEC6155_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_leftShoulder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftShoulder_m2522E913D1A9361FE16FE01D717BF49D3B1632AE_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L1(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L1_m53A630A39C6EA91CD8A806D739D51782A7062D8E_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_rightShoulder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightShoulder_m221A61E28BDBABD1B1E51A0E325D9A55BB5E347A_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R1(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R1_m578DFA09EC86DB70693B666AC53AE39E97C6F22C_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_leftTrigger() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftTrigger_mE19F2FCA9A7F195107FA0C14293732C0F3075A38_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L2(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L2_m944079645ACBBB274527C169EE5670D1ED142616_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_rightTrigger() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightTrigger_mD1587CDED475B78A56BE8B6FC493EDA08AE6F3A6_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R2(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R2_mCCFF64B80DC2E5DA8920AB9B9A9CEB61AB8C0079_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_leftStickButton() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftStickButton_mEACF0F726788DA012905DCD7A44AA88DF91593ED_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L3(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L3_mD8C16E42401A03362170FB255D0F2E0A70F36531_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_rightStickButton() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightStickButton_m9A8377135FDA7EA2EA6219A715092F0E62ADBC55_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R3(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R3_mF4834C8E3EB76B2C7C91F874D6022770604A5CDC_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Gamepad::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gamepad__ctor_m91DEC6DDDA705B1A49C7964389CA1880CBFD9748 (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.Nullable`1) inline void InputSystem_RegisterLayout_TisDualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_m617DEC2AD87CDA6CA84F62125F4B1041BDC62777 (String_t* ___name0, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches1, const RuntimeMethod* method) { (( void (*) (String_t*, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C, const RuntimeMethod*))InputSystem_RegisterLayout_TisRuntimeObject_m8B0CF2E33066D31E034869BE401DD185E2F04011_gshared)(___name0, ___matches1, method); } // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::get_lowFrequencyMotorSpeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::set_lowFrequencyMotorSpeed(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::get_highFrequencyMotorSpeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::set_highFrequencyMotorSpeed(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___a0, float ___b1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Haptics.DualMotorRumble::get_isRumbling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::Create(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E DualMotorRumbleCommand_Create_m92353364BF75EDF5FBE7AF9ED0F136F4E74538A6 (float ___lowFrequency0, float ___highFrequency1, const RuntimeMethod* method) ; // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E* ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E*, const RuntimeMethod*))InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_gshared)(__this, ___command0, method); } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::PauseHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::SetMotorSpeeds(UnityEngine.InputSystem.InputDevice,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, float ___lowFrequency1, float ___highFrequency2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::ResumeHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::ResetHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Char,System.Char,System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, Il2CppChar ___a0, Il2CppChar ___b1, Il2CppChar ___c2, Il2CppChar ___d3, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DisableDeviceCommand_get_Type_m279789BEABF7A0BA1FBCE49C29E7CCD3B935C0AF (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DisableDeviceCommand_get_typeStatic_m41138589716445D66360A9FB80B7B5BB451F4E74 (DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputDeviceCommand::.ctor(UnityEngine.InputSystem.Utilities.FourCC,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableDeviceCommand_get_Type_m3DFF7F0720AAB0A46EB8AE6FDF58E488B7F98CD2 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableDeviceCommand_get_typeStatic_m54D173AC3F000FB3483D520998D28FFFA9F25599 (EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_imeEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnableIMECompositionCommand_get_imeEnabled_mD0CCBB77A6E533FDF6DE036CBA010D0CA0E9A3DA (EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableIMECompositionCommand_get_Type_m0E7ACE45765FA864C8349CE9AD47419B24A70E4A (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableIMECompositionCommand_get_typeStatic_m6F293C39B7AC6A01CCD65F74029AFB07189A588A (EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InitiateUserAccountPairingCommand_get_Type_m805213E28C12AA64A1F8F57CAA590E4FFB7BFC41 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InitiateUserAccountPairingCommand_get_typeStatic_m7A6A7BEE8AC36FB548934F7D6E8DDE333D9BEC50 (InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_payloadSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceCommand_get_payloadSizeInBytes_m65597C869B0A3AF1D1B928605A06216AB6897D11 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_payloadPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputDeviceCommand_get_payloadPtr_mCE339E6458B03F15067C3ADE7D22EEBAE4D29982 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) inline void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared)(__this, ___length0, ___allocator1, ___options2, method); } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) inline void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___nativeArray0, const RuntimeMethod* method) { return (( void* (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, const RuntimeMethod*))NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_gshared)(___nativeArray0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputDeviceCommand_get_typeStatic_m50C7C954EE7CA7B20757F2874C08D0FFF675ACE4 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryCanRunInBackground_get_Type_m63C4E82B05DB1FE6BB0DAB47C2DF931FEBA735D0 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryCanRunInBackground_get_typeStatic_m18F466F00C744F3136183AD33D6E562F161A594D (QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryDimensionsCommand_get_Type_mB8D7CB73A6F3D66517290078A530808988C9A3A8 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryDimensionsCommand_get_typeStatic_mDCF9B62F3BF35868211DAC4674B20B649F199141 (QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryEnabledStateCommand_get_Type_m5A6F1768EA6D487A118F2861AE4ED9485F62ABD5 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryEnabledStateCommand_get_typeStatic_m4CE8116E064CBD6A470B8F043F1869E362216744 (QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4* __this, const RuntimeMethod* method) ; // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D (intptr_t ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::ReadLayoutName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryKeyboardLayoutCommand_ReadLayoutName_m69F50E3BC9B964A8EE56924846F0292AD4330FDE (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_m3224AFFDC9D2D04E9112B8812CDEEC6FE363D66F (String_t* ___text0, intptr_t ___buffer1, int32_t ___bufferSizeInCharacters2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::WriteLayoutName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryKeyboardLayoutCommand_WriteLayoutName_mBB1067A2E35ED994C8AAF1E8C250FADBAA4AD6AE (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, String_t* ___name0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyboardLayoutCommand_get_Type_mD6B795EB9B588A1F1A3D3147A3D2CF67EFE37857 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyboardLayoutCommand_get_typeStatic_mF9D6B9C2C598C7AA595CFC38B830112CF6389C0F (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::ReadKeyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E (QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyNameCommand_get_Type_mF39C67F95A7EE638AEA573691AABEF1B38F7E089 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyNameCommand_get_typeStatic_mF2D528451EEEC0E93933CF425037F4851EC1ECB3 (QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* __this, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryPairedUserAccountCommand_get_id_mB52BF2DC2C2B3C63661056A1F9AAB47C0E7CDFCB (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) ; // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::set_id(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, String_t* ___value0, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryPairedUserAccountCommand_get_name_m405A615F44272337724373D19F46B1258C18C856 (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, String_t* ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryPairedUserAccountCommand_get_Type_m44803FA194663CC41EEE3C7EF7498C07992AFED5 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryPairedUserAccountCommand_get_typeStatic_mD6966C188315C0D8C6AF75D21C3FA053ED4EF3CC (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QuerySamplingFrequencyCommand_get_Type_mA94B1820A73693A4F09714A60DCE94FD47727984 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QuerySamplingFrequencyCommand_get_typeStatic_mC6E13673C19A972E625C2B37AD3881354663F096 (QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA* __this, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::ReadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryUserIdCommand_ReadId_m3BB974A34A9905F046569754836F889575C349AF (QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryUserIdCommand_get_Type_mDC11398A8251D3A0A5C51FFEEBF3537FC8771964 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryUserIdCommand_get_typeStatic_mC5794F2A38D12A8E38BD4EF3B30B6604AE183793 (QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestResetCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestResetCommand_get_Type_mBFCCB98A93084DE3F0D4D1C63EF39D994639862B (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestResetCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestResetCommand_get_typeStatic_m682DBD857C38B26B39B9679C35C98A2AE5B3C0DC (RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestSyncCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestSyncCommand_get_Type_mED04D668D73150BA972012E47FFC6E4E91C2E7D7 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestSyncCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestSyncCommand_get_typeStatic_m27687F65BCDB472A0D9BE03B1D60C602913172A2 (RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SetIMECursorPositionCommand_get_position_m50765F077E0164B5205064B7A1B141F2C81C085C_inline (SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetIMECursorPositionCommand_get_Type_mB8A471D0593D8F1497D2280D4271B5A2B56783CC (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetIMECursorPositionCommand_get_typeStatic_m99FCCDF1E9DA6575073F31F84C0B670340281D02 (SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetSamplingFrequencyCommand_get_Type_m31A3BC9DC7519D60876AD367992CAF8642960739 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetSamplingFrequencyCommand_get_typeStatic_mD878C128408D8125024D0C962C3AE58BBF44780A (SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED UseWindowsGamingInputCommand_get_Type_m01F3148FF1841E2817C41334DEA8E7C2323A5145 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED UseWindowsGamingInputCommand_get_typeStatic_mA886ED3D90B502CF42D4126E8BCE86F8813291F6 (UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED WarpMousePositionCommand_get_Type_m96B4AE75DD0E2509966E4C723E5B3C5CA6F3135A (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED WarpMousePositionCommand_get_typeStatic_m7C173947D66A532E7F49ED7B48898BEB1529E56A (WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GamepadState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GamepadState_get_Format_m10C6A4E403B15DB3F5EC44F8D825D00FC19F3A2B (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GamepadState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GamepadState_get_format_mF617D1EE8D57686B6BAEAA2AF8BF1F6BDAC5E1CF (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.GamepadState::.ctor(UnityEngine.InputSystem.LowLevel.GamepadButton[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373 (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* ___buttons0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.GamepadState UnityEngine.InputSystem.LowLevel.GamepadState::WithButton(UnityEngine.InputSystem.LowLevel.GamepadButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 GamepadState_WithButton_m61BE4689DE621A285913BC0BD69D0560DBBD91DF (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, int32_t ___button0, bool ___value1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DualMotorRumbleCommand_get_Type_mAD127730406B6F876EDEB19A8761419054E40ED7 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DualMotorRumbleCommand_get_typeStatic_mEDF2C976B44C2BB0C0C0271CC56391992AF37C2D (DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.JoystickState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED JoystickState_get_kFormat_mB35BC874893BA099ACA62F6A7B49994988DA221A (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.JoystickState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED JoystickState_get_format_mEDDE745E9821149E8287DA5EA621814B832088E2 (JoystickState_t03D95BB2BA3497FA34F7F2C395126FE079DBAD23* __this, const RuntimeMethod* method) ; // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1 (void* ___destination0, int64_t ___size1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteSingleBit(System.Void*,System.UInt32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB (void* ___ptr0, uint32_t ___bitOffset1, bool ___value2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::.ctor(UnityEngine.InputSystem.Key[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* ___pressedKeys0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Set(UnityEngine.InputSystem.Key,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, bool ___state1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Press(UnityEngine.InputSystem.Key) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Press_mB5882428AD8FD1CCD5A238215551DFEC3BA577A0 (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Release(UnityEngine.InputSystem.Key) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Release_m779EAACE3BB019436503948C3DEBAB7F7B7BCE1A (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.KeyboardState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED KeyboardState_get_Format_mE0B5DE1F97B5462ACD54D45ABD419E7B5C6B824C (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.KeyboardState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED KeyboardState_get_format_mD8CB0AA30DC616A09DC3152ED0342B2945DC43C9 (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.MouseState UnityEngine.InputSystem.LowLevel.MouseState::WithButton(UnityEngine.InputSystem.LowLevel.MouseButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 MouseState_WithButton_m97B000A09778AED62A2DB09058C31318CFDA479E (MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.MouseState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED MouseState_get_Format_mF26144ED65F47F6A3DE5E19D5C8A21F5D1A840AE (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.MouseState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED MouseState_get_format_m4E1CACEDD70E431F2B4F122FBF9790D61523E160 (MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.PenState UnityEngine.InputSystem.LowLevel.PenState::WithButton(UnityEngine.InputSystem.PenButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 PenState_WithButton_mE073BEA72B2BF7B87BC1E31B171A71207A876652 (PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PenState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PenState_get_Format_m9259B29BFA0F5EE072663FDEC63C32B852B128E8 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PenState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PenState_get_format_m8B58953CF86A69E6AEAD9670C02822A400FB2DCF (PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PointerState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PointerState_get_kFormat_m6C5521A8BDE6EB0B106686BB3E1571C96E9B2741 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PointerState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PointerState_get_format_mC5180FCEAE996C3D5E43E1A77174886E49F4EBEA (PointerState_t3BD79772D06D5CC227EBE757B27F8262EB46A919* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AccelerometerState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AccelerometerState_get_kFormat_mA36F0610529BA98558BEFEEA1CEB010A667C7664 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AccelerometerState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AccelerometerState_get_format_m8417A35B21D4D21382BAA3E099EB81FA6A681290 (AccelerometerState_tBC7006B5431DF59DC2A9AF2E08FD06674EA8372A* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GyroscopeState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GyroscopeState_get_kFormat_m4EA13F15BEBBC929DB6AFAFE2DB12D6DC1E51E0D (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GyroscopeState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GyroscopeState_get_format_m04C008EEC0A8E98488D68D7DB508D03F4D40CB6D (GyroscopeState_t6C1BC700557D943111882E3634CA7411EE531B87* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GravityState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GravityState_get_kFormat_mA940D0FAD178A87388C4A75F88D3DB41B2842662 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GravityState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GravityState_get_format_mACAC4174A37C72A4229268A765EA95B60CD1EE1D (GravityState_tD607A716F9E0D00477CECC5C019929633E66ACFF* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AttitudeState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AttitudeState_get_kFormat_m2CF2884AE8CBAC5F08B7A4229B4190CC48D04552 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AttitudeState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AttitudeState_get_format_mE181225DD179C3C77FBE1996F22C2B858C2620A8 (AttitudeState_tE01F02CAD17A08F2D35660E017437AC72BC45745* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.LinearAccelerationState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED LinearAccelerationState_get_kFormat_mBE3CCC46BAEA98A317E165C1F0E8DA3E1FAB1775 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.LinearAccelerationState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED LinearAccelerationState_get_format_m082958E987DDE7BCF30BEB84C1A2C8F2EB0D2A8A (LinearAccelerationState_tD14025B444097A9A3CA0B3ADBA153C775A316F24* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isNoneEndedOrCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isNoneEndedOrCanceled_mC2000BF710D7EDFC3590D18253215FCA67E3F464 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isInProgress_mF14BA2786F207B08DA487C4FD9F010F85107D902 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isOrphanedPrimaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isOrphanedPrimaryTouch_m692F6F3BB4886A4ADC7578416BDA2CF43190CEF5 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isOrphanedPrimaryTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isOrphanedPrimaryTouch_m2610EBB9B4DB8D920EC53D3785CD88C1537957D7 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isIndirectTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isIndirectTouch_m5059A78582DBB4534309A43F49BD7DDC86DCB912 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isIndirectTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isIndirectTouch_m76D60019EA3E6AE3D32D41D7918E2F4D874D1CF4 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTapPress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTapPress_m76B3B03716530BC461CCDEE942D80B797A82D1FE (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTapPress(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTapPress_m42BC799213916CA303DCE59FFCF3F39DF43F5642 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTapRelease(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTapRelease_m8CECE48CDFD6955A73D24CB052BF1BD8E506E178 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchState_get_Format_mE473D3097A050EF38348C8E25E6C5A19D0C034C0 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchState_get_format_m27F8D5F420FE4D7F11C4676B5FD94FAF08586AE5 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.TouchState::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchState_ToString_mEA29180E6539B2C38587D293C96E5E56728E661D (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.TouchState* UnityEngine.InputSystem.LowLevel.TouchscreenState::get_primaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_primaryTouch_m2F7795A41B5BD5B36686E513EB0626BEB94F03FB (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.TouchState* UnityEngine.InputSystem.LowLevel.TouchscreenState::get_touches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_touches_m58B38F7D585C7D053B2D6C9B17B9AB36F6E6D14F (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchscreenState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchscreenState_get_Format_mF9C584A0C19B90EBBFC257022A48BFC56BDE6E95 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchscreenState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchscreenState_get_format_m599BFB770E5FFC16A3AF0BBD32473D89B9F6F0A0 (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::get_startTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_startTime(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, double ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.LowLevel.ActionEvent::get_phase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_phase(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEvent::get_sizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_stateIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_stateIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_controlIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_controlIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_bindingIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_bindingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_interactionIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_interactionIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::.ctor(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.ActionEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ActionEvent_ToEventPtr_m6CED2BDDEBD88B4CC9E6D9A5500CBBC46867AD61 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_Type_m71EE0E777186515C32D7710F110D746C0EE47DDD (const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_typeStatic_mDA18771F922C2C34EC407D7EA68A8735E516819D (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10_gshared)(__this, method); } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ; // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___message0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::get_data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaStateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2 (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeltaStateEvent_get_typeStatic_m78864C357A995118D8E55ABE491ACAF3ED2F846D (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeltaStateEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeltaStateEvent_ToEventPtr_mF514DA9E913E367842C4FE6E87768C406A6ACA2C (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_gshared)(__this, method); } // UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* DeltaStateEvent_FromUnchecked_m88C0138A7910009A5B0BCB83EEB0A3483E23613A (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.UInt32,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline (uint32_t ___number0, uint32_t ___alignment1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::.ctor(UnityEngine.InputSystem.Utilities.FourCC,System.Int32,System.Int32,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, int32_t ___deviceId2, double ___time3, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceConfigurationEvent_get_typeStatic_m28C6393CDEE9100331345A72749DBA842080C362 (DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceConfigurationEvent_ToEventPtr_m26A12C8D7BF50B9AF36FB0E766AFF8F3811AC613 (DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceRemoveEvent_get_typeStatic_m59A7E2127F8EFF45674F801535EC27E3032CCDA0 (DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceRemoveEvent_ToEventPtr_m72F38FDBB8F566525666CF67430E68B03EFEEAD3 (DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceResetEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceResetEvent_get_typeStatic_mE19FE21C422385DCF217144DFDA30FB09886E88B (DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.IMECompositionEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED IMECompositionEvent_get_typeStatic_m89F47A231652E2AF8A050C95C8E4795838787531 (IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMECompositionString__ctor_m3E5D1159993102E7687C901BCDB3277EC23C2619 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, String_t* ___characters0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.IMECompositionString::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_inline (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ; // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___value0, const RuntimeMethod* method) ; // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.IMECompositionString::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IMECompositionString_ToString_mC08E0929E54A40011881459D00A154F17FD3B373 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.IMECompositionString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6073ACAAEF55A25B11BB1120B7C2F24F5807DE9C (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___compositionString0, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.IMECompositionString::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IMECompositionString_GetEnumerator_mF49F36051CC98738D33E385073C4CA47FA4A64DE (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) ; // System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.IMECompositionString::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IMECompositionString_System_Collections_IEnumerable_GetEnumerator_mEF9DC84BC5B93C39EAD3A9F4AB51627CE4F82C63 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD35FCA6EB88EDE4D99E482FCF3338CBD78C327CE (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mEE829E33AF06A2FEDB9994AFBF5BCFC0FF7ABBB0 (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4FBC50139C59E472BF6C0544FAA09858F98D860E (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) ; // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40_inline (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) ; // System.Object UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m86A42D2AB14107F270FCE9B0D8C40254A62572AD (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___code0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEvent::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___fourCC0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_type(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) ; // System.String System.UInt16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5 (uint16_t* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_sizeInBytes(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_eventId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_eventId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_eventId_mD95C6CF817314B3C83EA67E5B7A2898ADEE8BE74 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_deviceId_mED2CE48AD37BA360710E9C5B48D46D2A18A4BDDF (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_time(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, double ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_internalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_internalTime_m6EBE99BC7B0CD35B2B3670A9B5DE003AB3FDA708 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_internalTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, double ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEvent::get_handled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_handled_m354E53F68FA517142B4A53287BF738545F792468 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_handled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_handled_mF2F5A1872BA2D7F585F1275825B622342EB93A16 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, bool ___value0, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.InputEvent::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputEvent_ToString_mA533C298897220B7CC970408EDBAB35D9870B27C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::Contains(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventBuffer_Contains_mEF30027B0EE35896B8D4FA411A32F2EA3721B54F (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) ; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_sizeInBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCmp(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_MemCmp_mA0E0E1A93F715105E7B576F1603DCAB37717A5EF (void* ___ptr10, void* ___ptr21, int64_t ___size2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_eventCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() inline bool NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, const RuntimeMethod*))NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_gshared)(__this, method); } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_capacityInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) inline void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___nativeArray0, const RuntimeMethod* method) { return (( void* (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, const RuntimeMethod*))NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_gshared)(___nativeArray0, method); } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_op_Implicit_mDCFA11963BDC8B0D5C92A516EBE7F9C7A0B15191 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_bufferPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) inline NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { return (( NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF (*) (void*, int32_t, int32_t, const RuntimeMethod*))NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_gshared)(___dataPointer0, ___length1, ___allocator2, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::.ctor(UnityEngine.InputSystem.LowLevel.InputEvent*,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___eventCount1, int32_t ___sizeInBytes2, int32_t ___capacityInBytes3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::.ctor(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___buffer0, int32_t ___eventCount1, int32_t ___sizeInBytes2, bool ___transferNativeArrayOwnership3, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer::AllocateEvent(System.Int32,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, int32_t ___sizeInBytes0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::AppendEvent(UnityEngine.InputSystem.LowLevel.InputEvent*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline (int32_t ___number0, int32_t ___alignment1, const RuntimeMethod* method) ; // System.Int64 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int64,System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t NumberHelpers_AlignToMultipleOf_mA09DADDCE6E50FA990B046BD74822886B94BFA6D_inline (int64_t ___number0, int64_t ___alignment1, const RuntimeMethod* method) ; // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::Dispose() inline void NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, const RuntimeMethod*))NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEvent::GetNextInMemory(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___currentPtr0, const RuntimeMethod* method) ; // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemMove(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemMove_m4799FAA9C4BCFA1AEDC6ED01BB9A6DF657C4CEE3 (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::AdvanceToNextEvent(UnityEngine.InputSystem.LowLevel.InputEvent*&,UnityEngine.InputSystem.LowLevel.InputEvent*&,System.Int32&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentReadPos0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentWritePos1, int32_t* ___numEventsRetainedInBuffer2, int32_t* ___numRemainingEvents3, bool ___leaveEventInBuffer4, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputEventBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m7E8F2DD4EF823AAE6BED80246AB47FA28D6CBF25 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___buffer0, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_GetEnumerator_m8E92BD380FD5C4F755EA09A6F29503A96063B8E9 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.InputEventBuffer::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_System_Collections_IEnumerable_GetEnumerator_mFBF67C909C77C7FF68058E221AC01ED74CB2D340 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Void Unity.Collections.NativeArray`1::CopyFrom(Unity.Collections.NativeArray`1) inline void NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___array0, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, const RuntimeMethod*))NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89_gshared)(__this, ___array0, method); } // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventBuffer::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE InputEventBuffer_Clone_mA9E1A893CAF0F4715708C5F20FDEA611F318433E (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // System.Object UnityEngine.InputSystem.LowLevel.InputEventBuffer::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_System_ICloneable_Clone_m561F47611001D3FD27F0EFE00F6B35419588FE8E (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC216F4A5B10FB25897447B0160DFA944959645DB (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m15A8D8A03F18E0BBFEB037431DF8AEA7DD13AB9A (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAA913AB7EB32CD2968F0CE0F6419415E4DB4CC61 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_mA52496728906BA25D2755DD0668DE3D249015C6C (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) ; // System.Object UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m165767DDDDCC3984D08238C5201A8D4230A18364 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::add_onEvent(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onEvent_mFC20DA985A46A223DE9A1ADFFD39A5DB0083130C (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::remove_onEvent(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onEvent_mA84D2D17A18F63251F21D05802E2F75BC811E8DD (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObserverState__ctor_mAFCE13C0DF1AE39D4F4E72779FF84824706A48B2 (ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1>::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_m7D120AE2B1401CD22AEE9DC9662CCC0DC84BBB60 (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* __this, RuntimeObject* ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5*, RuntimeObject*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposableObserver__ctor_mAF66BFE27ECE1AFC1C6B2E29B29AF9359C25926F (DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73* __this, const RuntimeMethod* method) ; // System.IDisposable UnityEngine.InputSystem.LowLevel.InputEventListener::Subscribe(System.IObserver`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventListener_Subscribe_m3ADB3B6392CD85DA61E506AA7D698D4F2E7585D0 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D* __this, RuntimeObject* ___observer0, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1>::get_Item(System.Int32) inline RuntimeObject* InlinedArray_1_get_Item_m9028E5429BC2E916894F7F533B18E2D628C53CD9 (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared)(__this, ___index0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference>(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) inline int32_t InputArrayExtensions_IndexOfReference_TisIObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_mDF245036F6C353CB2B70C5860F90BA16C961E751 (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5 ___array0, RuntimeObject* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5, RuntimeObject*, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared)(___array0, ___value1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1>::RemoveAtWithCapacity(System.Int32) inline void InlinedArray_1_RemoveAtWithCapacity_m8C65A9998195061436978BFFC7624D99DFAA3976 (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared)(__this, ___index0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_handled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_handled_m6981E3A01858EB383B2420DA720DE82BF7A8ADFF (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_id_mED485DFF0A720B0A27201BAFD554D42A8FE527FB (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_id(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_sizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_time(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, double ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_internalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_internalTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, double ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_FromUnchecked_m2735488B081D9C8E972D4F2B6D80C044599BFB81 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.InputEventPtr::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_gshared)(__this, method); } // UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.StateEvent::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventPtr::Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_Next_m401E057F7E6DAB9468F04D705173539E8876809D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::ToPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEvent::Equals(UnityEngine.InputSystem.LowLevel.InputEvent*,UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_Equals_mF8510591E2F00D7E016EA452DA26981FEA81AEAD (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___first0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___second1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::Equals(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_Equals_mCFEB98EADAE1C3EAA45E6C0406EC31CEEEB0FC92 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___other0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_Equals_m4B42D08FF9450733C111417BC49A24257F211DD8 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_GetHashCode_m97B532D8E6CD524F78323A2F079F1267DB296D1E (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventStream::get_isOpen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D_inline (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_remainingEventCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventStream_get_remainingEventCount_mFA68F507B5BF80A3E88C89C9DC973B17B61E2CE8 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_numEventsRetainedInBuffer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventStream_get_numEventsRetainedInBuffer_m4656DA6E9272986459D283EE8B8F74773C2D130A_inline (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::get_currentEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_get_currentEventPtr_mE13C48ED3B452218CF8517F2DDDF0ACDF2C342B1 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_numBytesRetainedInBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventStream_get_numBytesRetainedInBuffer_mF899CE61DF44A43CACFD8BA969EF31A6BDAA6BDF (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::.ctor(UnityEngine.InputSystem.LowLevel.InputEventBuffer&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream__ctor_m52AB2424A03D286B202C0E69BF8392C3AFB2D604 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, int32_t ___maxAppendedEvents1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::Close(UnityEngine.InputSystem.LowLevel.InputEventBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_Close_m1111A4CFB8F92C63C3A0138A92D2B74F3722D691 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::CleanUpAfterException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_CleanUpAfterException_m1025CADD374BCE7F4A96D5A6CD78AFAB3F253011 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___message0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::Write(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_Write_m1F494325BF10678460D41D7A07333DB17F64487E (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::Advance(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Advance_mD8B6B308674E69472F69AA65F3F1D49FBE7A13F1 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, bool ___leaveEventInBuffer0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Peek_m315B9E86A362176249564F94D8590ECFD4089120 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::add_onBeforeUpdate(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onBeforeUpdate_m022480417EA69F0488F81F112B2D9BED5D65AC5C (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::remove_onBeforeUpdate(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onBeforeUpdate_m4BD541DC1AB9FC6C87FB71B35A39CC75223E530C (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::op_Implicit(TValue[]) inline ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___array0, const RuntimeMethod* method) { return (( ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 (*) (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*, const RuntimeMethod*))ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE_gshared)(___array0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::AddCallback(TDelegate) inline void CallbackArray_1_AddCallback_m3952EFDAB87F62F3748292CDF90AB17DFB3BC72B (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* __this, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___dlg0, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477*, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C*, const RuntimeMethod*))CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared)(__this, ___dlg0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::RemoveCallback(TDelegate) inline void CallbackArray_1_RemoveCallback_m193ADCFAE914FE65AB4E5206FA645A02CDC9890D (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* __this, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___dlg0, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477*, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C*, const RuntimeMethod*))CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared)(__this, ___dlg0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::.ctor(System.Int64,System.Boolean,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace__ctor_m33E71735CDB4DEC9D50431B1DF90CA88BD532AB3 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, int64_t ___bufferSizeInBytes0, bool ___growBuffer1, int64_t ___maxBufferSizeInBytes2, int64_t ___growIncrementSizeInBytes3, const RuntimeMethod* method) ; // System.IO.FileStream System.IO.File::OpenWrite(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* File_OpenWrite_m5DD7E6EDB15631A97328297A58E9395B47CFB6AB (String_t* ___path0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::WriteTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) ; // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_mF2F1235E378C3EC493A8C816597BCEB4205A9CA0 (BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___output0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputSystem::get_settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74 (const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::get_updateMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace::get_kFileFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventTrace_get_kFileFormat_m1ECD7EAD5F4E9E247214316891DE8D4DBA07A40D (const RuntimeMethod* method) ; // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.InputEventTrace::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventTrace_GetEnumerator_mEB8437D4B14D194CBA901FB9DD034AB0BD1015E3 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) inline int32_t ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923 (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* ___array0, const RuntimeMethod* method) { return (( int32_t (*) (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923_gshared)(___array0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_deviceId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_layout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_stateFormat() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_stateSizeInBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) ; // System.IO.FileStream System.IO.File::OpenRead(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* File_OpenRead_m6181B052EB0E98D2E18FAC79E7744D766BA4244C (String_t* ___path0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::ReadFrom(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) ; // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m898732FE0DBEDD480B24F6DE45A9AC696E44CC0F (BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___input0, const RuntimeMethod* method) ; // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9 (int64_t ___size0, int32_t ___alignment1, int32_t ___allocator2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_deviceId(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_layout(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, String_t* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_stateFormat(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_stateSizeInBytes(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBuffer(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBufferHead(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBufferTail(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) ; // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1 (void* ___memory0, int32_t ___allocator1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace::LoadFrom(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Disable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Disable_m58CF35DBD23C6091AEE498C2DFC14E40D51BA8D9 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::.ctor(UnityEngine.InputSystem.LowLevel.InputEventTrace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController__ctor_mFACECC15923550957D306EF31786A98FD37F1F03 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___trace0, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBufferHead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::GetNextEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_GetNextEvent_mDF7ED13DD6F42BA87EDE532CAB99BB697C8B108A (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___current0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Allocate_mDF187B47860B3630C655626FC6745DA0CC927E9D (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBufferTail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputEventTrace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4F5637FFD01430441D557749B2443A43E2E52575 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___trace0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Release_m07D09F2199EA12E1DA722C54B84C4E1398081D01 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Clear_mA0F23B4A934720A074AF146EDC4B1758BE341ED2 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace::get_FrameMarkerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC (const RuntimeMethod* method) ; // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf() inline int32_t UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9 (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9_gshared)(method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::OnInputEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method) ; // TResult System.Func`3::Invoke(T1,T2) inline bool Func_3_Invoke_mF26F7E74E56162E7527FB17F4A83729B04772C55_inline (Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg10, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___arg21, const RuntimeMethod* method) { return (( bool (*) (Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, const RuntimeMethod*))Func_3_Invoke_m0F49563C5B847FD0AA5D523797CC38C4C1476D8F_gshared_inline)(__this, ___arg10, ___arg21, method); } // System.Int64 System.Math::Max(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Max_mD37411571F0547F04F280D5A8D1F044819AFA597 (int64_t ___val10, int64_t ___val21, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::Resize(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_Resize_m257080DC43F8E24AD91F423FB340139965B1C190 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, int64_t ___newBufferSize0, int64_t ___newMaxBufferSize1, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.InputControl::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsGeneratedLayout(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___layout0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.InputSystem::LoadLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputSystem_LoadLayout_m51D956618DED057AED89ACBC4068B49BC8764189 (String_t* ___name0, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::ToJson() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_ToJson_mC3A56BD729D0884D80D6215145CBB99BBB3AE358 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) inline int32_t ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538 (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** ___array0, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 ___value1, const RuntimeMethod* method) { return (( int32_t (*) (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A**, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52, const RuntimeMethod*))ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538_gshared)(___array0, ___value1, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_m096E657BAB53406356BABE16CE03C92212CF5A52 (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) inline void DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* ___callbacks0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A_gshared)(___callbacks0, ___argument1, ___callbackName2, ___context3, method); } // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___objectName0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_m3C388C6F62B1736308A7B1AAB5D1AE461B2D50CC_inline (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::set_finished(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___value0, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.Utilities.InlinedArray`1::GetEnumerator() inline RuntimeObject* InlinedArray_1_GetEnumerator_mF42E560968274088F43D58E20B67D7C313C7980B (InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C*, const RuntimeMethod*))InlinedArray_1_GetEnumerator_mD09AB17F5788E987BEAD70E80E269F3FB7E865C3_gshared)(__this, method); } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::WithDeviceMappedFromTo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_WithDeviceMappedFromTo_m88AC8466C0CEAB26F9F502DF6A1B3853512F7090 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___recordedDeviceId0, int32_t ___playbackDeviceId1, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1>::get_Item(System.Int32) inline KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1 (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, const RuntimeMethod* method) { return (( KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 (*) (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_gshared)(__this, ___index0, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, const RuntimeMethod*))KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1>::RemoveAtWithCapacity(System.Int32) inline void InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221 (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1>::set_Item(System.Int32,TValue) inline void InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786 (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, int32_t ___index0, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value1, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43*, int32_t, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189, const RuntimeMethod*))InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786_gshared)(__this, ___index0, ___value1, method); } // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1>::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* __this, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43*, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::MoveNext(System.Boolean,UnityEngine.InputSystem.LowLevel.InputEventPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___skipFrameEvents0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_QueueEvent_mC5FA360DEB643DF3D85E7A9AFD6510D66A7F8BEE (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::set_position(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::Finished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5 (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, const RuntimeMethod* method) { (( void (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, const RuntimeMethod*))List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_gshared_inline)(__this, ___item0, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_m3066D7B2DF7828CC841C0313A7664013366E7F33 (Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188*, RuntimeObject*, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3066D7B2DF7828CC841C0313A7664013366E7F33_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813 (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188*, const RuntimeMethod*))List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813_gshared)(__this, ___comparison0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m385FC51CC8FD384DE531046778BB39C30B623B4F (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_paused() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReplayController_get_paused_mA3967138FEFDD72AE8823B2B2DACEBE6E5555F30_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, const RuntimeMethod*))List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_gshared_inline)(__this, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) ; // System.Void System.Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::ApplyDeviceMapping(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReplayController_ApplyDeviceMapping_mE74A404A704F80B52F5FC9C728B13D0433A46962 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___originalDeviceId0, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_m30D56EDF2807EF309EEF182BA63A3F0EF0B08A15_inline (Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))Action_1_Invoke_m30D56EDF2807EF309EEF182BA63A3F0EF0B08A15_gshared_inline)(__this, ___obj0, method); } // System.Void UnityEngine.InputSystem.InputSystem::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_QueueEvent_mC30D182ADDD60BFC2AF10D24CEE2481D0EB77996 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) inline InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718 (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, int32_t, const RuntimeMethod*))List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_gshared)(__this, ___index0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m44DFCFD88DB448F015B1576A19C27E625666493C (U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, const RuntimeMethod*))KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline)(__this, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_deviceInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 InputEventTrace_get_deviceInfos_m66BCE6CE81C634A9352F04CF76CEA14F4E8B3942 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mB518D664C1FF6E6E0E5886154563FF1AD31B74D3 (Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mB518D664C1FF6E6E0E5886154563FF1AD31B74D3_gshared)(__this, ___object0, ___method1, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::IndexOf(System.Predicate`1) inline int32_t ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570* __this, Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D* ___predicate0, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570*, Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D*, const RuntimeMethod*))ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB_gshared)(__this, ___predicate0, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570* __this, int32_t ___index0, const RuntimeMethod* method) { return (( DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 (*) (ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___text0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::HasLayout(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___name0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.String,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_m8FBCD0A0BD4FF8E93362CC0965AF7718F2EB318A (String_t* ___json0, String_t* ___name1, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches2, const RuntimeMethod* method) ; // System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___str0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::AddDevice(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_AddDevice_m80FC919566BCDE8E9B09F19FA2AF32FF53A9710F (String_t* ___layout0, String_t* ___name1, String_t* ___variants2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_mC3DD9D6BFC53FE2F13BC3FEE652EC3B2CBA547AE (InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2B226897DC23B48ACB5AF11CF779F3B02EDC558D (U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* __this, const RuntimeMethod* method) ; // System.Int32 System.Double::CompareTo(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC (double* __this, double ___value0, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.LowLevel.StateEvent::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.StateEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 StateEvent_ToEventPtr_mD3680659E169AB02E24D776602EDDE77369CE06D (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED StateEvent_get_typeStatic_m919C8D08A31FF49959788F03C2DADD67B763B0BB (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr&,Unity.Collections.Allocator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, int32_t ___allocator2, bool ___useDefaultState3, const RuntimeMethod* method) ; // System.Void* UnityEngine.InputSystem.InputControl::get_defaultStatePtr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TextEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TextEvent_get_typeStatic_m1140CC664806484A029BEACF8E85E2EA41DB0CD0 (TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_maxNumDevices() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxNumDevices_m0FEEC51F3510A61C081B4C4159FD4453CC847428_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_maxNumDevices(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_maxNumDevices_m9F11EC470346A3CB0048D2DAE5B38E3344E51C08_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentNumDevices() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentNumDevices_m95D2F0878FD22AFB147019A4511CEA6856FAFB45_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentNumDevices(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentNumDevices_m548C2BF7385931D42DD8FF22BB010FF602AC14EA_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_maxStateSizeInBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxStateSizeInBytes_m105BD2DF857955095D11D617F738350B638C4EF2_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_maxStateSizeInBytes(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_maxStateSizeInBytes_m31330B150C4D44C95E79B2BCF9AC422E9D3CD105_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentStateSizeInBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentStateSizeInBytes_mF8F8501666ADFA81A4BD4DF71F8E27847B0D6EA5_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentStateSizeInBytes(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentStateSizeInBytes_m9BBDBBD4A727B654A36F2396F40DB4D0E137CD7D_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentControlCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentControlCount_mEBDE0B72A6A56819D2BBA87394C386EECEBD78F3_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentControlCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentControlCount_mDF1F18CB6B69696C953510A4FE58C87D6FA72729_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentLayoutCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentLayoutCount_m69DC513C2784189A9B3F214A3332DD9DC352A528_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentLayoutCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentLayoutCount_m43BD6E6E44CA3DF2C58AC09B180F83DEC5FDAF4A_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventBytes(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventBytes_m3E9A896A75E1A57ABA893EA1F63E98E041D404ED_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventCount_mE8188B2A42002E32190B8981B2B5D2D08A95DBE5_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalUpdateCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalUpdateCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalUpdateCount_mF43ADDD579F92E2727B55A6E10B578180C2019C2_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventProcessingTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventProcessingTime(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventProcessingTime_m1C75FA1C698121B1A1C5BE0044264CCAA0304732_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventLagTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventLagTime(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventLagTime_m486CE7F87D0221E5829B6D7BDE37837CB3D239F4_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageEventBytesPerFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputMetrics_get_averageEventBytesPerFrame_m3B35751312B79976908CAA27A8F8E9DB387E3DB8 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageProcessingTimePerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_averageProcessingTimePerEvent_m2A93733786AB9DD394CD35F52B3E3BD5B9307020 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageLagTimePerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_averageLagTimePerEvent_mE4CDD4A599B33E03A76F2E75E1CECDBED08115C7 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::OnBeforeUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateStepCount_OnBeforeUpdate_m064BE8C6A6E25B934C7CD9B81514C3A61376E002 (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::get_value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::OnUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateStepCount_OnUpdate_m7E993B061FBF276567B5004742BED2443F2D1426 (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::set_value(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_inline (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngineInternal.Input.NativeInputSystem::AllocateDeviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeInputSystem_AllocateDeviceId_m0F5EA2F96B8C2DB31D86E14B7F3C34105E6D67BA (const RuntimeMethod* method) ; // System.Void UnityEngineInternal.Input.NativeInputSystem::Update(UnityEngineInternal.Input.NativeInputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputSystem_Update_m898216ECCA26122D827C2FB45FC4A20296031036 (int32_t ___updateType0, const RuntimeMethod* method) ; // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D (void* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngineInternal.Input.NativeInputSystem::QueueInputEvent(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputSystem_QueueInputEvent_m9363FC2953D733EA8A3AE58470A90B4767ED0B7B (intptr_t ___inputEvent0, const RuntimeMethod* method) ; // System.Int64 UnityEngineInternal.Input.NativeInputSystem::IOCTL(System.Int32,System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NativeInputSystem_IOCTL_m11AC7B69197C6214E794B563D48FD60E848901E7 (int32_t ___deviceId0, int32_t ___code1, intptr_t ___data2, int32_t ___sizeInBytes3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m51D08934E5A8EC08EFB189DECE6572F9128ACB8A (U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* __this, const RuntimeMethod* method) ; // System.Void UnityEngineInternal.Input.NativeUpdateCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeUpdateCallback__ctor_m04FDCD50564E7535FADAFF34BBA83500585A84F5 (NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m8B3228945AA7BBBB692912F4767821233DBAA6B5 (U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m6053BD5AC27ECDD2DF78552B3ECB0D0F38B008C0 (Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m8EDF953DA7FF0E33AE19FB51BD7DBDB7C495CFE0_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m9BDD963AD4B4D771579687755A1B9A1DB691A89C (U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m04C8BE35346A258C612317730B8A43E84EEF5E55 (Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mE27CCE9BF36CDA5E1C92CEBAECF98A3D57951455_gshared)(__this, ___object0, ___method1, method); } // System.Action`2 UnityEngineInternal.Input.NativeInputSystem::get_onDeviceDiscovered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* NativeInputSystem_get_onDeviceDiscovered_mD55A996A1107331B95C4D9409B8D4C98BADB8FCC (const RuntimeMethod* method) ; // System.Void UnityEngineInternal.Input.NativeInputSystem::set_onDeviceDiscovered(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputSystem_set_onDeviceDiscovered_m8DEE711BB866D1C923DA537B7DE62BF03094D855 (Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Application::remove_quitting(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_quitting_m9DC9D4165EDB0FD93AB893655E26BF73566D2C1B (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Application::add_quitting(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_quitting_m5767AC63F23ABFD5BC3D60710906643BA536CCC5 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Application::remove_focusChanged(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_focusChanged_m1348AD63AFFB9F50347A09DDE75F91B5A6710624 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Application::add_focusChanged(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_focusChanged_m8C984ECC5D23BE2E395EEAEE58D028F2B95A7E85 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Application::get_isFocused() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isFocused_mFEEC52E355AA7AAA6B7250520CA544D80BE77524 (const RuntimeMethod* method) ; // System.Void UnityEngineInternal.Input.NativeInputSystem::SetPollingFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputSystem_SetPollingFrequency_mDEF2E1093D0776906BC95CC8E29A143C115910A0 (float ___hertz0, const RuntimeMethod* method) ; // System.Double UnityEngineInternal.Input.NativeInputSystem::get_currentTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputSystem_get_currentTime_mB10D8CF832AA53952843986F29675B3BC71AAEC9 (const RuntimeMethod* method) ; // System.Single UnityEngine.Time::get_fixedUnscaledTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedUnscaledTime_m408E1B883AE5D5D1469E6036F8A4B4822A6E9B37 (const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_currentTimeOffsetToRealtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputRuntime_get_currentTimeOffsetToRealtimeSinceStartup_m012D3D1C30F95156D18F882AE7A17FA3F7668BC1 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) ; // System.Double UnityEngineInternal.Input.NativeInputSystem::get_currentTimeOffsetToRealtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputSystem_get_currentTimeOffsetToRealtimeSinceStartup_mE5FB513F17BBF2FF45494D1939C44DEBF3040B55 (const RuntimeMethod* method) ; // System.Single UnityEngine.Time::get_unscaledTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_mAF4040B858903E1325D1C65B8BF1AC61460B2503 (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Application::get_runInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_runInBackground_mD56510A53700CF5E71040CE3B825773DDE70C2E9 (const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::OnShutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, bool, const RuntimeMethod*))Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline)(__this, ___obj0, method); } // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ; // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ; // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ; // UnityEngine.ScreenOrientation UnityEngine.Screen::get_orientation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Application::get_isBatchMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isBatchMode_mDE2DA11B2DAC8D8239BACD75A56A6EE6BAA4DC36 (const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime__ctor_mF029A72DDB68E34A46455E6354309A9585D37573 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputUpdateDelegate::Invoke(UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventBuffer&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_inline (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) ; // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 (Exception_t* ___exception0, const RuntimeMethod* method) ; // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_mE01F1921DBD55EF6141E4F583FAC18E854BE027A_inline (Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* __this, int32_t ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378*, int32_t, const RuntimeMethod*))Action_1_Invoke_mBF7DDBCD230E9D28EDF45D3E65F907DE1AE0CCBC_gshared_inline)(__this, ___obj0, method); } // TResult System.Func`2::Invoke(T) inline bool Func_2_Invoke_m9E4BB29155A373750E25C8808FE41F57C04338D4_inline (Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* __this, int32_t ___arg0, const RuntimeMethod* method) { return (( bool (*) (Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29*, int32_t, const RuntimeMethod*))Func_2_Invoke_m095D2006A2DDB336987862DC15A7EFAED53E08EC_gshared_inline)(__this, ___arg0, method); } // System.Void UnityEngine.InputSystem.InputManager::add_onDeviceStateChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onDeviceStateChange_mF7D8BA5B4407B93E73BC2ABCC7C2693D872D7A09 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::remove_onDeviceStateChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onDeviceStateChange_mD8415A6413E21AAD4827ABB263DC58918E0EE5CB (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___value0, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ; // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::get_defaultUpdateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputManager_get_defaultUpdateType_mB7D093DDF6E2D3B78F8AA059FA9506800C33B35C (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.InputManager::UpdateState(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEvent*,UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputManager_UpdateState_m5F6D683F850E278934DEB502A6DD96D975056477 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr1, int32_t ___updateType2, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitor_m1C245057EBCF7C66ED9756078F33B659BF2408EA (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, uint32_t ___groupIndex3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChangeMonitorDelegate__ctor_mA84CD919E53615B72F9AF0B8271CD108F4850FD0 (StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputState::AddChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, uint32_t ___groupIndex3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitorTimeout(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Double,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, double ___time2, int64_t ___monitorIndex3, int32_t ___timerIndex4, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitorTimeout(UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, RuntimeObject* ___monitor0, int64_t ___monitorIndex1, int32_t ___timerIndex2, const RuntimeMethod* method) ; // System.Void System.Action`4::Invoke(T1,T2,T3,T4) inline void Action_4_Invoke_m198E9A8A619A0C123079959EA37444466A01FBA2_inline (Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___arg10, double ___arg21, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg32, int64_t ___arg43, const RuntimeMethod* method) { (( void (*) (Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, double, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, int64_t, const RuntimeMethod*))Action_4_Invoke_m531C21CFDE3860748A265C35E23427DF3BF57665_gshared_inline)(__this, ___arg10, ___arg21, ___arg32, ___arg43, method); } // System.Void System.Action`4::Invoke(T1,T2,T3,T4) inline void Action_4_Invoke_mC48373C1507CB8B6472A0D9701BD1ABB49375BC2_inline (Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___arg10, double ___arg21, int64_t ___arg32, int32_t ___arg43, const RuntimeMethod* method) { (( void (*) (Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, double, int64_t, int32_t, const RuntimeMethod*))Action_4_Invoke_m57BD9120171D15F15E5BD9AE705DC7F7EE36DE7B_gshared_inline)(__this, ___arg10, ___arg21, ___arg32, ___arg43, method); } // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_format(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_byteOffset(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_bitOffset(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_sizeInBits(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveByteOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveBitOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57 (void* ___ptr0, uint32_t ___bitOffset1, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsUInt(System.Void*,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadExcessKMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadExcessKMultipleBitsAsInt_m18918D2FE78DD0B142D06EBC059494C038205072 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadInt(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, uint32_t ___value3, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsExcessKMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsExcessKMultipleBits_m5F15C1B3950C08D5B8A3B7CDB4270441DD7DDA20 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, int32_t ___value3, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteInt(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, int32_t ___value1, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsNormalizedUInt(System.Void*,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::IntToNormalizedFloat(System.Int32,System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline (int32_t ___value0, int32_t ___minValue1, int32_t ___maxValue2, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::UIntToNormalizedFloat(System.UInt32,System.UInt32,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline (uint32_t ___value0, uint32_t ___minValue1, uint32_t ___maxValue2, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadFloat(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteNormalizedUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, float ___value3, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToInt(System.Single,System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline (float ___value0, int32_t ___intMinValue1, int32_t ___intMaxValue2, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToUInt(System.Single,System.UInt32,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline (float ___value0, uint32_t ___uintMinValue1, uint32_t ___uintMaxValue2, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteFloat(System.Void*,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, float ___value1, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD (bool ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D (int32_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m3940337928DC19D0F0173C385AB95725EC43242A (uint32_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4 (int16_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m75B934A3AEBD1B785F63D8F49656001D9EF9999E (uint16_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5F8496E4F1946DA6749C174D022C319790E437EE (uint8_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5B778F6E12186AAD8B5C4FAA81FD9BB1F4F3E863 (int8_t ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624 (float ___value0, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.LowLevel.InputStateBlock::FloatToPrimitiveValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, float ___value0, const RuntimeMethod* method) ; // System.Double UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadDouble(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteDouble(System.Void*,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, double ___value1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::get_type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::Write(System.Void*,UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::CopyToFrom(System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___toStatePtr0, void* ___fromStatePtr1, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___a0, float ___b1, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.Finger::get_screen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Finger_get_screen_mBA2D1364604CB55F7386EFB844B12B7CFA7EE744 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { { // public Touchscreen screen { get; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = __this->___U3CscreenU3Ek__BackingField_0; return L_0; } } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Finger::get_index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Finger_get_index_mB409A9B5711767D3A6046AEAA4931A0B3633934C (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { { // public int index { get; } int32_t L_0 = __this->___U3CindexU3Ek__BackingField_1; return L_0; } } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Finger::get_isActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Finger_get_isActive_m3D320E6E9E42796240E9F9C811955822B81CD0D4 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_0; memset((&V_0), 0, sizeof(V_0)); { // public bool isActive => currentTouch.valid; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_0; L_0 = Finger_get_currentTouch_m53721DA3C8AB5C0D600499C33CCD5854E757890D(__this, NULL); V_0 = L_0; bool L_1; L_1 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044((&V_0), NULL); return L_1; } } // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Finger::get_screenPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Finger_get_screenPosition_mF3F70A36EFEC6177A13C37B3A5B6CEB6AAEFF660 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); { // var touch = lastTouch; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_0; L_0 = Finger_get_lastTouch_mE5E27445009AB9A9AD2B33496A4BDBE8016771A8(__this, NULL); V_0 = L_0; // if (!touch.valid) bool L_1; L_1 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044((&V_0), NULL); if (L_1) { goto IL_001a; } } { // return default; il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = V_1; return L_2; } IL_001a: { // return touch.screenPosition; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3; L_3 = Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03((&V_0), NULL); return L_3; } } // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::get_lastTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_get_lastTouch_mE5E27445009AB9A9AD2B33496A4BDBE8016771A8 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_1; memset((&V_1), 0, sizeof(V_1)); { // var count = m_StateHistory.Count; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_0 = __this->___m_StateHistory_2; int32_t L_1; L_1 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_0, NULL); V_0 = L_1; // if (count == 0) int32_t L_2 = V_0; if (L_2) { goto IL_0019; } } { // return default; il2cpp_codegen_initobj((&V_1), sizeof(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_3 = V_1; return L_3; } IL_0019: { // return new Touch(this, m_StateHistory[count - 1]); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_4 = __this->___m_StateHistory_2; int32_t L_5 = V_0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_6; L_6 = InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888(L_4, ((int32_t)il2cpp_codegen_subtract(L_5, 1)), InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_RuntimeMethod_var); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_7; memset((&L_7), 0, sizeof(L_7)); Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728((&L_7), __this, L_6, /*hidden argument*/NULL); return L_7; } } // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::get_currentTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_get_currentTouch_m53721DA3C8AB5C0D600499C33CCD5854E757890D (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_0; memset((&V_0), 0, sizeof(V_0)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_1; memset((&V_1), 0, sizeof(V_1)); { // var touch = lastTouch; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_0; L_0 = Finger_get_lastTouch_mE5E27445009AB9A9AD2B33496A4BDBE8016771A8(__this, NULL); V_0 = L_0; // if (!touch.valid) bool L_1; L_1 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044((&V_0), NULL); if (L_1) { goto IL_001a; } } { // return default; il2cpp_codegen_initobj((&V_1), sizeof(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_2 = V_1; return L_2; } IL_001a: { // if (touch.isInProgress) bool L_3; L_3 = Touch_get_isInProgress_mBAB5B9955091386836522092465FD4692100F670((&V_0), NULL); if (!L_3) { goto IL_0025; } } { // return touch; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_4 = V_0; return L_4; } IL_0025: { // if (touch.updateStepCount == InputUpdate.s_UpdateStepCount) uint32_t L_5; L_5 = Touch_get_updateStepCount_m9550F17AC3135450BB378D0A44A7FD4762EFD01D((&V_0), NULL); uint32_t L_6 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0035; } } { // return touch; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_7 = V_0; return L_7; } IL_0035: { // return default; il2cpp_codegen_initobj((&V_1), sizeof(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_8 = V_1; return L_8; } } // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.Finger::get_touchHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Finger_get_touchHistory_m9BE156C1B66DD2A7EC79C0D68BE3AA2B1D00DABE (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { { // public TouchHistory touchHistory => new TouchHistory(this, m_StateHistory); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_0 = __this->___m_StateHistory_2; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_1; memset((&L_1), 0, sizeof(L_1)); TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814((&L_1), __this, L_0, (-1), (-1), /*hidden argument*/NULL); return L_1; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Finger::.ctor(UnityEngine.InputSystem.Touchscreen,System.Int32,UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Finger__ctor_m9D9ED2014F12F2FA245E5C04043F02D16B296505 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, int32_t ___index1, int32_t ___updateMask2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Finger_OnTouchRecorded_m242B4B22E53D86C6710D4D23C1455CF98B30B19F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Finger_ShouldRecordTouch_m1C19BBD41726B0C8337211A07AAF48EC6FFD848B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E V_0; memset((&V_0), 0, sizeof(V_0)); { // internal Finger(Touchscreen screen, int index, InputUpdateType updateMask) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // this.screen = screen; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = ___screen0; __this->___U3CscreenU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CscreenU3Ek__BackingField_0), (void*)L_0); // this.index = index; int32_t L_1 = ___index1; __this->___U3CindexU3Ek__BackingField_1 = L_1; // m_StateHistory = new InputStateHistory(screen.touches[index]) // { // historyDepth = Touch.maxHistoryLengthPerFinger, // extraMemoryPerRecord = UnsafeUtility.SizeOf(), // onRecordAdded = OnTouchRecorded, // onShouldRecordStateChange = ShouldRecordTouch, // updateMask = updateMask, // }; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_2 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_3; L_3 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_2, NULL); V_0 = L_3; int32_t L_4 = ___index1; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_5; L_5 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_0), L_4, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_6 = (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)il2cpp_codegen_object_new(InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798_il2cpp_TypeInfo_var); InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435(L_6, L_5, InputStateHistory_1__ctor_mF238AB65ADBA9D960A9B86F6AA208AA315B42435_RuntimeMethod_var); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_7 = L_6; il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Touch_get_maxHistoryLengthPerFinger_m0F3E7DF315BB6D650292E18A3C21DDD1522E3500(NULL); InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D(L_7, L_8, NULL); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_9 = L_7; int32_t L_10; L_10 = UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57(UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786(L_9, L_10, NULL); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_11 = L_9; Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_12 = (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7*)il2cpp_codegen_object_new(Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7_il2cpp_TypeInfo_var); Action_1__ctor_mFC28914555AB84FBEB1AC628C66364244967933B(L_12, __this, (intptr_t)((void*)Finger_OnTouchRecorded_m242B4B22E53D86C6710D4D23C1455CF98B30B19F_RuntimeMethod_var), NULL); InputStateHistory_set_onRecordAdded_m6F35EA7B2352BE8359FD22FE803E6AAC1CD2E93A_inline(L_11, L_12, NULL); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_13 = L_11; Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_14 = (Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2*)il2cpp_codegen_object_new(Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2_il2cpp_TypeInfo_var); Func_4__ctor_m6556C926BADAE76C28D39818A7980EC2CF196024(L_14, NULL, (intptr_t)((void*)Finger_ShouldRecordTouch_m1C19BBD41726B0C8337211A07AAF48EC6FFD848B_RuntimeMethod_var), NULL); InputStateHistory_set_onShouldRecordStateChange_m4553C7A82A01BE25B5F1D0D2567B70FCE375F30E_inline(L_13, L_14, NULL); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_15 = L_13; int32_t L_16 = ___updateMask2; InputStateHistory_set_updateMask_m5059363750CB5899C77D67BD05419563F703A3F7(L_15, L_16, NULL); __this->___m_StateHistory_2 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StateHistory_2), (void*)L_15); // m_StateHistory.StartRecording(); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_17 = __this->___m_StateHistory_2; InputStateHistory_StartRecording_mF4D22DFFB38256D8C147A098282110A961D7030C(L_17, NULL); // if (screen.touches[index].isInProgress) Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_18 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_19; L_19 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_18, NULL); V_0 = L_19; int32_t L_20 = ___index1; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_21; L_21 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_0), L_20, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); bool L_22; L_22 = TouchControl_get_isInProgress_m453C4D3C5AD0AEE956EDFC6B54E452C3D61100F0(L_21, NULL); if (!L_22) { goto IL_00c8; } } { // m_StateHistory.RecordStateChange(screen.touches[index], screen.touches[index].ReadValue()); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_23 = __this->___m_StateHistory_2; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_24 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_25; L_25 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_24, NULL); V_0 = L_25; int32_t L_26 = ___index1; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_27; L_27 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_0), L_26, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_28 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_29; L_29 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_28, NULL); V_0 = L_29; int32_t L_30 = ___index1; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_31; L_31 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_0), L_30, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 L_32; L_32 = InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484(L_31, InputControl_1_ReadValue_m360BE6DCDE6FE778516FC63F909BC88CA1D8A484_RuntimeMethod_var); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_33; L_33 = InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840(L_23, L_27, L_32, (-1.0), InputStateHistory_1_RecordStateChange_mD873C4A092DA5D5E86088B221B90A4B5B05F5840_RuntimeMethod_var); } IL_00c8: { // } return; } } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Finger::ShouldRecordTouch(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Finger_ShouldRecordTouch_m1C19BBD41726B0C8337211A07AAF48EC6FFD848B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, const RuntimeMethod* method) { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_1 = NULL; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (!eventPtr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr2), NULL); if (L_0) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // var eventType = eventPtr.type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1; L_1 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr2), NULL); V_0 = L_1; // if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = V_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); bool L_4; L_4 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_2, L_3, NULL); if (!L_4) { goto IL_0039; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5 = V_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6; L_6 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); bool L_7; L_7 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_5, L_6, NULL); if (!L_7) { goto IL_0039; } } { // return false; return (bool)0; } IL_0039: { // var currentTouchState = (TouchState*)((byte*)control.currentStatePtr + control.stateBlock.byteOffset); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___control0; void* L_9; L_9 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_8, NULL); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___control0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_11; L_11 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_10, NULL); V_2 = L_11; uint32_t L_12; L_12 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_2), NULL); V_1 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)((void*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)L_12))); // if (currentTouchState->isTapRelease) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_13 = V_1; bool L_14; L_14 = TouchState_get_isTapRelease_m2330F3A5BFF42425B21423B2257619666A05CE7D((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_13, NULL); if (!L_14) { goto IL_005a; } } { // return false; return (bool)0; } IL_005a: { // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Finger::OnTouchRecorded(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Finger_OnTouchRecorded_m242B4B22E53D86C6710D4D23C1455CF98B30B19F (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___record0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral413A93D2DA41C940A92CBF70746012937590610E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79E7200C256B5A139CC2342D4CDC95E51A6DD366); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral822D2E2FACD5A075837EA460A85415C1BB4A5B00); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_1 = NULL; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* V_2 = NULL; uint32_t V_3 = 0; int32_t V_4 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_5 = NULL; int32_t V_6 = 0; int32_t G_B5_0 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B7_0 = NULL; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B6_0 = NULL; int32_t G_B8_0 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B8_1 = NULL; { // var recordIndex = record.recordIndex; int32_t L_0; L_0 = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1((&___record0), NULL); V_0 = L_0; // var touchHeader = m_StateHistory.GetRecordUnchecked(recordIndex); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_1 = __this->___m_StateHistory_2; int32_t L_2 = V_0; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_3; L_3 = InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6(L_1, L_2, NULL); // var touchState = (TouchState*)touchHeader->statePtrWithoutControlIndex; // m_StateHistory is bound to a single TouchControl. RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_4 = L_3; uint8_t* L_5; L_5 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_4, NULL); V_1 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_5; // touchState->updateStepCount = InputUpdate.s_UpdateStepCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_6 = V_1; uint32_t L_7 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0; L_6->___updateStepCount_10 = L_7; // Touch.s_GlobalState.playerState.haveBuiltActiveTouches = false; il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_8 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); L_8->___haveBuiltActiveTouches_8 = (bool)0; // var extraData = (Touch.ExtraDataPerTouchState*)((byte*)touchHeader + m_StateHistory.bytesPerRecord - // UnsafeUtility.SizeOf()); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_9 = __this->___m_StateHistory_2; int32_t L_10; L_10 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(L_9, NULL); int32_t L_11; L_11 = UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57(UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); V_2 = (ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4*)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_subtract((intptr_t)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_add((intptr_t)L_4, L_10)), L_11)); // extraData->uniqueId = ++Touch.s_GlobalState.playerState.lastId; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_12 = V_2; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_13 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); uint32_t* L_14 = (&L_13->___lastId_7); uint32_t* L_15 = L_14; int32_t L_16 = *((uint32_t*)L_15); V_3 = ((int32_t)il2cpp_codegen_add(L_16, 1)); uint32_t L_17 = V_3; *((int32_t*)L_15) = (int32_t)L_17; uint32_t L_18 = V_3; L_12->___uniqueId_1 = L_18; // extraData->accumulatedDelta = touchState->delta; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_19 = V_2; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_20 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = L_20->___delta_3; L_19->___accumulatedDelta_0 = L_21; // if (touchState->phase != TouchPhase.Began) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_22 = V_1; int32_t L_23; L_23 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_22, NULL); if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_00f4; } } { // if (recordIndex != m_StateHistory.m_HeadIndex) int32_t L_24 = V_0; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_25 = __this->___m_StateHistory_2; int32_t L_26 = ((InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_25)->___m_HeadIndex_10; if ((((int32_t)L_24) == ((int32_t)L_26))) { goto IL_00fb; } } { // var previousRecordIndex = recordIndex == 0 ? m_StateHistory.historyDepth - 1 : recordIndex - 1; int32_t L_27 = V_0; if (!L_27) { goto IL_0091; } } { int32_t L_28 = V_0; G_B5_0 = ((int32_t)il2cpp_codegen_subtract(L_28, 1)); goto IL_009e; } IL_0091: { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_29 = __this->___m_StateHistory_2; int32_t L_30; L_30 = InputStateHistory_get_historyDepth_mBAFA4592E170099C0E8BB360B148A854517AA561_inline(L_29, NULL); G_B5_0 = ((int32_t)il2cpp_codegen_subtract(L_30, 1)); } IL_009e: { V_4 = G_B5_0; // var previousTouchHeader = m_StateHistory.GetRecordUnchecked(previousRecordIndex); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_31 = __this->___m_StateHistory_2; int32_t L_32 = V_4; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_33; L_33 = InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6(L_31, L_32, NULL); // var previousTouchState = (TouchState*)previousTouchHeader->statePtrWithoutControlIndex; uint8_t* L_34; L_34 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_33, NULL); V_5 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_34; // touchState->delta -= previousTouchState->delta; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_35 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_36 = (&L_35->___delta_3); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_37 = L_36; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_37); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_39 = V_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40 = L_39->___delta_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41; L_41 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_38, L_40, NULL); *(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_37 = L_41; // touchState->beganInSameFrame = previousTouchState->beganInSameFrame && // previousTouchState->updateStepCount == touchState->updateStepCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_42 = V_1; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_43 = V_5; bool L_44; L_44 = TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_43, NULL); G_B6_0 = L_42; if (!L_44) { G_B7_0 = L_42; goto IL_00ec; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_45 = V_5; uint32_t L_46 = L_45->___updateStepCount_10; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_47 = V_1; uint32_t L_48 = L_47->___updateStepCount_10; G_B8_0 = ((((int32_t)L_46) == ((int32_t)L_48))? 1 : 0); G_B8_1 = G_B6_0; goto IL_00ed; } IL_00ec: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_00ed: { TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)G_B8_1, (bool)G_B8_0, NULL); goto IL_00fb; } IL_00f4: { // touchState->beganInSameFrame = true; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_49 = V_1; TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_49, (bool)1, NULL); } IL_00fb: { // switch (touchState->phase) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_50 = V_1; int32_t L_51; L_51 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_50, NULL); V_6 = L_51; int32_t L_52 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_52, 1))) { case 0: { goto IL_011d; } case 1: { goto IL_0134; } case 2: { goto IL_014b; } case 3: { goto IL_014b; } } } { return; } IL_011d: { // DelegateHelpers.InvokeCallbacksSafe(ref Touch.s_GlobalState.onFingerDown, this, "Touch.onFingerDown"); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_53 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerDown_2); DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421(L_53, __this, _stringLiteral822D2E2FACD5A075837EA460A85415C1BB4A5B00, NULL, DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421_RuntimeMethod_var); // break; return; } IL_0134: { // DelegateHelpers.InvokeCallbacksSafe(ref Touch.s_GlobalState.onFingerMove, this, "Touch.onFingerMove"); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_54 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerMove_3); DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421(L_54, __this, _stringLiteral413A93D2DA41C940A92CBF70746012937590610E, NULL, DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421_RuntimeMethod_var); // break; return; } IL_014b: { // DelegateHelpers.InvokeCallbacksSafe(ref Touch.s_GlobalState.onFingerUp, this, "Touch.onFingerUp"); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_55 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerUp_4); DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421(L_55, __this, _stringLiteral79E7200C256B5A139CC2342D4CDC95E51A6DD366, NULL, DelegateHelpers_InvokeCallbacksSafe_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m08B72E0E097917AA5CEBAD048899493F5780A421_RuntimeMethod_var); // } return; } } // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.Finger::FindTouch(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Finger_FindTouch_m1A910BF69B21B5D02A79698B5590C2706FE601B3 (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, uint32_t ___uniqueId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tAFB65610F759CAFC5D1E91B68A548311182B6A22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 V_1; memset((&V_1), 0, sizeof(V_1)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_2; memset((&V_2), 0, sizeof(V_2)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_3; memset((&V_3), 0, sizeof(V_3)); { // foreach (var record in m_StateHistory) InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_0 = __this->___m_StateHistory_2; RuntimeObject* L_1; L_1 = InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59(L_0, InputStateHistory_1_GetEnumerator_m7589AE5E798BAFF50EF3C3BC3539FFDFF5DFCF59_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0038: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0041; } } { RuntimeObject* L_3 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_0041: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_002e_1; } IL_000e_1: { // foreach (var record in m_StateHistory) RuntimeObject* L_4 = V_0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_5; L_5 = InterfaceFuncInvoker0< Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_tAFB65610F759CAFC5D1E91B68A548311182B6A22_il2cpp_TypeInfo_var, L_4); V_1 = L_5; // if (((Touch.ExtraDataPerTouchState*)record.GetUnsafeExtraMemoryPtrUnchecked())->uniqueId == uniqueId) void* L_6; L_6 = Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66((&V_1), Record_GetUnsafeExtraMemoryPtrUnchecked_m43B2E6AC3AF2307D2DDF2C92E90A629666277F66_RuntimeMethod_var); uint32_t L_7 = ((ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4*)L_6)->___uniqueId_1; uint32_t L_8 = ___uniqueId0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_002e_1; } } { // return new Touch(this, record); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_9 = V_1; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_10; memset((&L_10), 0, sizeof(L_10)); Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728((&L_10), __this, L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_004c; } IL_002e_1: { // foreach (var record in m_StateHistory) RuntimeObject* L_11 = V_0; bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_000e_1; } } { goto IL_0042; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0042: { // return default; il2cpp_codegen_initobj((&V_3), sizeof(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_13 = V_3; return L_13; } IL_004c: { // } Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_14 = V_2; return L_14; } } // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.Finger::GetTouchHistory(UnityEngine.InputSystem.EnhancedTouch.Touch) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Finger_GetTouchHistory_m8A13B55D4B1B1B77F1262B46F73A603A33E5D80C (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___touch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 V_4; memset((&V_4), 0, sizeof(V_4)); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 V_5; memset((&V_5), 0, sizeof(V_5)); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_6 = NULL; { // var touchRecord = touch.m_TouchRecord; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_0 = ___touch0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_1 = L_0.___m_TouchRecord_1; V_0 = L_1; // if (touchRecord.owner != m_StateHistory) InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_2; L_2 = Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_inline((&V_0), Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_RuntimeMethod_var); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_3 = __this->___m_StateHistory_2; if ((((RuntimeObject*)(InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)L_2) == ((RuntimeObject*)(InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)L_3))) { goto IL_0039; } } { // touch = FindTouch(touch.uniqueId); uint32_t L_4; L_4 = Touch_get_uniqueId_m2B7B006E32B62D82346541BCBDACE83EC98D4AF0((&___touch0), NULL); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_5; L_5 = Finger_FindTouch_m1A910BF69B21B5D02A79698B5590C2706FE601B3(__this, L_4, NULL); ___touch0 = L_5; // if (!touch.valid) bool L_6; L_6 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044((&___touch0), NULL); if (L_6) { goto IL_0039; } } { // return default; il2cpp_codegen_initobj((&V_4), sizeof(TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580)); TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_7 = V_4; return L_7; } IL_0039: { // var touchId = touch.touchId; int32_t L_8; L_8 = Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F((&___touch0), NULL); V_1 = L_8; // var startIndex = touch.m_TouchRecord.index; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_9 = (&(&___touch0)->___m_TouchRecord_1); int32_t L_10; L_10 = Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6(L_9, Record_get_index_m8BF5DBF4C267EED76E3802B249F2856F29DAD8A6_RuntimeMethod_var); V_2 = L_10; // var count = 0; V_3 = 0; // if (touch.phase != TouchPhase.Began) int32_t L_11; L_11 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939((&___touch0), NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_009d; } } { // for (var previousRecord = touch.m_TouchRecord.previous; previousRecord.valid; previousRecord = previousRecord.previous) Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_12 = (&(&___touch0)->___m_TouchRecord_1); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_13; L_13 = Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F(L_12, Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_RuntimeMethod_var); V_5 = L_13; goto IL_0094; } IL_006a: { // var touchState = (TouchState*)previousRecord.GetUnsafeMemoryPtr(); void* L_14; L_14 = Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069((&V_5), Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_RuntimeMethod_var); V_6 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_14; // if (touchState->touchId != touchId) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_15 = V_6; int32_t L_16 = L_15->___touchId_1; int32_t L_17 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_009d; } } { // ++count; int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1)); // if (touchState->phase == TouchPhase.Began) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_19 = V_6; int32_t L_20; L_20 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_19, NULL); if ((((int32_t)L_20) == ((int32_t)1))) { goto IL_009d; } } { // for (var previousRecord = touch.m_TouchRecord.previous; previousRecord.valid; previousRecord = previousRecord.previous) Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_21; L_21 = Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F((&V_5), Record_get_previous_mE86C99A3EFBD72206B8BFC7D55792223057BE29F_RuntimeMethod_var); V_5 = L_21; } IL_0094: { // for (var previousRecord = touch.m_TouchRecord.previous; previousRecord.valid; previousRecord = previousRecord.previous) bool L_22; L_22 = Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C((&V_5), Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_RuntimeMethod_var); if (L_22) { goto IL_006a; } } IL_009d: { // if (count == 0) int32_t L_23 = V_3; if (L_23) { goto IL_00ab; } } { // return default; il2cpp_codegen_initobj((&V_4), sizeof(TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580)); TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_24 = V_4; return L_24; } IL_00ab: { // --startIndex; int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_25, 1)); // return new TouchHistory(this, m_StateHistory, startIndex, count); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_26 = __this->___m_StateHistory_2; int32_t L_27 = V_2; int32_t L_28 = V_3; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_29; memset((&L_29), 0, sizeof(L_29)); TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814((&L_29), __this, L_26, L_27, L_28, /*hidden argument*/NULL); return L_29; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled) { Exception_t* ___m_Finger_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Finger' of type 'Touch': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Finger_0Exception, NULL); } IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke_back(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled) { Exception_t* ___m_Finger_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Finger' of type 'Touch': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Finger_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_pinvoke_cleanup(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled) { Exception_t* ___m_Finger_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Finger' of type 'Touch': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Finger_0Exception, NULL); } IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com_back(const Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70& unmarshaled) { Exception_t* ___m_Finger_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Finger' of type 'Touch': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Finger_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch IL2CPP_EXTERN_C void Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshal_com_cleanup(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_marshaled_com& marshaled) { } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public bool valid => m_TouchRecord.valid; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_0 = (&__this->___m_TouchRecord_1); bool L_1; L_1 = Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C(L_0, Record_get_valid_mBA8E68867067FE8B51F4DA6B9BD6A4926418AE8C_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C bool Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.Touch::get_finger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Finger finger => m_Finger; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = __this->___m_Finger_0; return L_0; } } IL2CPP_EXTERN_C Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* _returnValue; _returnValue = Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.TouchPhase UnityEngine.InputSystem.EnhancedTouch.Touch::get_phase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public TouchPhase phase => state.phase; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); int32_t L_1; L_1 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_began() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_began_m592AA9F7AE5ED0AA23C971BD90703F1BBFD778C6 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public bool began => phase == TouchPhase.Began; int32_t L_0; L_0 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } IL2CPP_EXTERN_C bool Touch_get_began_m592AA9F7AE5ED0AA23C971BD90703F1BBFD778C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_began_m592AA9F7AE5ED0AA23C971BD90703F1BBFD778C6(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_inProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_inProgress_m6CF6BD1C7AFE8099AD35393829264FDE0C723CAA (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public bool inProgress => phase == TouchPhase.Moved || phase == TouchPhase.Stationary || phase == TouchPhase.Began; int32_t L_0; L_0 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_001c; } } { int32_t L_1; L_1 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_001c; } } { int32_t L_2; L_2 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0); } IL_001c: { return (bool)1; } } IL2CPP_EXTERN_C bool Touch_get_inProgress_m6CF6BD1C7AFE8099AD35393829264FDE0C723CAA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_inProgress_m6CF6BD1C7AFE8099AD35393829264FDE0C723CAA(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_ended() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_ended_m96B6BBDF371E26C6AE4B89CB7F89861D6B0C462F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public bool ended => phase == TouchPhase.Ended || phase == TouchPhase.Canceled; int32_t L_0; L_0 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0013; } } { int32_t L_1; L_1 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); return (bool)((((int32_t)L_1) == ((int32_t)4))? 1 : 0); } IL_0013: { return (bool)1; } } IL2CPP_EXTERN_C bool Touch_get_ended_m96B6BBDF371E26C6AE4B89CB7F89861D6B0C462F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_ended_m96B6BBDF371E26C6AE4B89CB7F89861D6B0C462F(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_touchId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public int touchId => state.touchId; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); int32_t L_1 = L_0->___touchId_1; return L_1; } } IL2CPP_EXTERN_C int32_t Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F(_thisAdjusted, method); return _returnValue; } // System.Single UnityEngine.InputSystem.EnhancedTouch.Touch::get_pressure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Touch_get_pressure_mDA228CAA389D14F6139507A304A97FE07EAE9DD3 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public float pressure => state.pressure; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); float L_1 = L_0->___pressure_4; return L_1; } } IL2CPP_EXTERN_C float Touch_get_pressure_mDA228CAA389D14F6139507A304A97FE07EAE9DD3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = Touch_get_pressure_mDA228CAA389D14F6139507A304A97FE07EAE9DD3(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_radius_m8FCEEC69D77C94A4D8CBA662E5514AD7D894E8F4 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Vector2 radius => state.radius; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0->___radius_5; return L_1; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_radius_m8FCEEC69D77C94A4D8CBA662E5514AD7D894E8F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = Touch_get_radius_m8FCEEC69D77C94A4D8CBA662E5514AD7D894E8F4(_thisAdjusted, method); return _returnValue; } // System.Double UnityEngine.InputSystem.EnhancedTouch.Touch::get_startTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Touch_get_startTime_m9778C4C818DD69BAC47D10B7567233E5316264CB (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public double startTime => state.startTime; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); double L_1 = L_0->___startTime_11; return L_1; } } IL2CPP_EXTERN_C double Touch_get_startTime_m9778C4C818DD69BAC47D10B7567233E5316264CB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Touch_get_startTime_m9778C4C818DD69BAC47D10B7567233E5316264CB(_thisAdjusted, method); return _returnValue; } // System.Double UnityEngine.InputSystem.EnhancedTouch.Touch::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Touch_get_time_m1E3EA9FB3DF10246B7BBF100663BAA3030714F17 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public double time => m_TouchRecord.time; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_0 = (&__this->___m_TouchRecord_1); double L_1; L_1 = Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E(L_0, Record_get_time_m5976C10C2C3A2A2089D57F1DF9AE5557C10DF47E_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C double Touch_get_time_m1E3EA9FB3DF10246B7BBF100663BAA3030714F17_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Touch_get_time_m1E3EA9FB3DF10246B7BBF100663BAA3030714F17(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.Touch::get_screen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Touch_get_screen_m88071A10D5E186573E2694E47DD660AC4FAD2E00 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Touchscreen screen => finger.screen; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0; L_0 = Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline(__this, NULL); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1; L_1 = Finger_get_screen_mBA2D1364604CB55F7386EFB844B12B7CFA7EE744_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Touch_get_screen_m88071A10D5E186573E2694E47DD660AC4FAD2E00_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* _returnValue; _returnValue = Touch_get_screen_m88071A10D5E186573E2694E47DD660AC4FAD2E00(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_screenPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Vector2 screenPosition => state.position; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0->___position_2; return L_1; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_startScreenPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_startScreenPosition_mAF62C4C8C812B9E36855A6CB63B8493F8ED3E0C7 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Vector2 startScreenPosition => state.startPosition; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0->___startPosition_12; return L_1; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_startScreenPosition_mAF62C4C8C812B9E36855A6CB63B8493F8ED3E0C7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = Touch_get_startScreenPosition_mAF62C4C8C812B9E36855A6CB63B8493F8ED3E0C7(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector2 UnityEngine.InputSystem.EnhancedTouch.Touch::get_delta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_delta_m845008E2AF42561313DA002985D85150329B9BCC (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Vector2 delta => state.delta; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0->___delta_3; return L_1; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_delta_m845008E2AF42561313DA002985D85150329B9BCC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = Touch_get_delta_m845008E2AF42561313DA002985D85150329B9BCC(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_tapCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_tapCount_m06A6261A941A678FAA29419D7B8F07B16EF07F75 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public int tapCount => state.tapCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); uint8_t L_1 = L_0->___tapCount_7; return L_1; } } IL2CPP_EXTERN_C int32_t Touch_get_tapCount_m06A6261A941A678FAA29419D7B8F07B16EF07F75_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Touch_get_tapCount_m06A6261A941A678FAA29419D7B8F07B16EF07F75(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_isTap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_isTap_m48E7409F15259BE6D04C66ADDA71F6037E4AD4B3 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public bool isTap => state.isTap; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); bool L_1; L_1 = TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C bool Touch_get_isTap_m48E7409F15259BE6D04C66ADDA71F6037E4AD4B3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_isTap_m48E7409F15259BE6D04C66ADDA71F6037E4AD4B3(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::get_isInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_get_isInProgress_mBAB5B9955091386836522092465FD4692100F670 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // switch (phase) int32_t L_0; L_0 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1))) > ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_0013; } } IL_0011: { // return true; return (bool)1; } IL_0013: { // return false; return (bool)0; } } IL2CPP_EXTERN_C bool Touch_get_isInProgress_mBAB5B9955091386836522092465FD4692100F670_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_get_isInProgress_mBAB5B9955091386836522092465FD4692100F670(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_updateStepCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Touch_get_updateStepCount_m9550F17AC3135450BB378D0A44A7FD4762EFD01D (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // internal uint updateStepCount => state.updateStepCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_0; L_0 = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(__this, NULL); uint32_t L_1 = L_0->___updateStepCount_10; return L_1; } } IL2CPP_EXTERN_C uint32_t Touch_get_updateStepCount_m9550F17AC3135450BB378D0A44A7FD4762EFD01D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Touch_get_updateStepCount_m9550F17AC3135450BB378D0A44A7FD4762EFD01D(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_uniqueId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Touch_get_uniqueId_m2B7B006E32B62D82346541BCBDACE83EC98D4AF0 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // internal uint uniqueId => extraData.uniqueId; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_0; L_0 = Touch_get_extraData_mF845BF57832677EEEB41E5BF0E0F732D4D11D686(__this, NULL); uint32_t L_1 = L_0->___uniqueId_1; return L_1; } } IL2CPP_EXTERN_C uint32_t Touch_get_uniqueId_m2B7B006E32B62D82346541BCBDACE83EC98D4AF0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Touch_get_uniqueId_m2B7B006E32B62D82346541BCBDACE83EC98D4AF0(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.TouchState& UnityEngine.InputSystem.EnhancedTouch.Touch::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // private unsafe ref TouchState state => ref *(TouchState*)m_TouchRecord.GetUnsafeMemoryPtr(); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_0 = (&__this->___m_TouchRecord_1); void* L_1; L_1 = Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069(L_0, Record_GetUnsafeMemoryPtr_m4A6CB638D79C8490F8DBC173FD42EACC9D832069_RuntimeMethod_var); return (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)(L_1); } } IL2CPP_EXTERN_C TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _returnValue; _returnValue = Touch_get_state_m0CA749F71F57C92420ECFCBCF1E11C1FEDB7898E(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.EnhancedTouch.Touch/ExtraDataPerTouchState& UnityEngine.InputSystem.EnhancedTouch.Touch::get_extraData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* Touch_get_extraData_mF845BF57832677EEEB41E5BF0E0F732D4D11D686 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ref *(ExtraDataPerTouchState*)m_TouchRecord.GetUnsafeExtraMemoryPtr(); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_0 = (&__this->___m_TouchRecord_1); void* L_1; L_1 = Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C(L_0, Record_GetUnsafeExtraMemoryPtr_mF305A3D8857DFF297E9FB6573684E4B9BF82022C_RuntimeMethod_var); return (ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4*)(L_1); } } IL2CPP_EXTERN_C ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* Touch_get_extraData_mF845BF57832677EEEB41E5BF0E0F732D4D11D686_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* _returnValue; _returnValue = Touch_get_extraData_mF845BF57832677EEEB41E5BF0E0F732D4D11D686(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.EnhancedTouch.TouchHistory UnityEngine.InputSystem.EnhancedTouch.Touch::get_history() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Touch is invalid"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD748E233FD289CD4B1ED5D7797639399A9B696ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6_RuntimeMethod_var))); } IL_0013: { // return finger.GetTouchHistory(this); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_2; L_2 = Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline(__this, NULL); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_3 = (*(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70*)__this); TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_4; L_4 = Finger_GetTouchHistory_m8A13B55D4B1B1B77F1262B46F73A603A33E5D80C(L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 _returnValue; _returnValue = Touch_get_history_m1B049B5EB482493F9CFE5B260DACEAE9B0119BB6(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch::get_activeTouches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72 Touch_get_activeTouches_m10CB2BE5EC26DB9CF742196282FCF10C090AAD11 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_GlobalState.playerState.UpdateActiveTouches(); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_0 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); FingerAndTouchState_UpdateActiveTouches_m48D632ECA4B568270B458D9CED54AC591FBFBF43(L_0, NULL); // return new ReadOnlyArray(s_GlobalState.playerState.activeTouches, 0, s_GlobalState.playerState.activeTouchCount); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_1 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354* L_2 = L_1->___activeTouches_3; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_3 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); int32_t L_4 = L_3->___activeTouchCount_5; ReadOnlyArray_1_t3D5F71F2FAC15E8E7413E1B4BDCCA92D49962E72 L_5; memset((&L_5), 0, sizeof(L_5)); ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455((&L_5), L_2, 0, L_4, /*hidden argument*/ReadOnlyArray_1__ctor_m9C297EC68F90BE1CBFDC80B0D94420BF2B905455_RuntimeMethod_var); return L_5; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch::get_fingers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36 Touch_get_fingers_mB1EF994DE996E00AFC37EE52AEF4757D40445021 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new ReadOnlyArray(s_GlobalState.playerState.fingers, 0, s_GlobalState.playerState.totalFingerCount); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_0 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_1 = L_0->___fingers_1; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); int32_t L_3 = L_2->___totalFingerCount_6; ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36 L_4; memset((&L_4), 0, sizeof(L_4)); ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F((&L_4), L_1, 0, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F_RuntimeMethod_var); return L_4; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch::get_activeFingers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36 Touch_get_activeFingers_m6F046357C1E86F7CE4293071A02E0FD1E1EE2327 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_GlobalState.playerState.UpdateActiveFingers(); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_0 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); FingerAndTouchState_UpdateActiveFingers_m21F725BF5EC6E4953C44FFBA63F4C7ABFA0FBE49(L_0, NULL); // return new ReadOnlyArray(s_GlobalState.playerState.activeFingers, 0, s_GlobalState.playerState.activeFingerCount); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_1 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_2 = L_1->___activeFingers_2; FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_3 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); int32_t L_4 = L_3->___activeFingerCount_4; ReadOnlyArray_1_tC39B40DE6AC1167DBED7CED5C4E165AFACA30E36 L_5; memset((&L_5), 0, sizeof(L_5)); ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F((&L_5), L_2, 0, L_4, /*hidden argument*/ReadOnlyArray_1__ctor_m5CD4C576598DB61EBF1B99DFD3900020A951738F_RuntimeMethod_var); return L_5; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.EnhancedTouch.Touch::get_screens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Touch_get_screens_m28FAD29F878FCC324C36B91043E90462DB7A3998 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_GlobalState.touchscreens; il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 L_0 = (&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___touchscreens_0; InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 L_1 = L_0; RuntimeObject* L_2 = Box(InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3_il2cpp_TypeInfo_var, &L_1); return (RuntimeObject*)L_2; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::add_onFingerDown(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_add_onFingerDown_m8A2C32388E43F459FA71AA84B1CDB159597867ED (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_add_onFingerDown_m8A2C32388E43F459FA71AA84B1CDB159597867ED_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerDown.AddCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerDown_2); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22(L_2, L_3, CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::remove_onFingerDown(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_remove_onFingerDown_m6CA33BB823569C40703EDC3C1B9F46D2700C6AA6 (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_remove_onFingerDown_m6CA33BB823569C40703EDC3C1B9F46D2700C6AA6_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerDown.RemoveCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerDown_2); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87(L_2, L_3, CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::add_onFingerUp(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_add_onFingerUp_mC01645A16F23AF92176537CE0FE1ADB55A93B03E (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_add_onFingerUp_mC01645A16F23AF92176537CE0FE1ADB55A93B03E_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerUp.AddCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerUp_4); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22(L_2, L_3, CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::remove_onFingerUp(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_remove_onFingerUp_m637736C3F7E75C5D8CFC08540B13599024FA7CF5 (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_remove_onFingerUp_m637736C3F7E75C5D8CFC08540B13599024FA7CF5_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerUp.RemoveCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerUp_4); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87(L_2, L_3, CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::add_onFingerMove(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_add_onFingerMove_m8E1845DBA9ABE95B6D8E922392BAC311054BFF91 (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_add_onFingerMove_m8E1845DBA9ABE95B6D8E922392BAC311054BFF91_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerMove.AddCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerMove_3); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22(L_2, L_3, CallbackArray_1_AddCallback_mC42D3CE84FD7BDA63C2C903BBA7DC47E29598B22_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::remove_onFingerMove(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_remove_onFingerMove_m9525E9752D6F09F290C07825E6115793B882542F (Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Touch_remove_onFingerMove_m9525E9752D6F09F290C07825E6115793B882542F_RuntimeMethod_var))); } IL_000e: { // s_GlobalState.onFingerMove.RemoveCallback(value); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); CallbackArray_1_t1F5839E457B3AE192D38F0A2463CAB97DA96B96B* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___onFingerMove_3); Action_1_tA4CC4B05C836AB92F811D67AC960A6ED20CCCB7B* L_3 = ___value0; CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87(L_2, L_3, CallbackArray_1_RemoveCallback_m38EBB5B7FDFFBAB94F0D7A5DA0D008ED7BCFCB87_RuntimeMethod_var); // } return; } } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::get_maxHistoryLengthPerFinger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_maxHistoryLengthPerFinger_m0F3E7DF315BB6D650292E18A3C21DDD1522E3500 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => s_GlobalState.historyLengthPerFinger; il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); int32_t L_0 = (&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___historyLengthPerFinger_1; return L_0; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::.ctor(UnityEngine.InputSystem.EnhancedTouch.Finger,UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___touchRecord1, const RuntimeMethod* method) { { // m_Finger = finger; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = ___finger0; __this->___m_Finger_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Finger_0), (void*)L_0); // m_TouchRecord = touchRecord; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_1 = ___touchRecord1; __this->___m_TouchRecord_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); // } return; } } IL2CPP_EXTERN_C void Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728_AdjustorThunk (RuntimeObject* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 ___touchRecord1, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728(_thisAdjusted, ___finger0, ___touchRecord1, method); } // System.String UnityEngine.InputSystem.EnhancedTouch.Touch::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Touch_ToString_m641EEB738A7722EE7A2F90630BB3A5A1880F3B2F (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchPhase_tC280DE0C3DA3652019BF3605D57099E6CE2F3B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58EE5386C7A4EBFD342B1A8A3469B586CD7724F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97390174FD4C882BACE6D033A351D373021320B0); s_Il2CppMethodInitialized = true; } { // if (!valid) bool L_0; L_0 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044(__this, NULL); if (L_0) { goto IL_000e; } } { // return ""; return _stringLiteral58EE5386C7A4EBFD342B1A8A3469B586CD7724F3; } IL_000e: { // return $"{{id={touchId} finger={finger.index} phase={phase} position={screenPosition} delta={delta} time={time}}}"; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1; int32_t L_3; L_3 = Touch_get_touchId_m497B1531A3C206C36EBDA56C54CCF91D90AB3F8F(__this, NULL); int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAtUnchecked(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_2; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_7; L_7 = Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline(__this, NULL); int32_t L_8; L_8 = Finger_get_index_mB409A9B5711767D3A6046AEAA4931A0B3633934C_inline(L_7, NULL); int32_t L_9 = L_8; RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAtUnchecked(static_cast(1), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6; int32_t L_12; L_12 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939(__this, NULL); int32_t L_13 = L_12; RuntimeObject* L_14 = Box(TouchPhase_tC280DE0C3DA3652019BF3605D57099E6CE2F3B14_il2cpp_TypeInfo_var, &L_13); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAtUnchecked(static_cast(2), (RuntimeObject*)L_14); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_11; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16; L_16 = Touch_get_screenPosition_mAEBB428F1E62308A2C3E32A56CBEFCA9F7530B03(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = L_16; RuntimeObject* L_18 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_17); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAtUnchecked(static_cast(3), (RuntimeObject*)L_18); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_15; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20; L_20 = Touch_get_delta_m845008E2AF42561313DA002985D85150329B9BCC(__this, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = L_20; RuntimeObject* L_22 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_21); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAtUnchecked(static_cast(4), (RuntimeObject*)L_22); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_19; double L_24; L_24 = Touch_get_time_m1E3EA9FB3DF10246B7BBF100663BAA3030714F17(__this, NULL); double L_25 = L_24; RuntimeObject* L_26 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_25); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAtUnchecked(static_cast(5), (RuntimeObject*)L_26); String_t* L_27; L_27 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral97390174FD4C882BACE6D033A351D373021320B0, L_23, NULL); return L_27; } } IL2CPP_EXTERN_C String_t* Touch_ToString_m641EEB738A7722EE7A2F90630BB3A5A1880F3B2F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Touch_ToString_m641EEB738A7722EE7A2F90630BB3A5A1880F3B2F(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::Equals(UnityEngine.InputSystem.EnhancedTouch.Touch) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_Equals_m5A9195C1D656529EFF984AD9060ECA7257ACFDC4 (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return Equals(m_Finger, other.m_Finger) && m_TouchRecord.Equals(other.m_TouchRecord); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = __this->___m_Finger_0; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_1 = ___other0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_2 = L_1.___m_Finger_0; bool L_3; L_3 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_0, L_2, NULL); if (!L_3) { goto IL_0025; } } { Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_4 = (&__this->___m_TouchRecord_1); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_5 = ___other0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_6 = L_5.___m_TouchRecord_1; bool L_7; L_7 = Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69(L_4, L_6, Record_Equals_m17C216CDC45654F53F8191093F3404478DB16B69_RuntimeMethod_var); return L_7; } IL_0025: { return (bool)0; } } IL2CPP_EXTERN_C bool Touch_Equals_m5A9195C1D656529EFF984AD9060ECA7257ACFDC4_AdjustorThunk (RuntimeObject* __this, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 ___other0, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_Equals_m5A9195C1D656529EFF984AD9060ECA7257ACFDC4(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Touch_Equals_mA91A1937A740538D62AF4998D332AAB464B47E1E (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_0; memset((&V_0), 0, sizeof(V_0)); { // return obj is Touch other && Equals(other); RuntimeObject* L_0 = ___obj0; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject* L_1 = ___obj0; V_0 = ((*(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70*)((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70*)(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70*)UnBox(L_1, Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var)))); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_2 = V_0; bool L_3; L_3 = Touch_Equals_m5A9195C1D656529EFF984AD9060ECA7257ACFDC4(__this, L_2, NULL); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool Touch_Equals_mA91A1937A740538D62AF4998D332AAB464B47E1E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Touch_Equals_mA91A1937A740538D62AF4998D332AAB464B47E1E(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_GetHashCode_m73B534C7CAA38FE313674A0133B66431E7DF233A (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { // return ((m_Finger != null ? m_Finger.GetHashCode() : 0) * 397) ^ m_TouchRecord.GetHashCode(); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = __this->___m_Finger_0; if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_1 = __this->___m_Finger_0; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); G_B3_0 = L_2; } IL_0016: { Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* L_3 = (&__this->___m_TouchRecord_1); int32_t L_4; L_4 = Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8(L_3, Record_GetHashCode_m94F8E34331A3B0253C5448B7E9B23BFE0F1B04A8_RuntimeMethod_var); return ((int32_t)(((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)))^L_4)); } } IL2CPP_EXTERN_C int32_t Touch_GetHashCode_m73B534C7CAA38FE313674A0133B66431E7DF233A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Touch_GetHashCode_m73B534C7CAA38FE313674A0133B66431E7DF233A(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::AddTouchscreen(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_AddTouchscreen_m68D08927121523CB720C4FABAF3310678175A4CE (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m4D609EB991E007436EB5BFA3784373529E098771_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_GlobalState.touchscreens.AppendWithCapacity(screen, capacityIncrement: 5); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3* L_0 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___touchscreens_0); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1 = ___screen0; int32_t L_2; L_2 = InlinedArray_1_AppendWithCapacity_m4D609EB991E007436EB5BFA3784373529E098771(L_0, L_1, 5, InlinedArray_1_AppendWithCapacity_m4D609EB991E007436EB5BFA3784373529E098771_RuntimeMethod_var); // s_GlobalState.playerState.AddFingers(screen); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_3 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_4 = ___screen0; FingerAndTouchState_AddFingers_m6A1B4053B31CEFE25B8F1DA4CE10312134F15888(L_3, L_4, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::RemoveTouchscreen(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_RemoveTouchscreen_mFB8FC4091A5CA413B278CE1FE24AAF452F43162B (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_mB93190E8A814A079EA1D711D1CE53DA0953D325D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_m33ABEE0C487DC3D77554DABBA802DA668DBB4D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // var index = s_GlobalState.touchscreens.IndexOfReference(screen); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3 L_0 = (&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___touchscreens_0; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1 = ___screen0; int32_t L_2; L_2 = InputArrayExtensions_IndexOfReference_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_m33ABEE0C487DC3D77554DABBA802DA668DBB4D18(L_0, L_1, InputArrayExtensions_IndexOfReference_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_m33ABEE0C487DC3D77554DABBA802DA668DBB4D18_RuntimeMethod_var); V_0 = L_2; // s_GlobalState.touchscreens.RemoveAtWithCapacity(index); InlinedArray_1_t1BB3E1C727E53B8F4342843F1042AFE85C5A70C3* L_3 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___touchscreens_0); int32_t L_4 = V_0; InlinedArray_1_RemoveAtWithCapacity_mB93190E8A814A079EA1D711D1CE53DA0953D325D(L_3, L_4, InlinedArray_1_RemoveAtWithCapacity_mB93190E8A814A079EA1D711D1CE53DA0953D325D_RuntimeMethod_var); // s_GlobalState.playerState.RemoveFingers(screen); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_5 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_6 = ___screen0; FingerAndTouchState_RemoveFingers_m04B1A6EE0792D7E9BF46E26950D2B15931BE8F99(L_5, L_6, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::BeginUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch_BeginUpdate_mDE8739575E49E8BA2F9FCD789F8962ED390A9EEC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_GlobalState.playerState.haveActiveTouchesNeedingRefreshNextUpdate) il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_0 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); bool L_1 = L_0->___haveActiveTouchesNeedingRefreshNextUpdate_9; if (!L_1) { goto IL_0021; } } { // s_GlobalState.playerState.haveBuiltActiveTouches = false; il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* L_2 = (&(&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2)->___playerState_5); L_2->___haveBuiltActiveTouches_8 = (bool)0; } IL_0021: { // } return; } } // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState UnityEngine.InputSystem.EnhancedTouch.Touch::CreateGlobalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A Touch_CreateGlobalState_mE34FA561BE9E79EC7FDD8E60DF092FC90C678C02 (const RuntimeMethod* method) { GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A V_0; memset((&V_0), 0, sizeof(V_0)); { // return new GlobalState { historyLengthPerFinger = 64 }; il2cpp_codegen_initobj((&V_0), sizeof(GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A)); (&V_0)->___historyLengthPerFinger_1 = ((int32_t)64); GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A L_0 = V_0; return L_0; } } // UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.EnhancedTouch.Touch::SaveAndResetState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Touch_SaveAndResetState_mE9CFADFE47C36EFB00C1096C37C7BF6FD696BDF4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__78_0_m0868752872E1B31C85DAEB17E4E73889B0C6C8A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__78_1_m92D6BCF9F85D9FEB5BB866AE1502698081D78CF8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* G_B2_0 = NULL; GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* G_B2_1 = NULL; TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* G_B1_0 = NULL; GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* G_B1_1 = NULL; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B4_0 = NULL; TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* G_B4_1 = NULL; GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* G_B4_2 = NULL; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL; TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* G_B3_1 = NULL; GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* G_B3_2 = NULL; { // var savedState = new SavedStructState( // ref s_GlobalState, // (ref GlobalState state) => s_GlobalState = state, // () => { /* currently nothing to dispose */ }); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* L_0 = ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_0_1; TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = (&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2); if (L_1) { G_B2_0 = L_1; G_B2_1 = (&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2); goto IL_0024; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* L_2 = ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9_0; TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* L_3 = (TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021*)il2cpp_codegen_object_new(TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021_il2cpp_TypeInfo_var); TypedRestore__ctor_mA8D10118E8FDB2DDFBF5EC33A5A7183E01348EAE(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__78_0_m0868752872E1B31C85DAEB17E4E73889B0C6C8A0_RuntimeMethod_var), NULL); TypedRestore_tF41616CAC9C704AF3A7828B2599868F7AD11A021* L_4 = L_3; ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_0_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_0_1), (void*)L_4); G_B2_0 = L_4; G_B2_1 = G_B1_1; } IL_0024: { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_1_2; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = L_5; G_B3_0 = L_6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; if (L_6) { G_B4_0 = L_6; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0043; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* L_7 = ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__78_1_m92D6BCF9F85D9FEB5BB866AE1502698081D78CF8_RuntimeMethod_var), NULL); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = L_8; ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_1_2 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9__78_1_2), (void*)L_9); G_B4_0 = L_9; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0043: { SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B* L_10 = (SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B*)il2cpp_codegen_object_new(SavedStructState_1_t5003987A6C1D94F36DB31EB8FECFD8FFD81B7C1B_il2cpp_TypeInfo_var); SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B(L_10, G_B4_2, G_B4_1, G_B4_0, SavedStructState_1__ctor_m3C152C71C4CF020B00FFFDB88B7A667A8192389B_RuntimeMethod_var); // s_GlobalState = CreateGlobalState(); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A L_11; L_11 = Touch_CreateGlobalState_mE34FA561BE9E79EC7FDD8E60DF092FC90C678C02(NULL); ((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2 = L_11; Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___fingers_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouchState_10), (void*)NULL); #endif // return savedState; return L_10; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Touch__cctor_m5AE9759652C846EFEF18D990618080A73B73302F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static GlobalState s_GlobalState = CreateGlobalState(); GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A L_0; L_0 = Touch_CreateGlobalState_mE34FA561BE9E79EC7FDD8E60DF092FC90C678C02(NULL); ((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2 = L_0; Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___fingers_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouchState_10), (void*)NULL); #endif return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_pinvoke(const GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A& unmarshaled, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_pinvoke& marshaled) { Exception_t* ___touchscreens_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'touchscreens' of type 'GlobalState'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___touchscreens_0Exception, NULL); } IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_pinvoke_back(const GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_pinvoke& marshaled, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A& unmarshaled) { Exception_t* ___touchscreens_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'touchscreens' of type 'GlobalState'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___touchscreens_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_pinvoke_cleanup(GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_com(const GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A& unmarshaled, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_com& marshaled) { Exception_t* ___touchscreens_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'touchscreens' of type 'GlobalState'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___touchscreens_0Exception, NULL); } IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_com_back(const GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_com& marshaled, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A& unmarshaled) { Exception_t* ___touchscreens_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'touchscreens' of type 'GlobalState'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___touchscreens_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState IL2CPP_EXTERN_C void GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshal_com_cleanup(GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled) { Exception_t* ___fingers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'fingers' of type 'FingerAndTouchState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___fingers_1Exception, NULL); } IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke_back(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled) { Exception_t* ___fingers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'fingers' of type 'FingerAndTouchState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___fingers_1Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_pinvoke_cleanup(FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled) { Exception_t* ___fingers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'fingers' of type 'FingerAndTouchState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___fingers_1Exception, NULL); } IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com_back(const FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled, FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D& unmarshaled) { Exception_t* ___fingers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'fingers' of type 'FingerAndTouchState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___fingers_1Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState IL2CPP_EXTERN_C void FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshal_com_cleanup(FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D_marshaled_com& marshaled) { } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::AddFingers(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_AddFingers_m6A1B4053B31CEFE25B8F1DA4CE10312134F15888 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EnsureCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mF8379BFCD36AC20A6B37E3145EA3F3B403301DC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* V_3 = NULL; { // var touchCount = screen.touches.Count; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_1; L_1 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_0, NULL); V_1 = L_1; int32_t L_2; L_2 = ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_inline((&V_1), ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); V_0 = L_2; // ArrayHelpers.EnsureCapacity(ref fingers, totalFingerCount, touchCount); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** L_3 = (&__this->___fingers_1); int32_t L_4 = __this->___totalFingerCount_6; int32_t L_5 = V_0; ArrayHelpers_EnsureCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mF8379BFCD36AC20A6B37E3145EA3F3B403301DC6(L_3, L_4, L_5, ((int32_t)10), ArrayHelpers_EnsureCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mF8379BFCD36AC20A6B37E3145EA3F3B403301DC6_RuntimeMethod_var); // for (var i = 0; i < touchCount; ++i) V_2 = 0; goto IL_004e; } IL_0027: { // var finger = new Finger(screen, i, updateMask); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_6 = ___screen0; int32_t L_7 = V_2; int32_t L_8 = __this->___updateMask_0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_9 = (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A*)il2cpp_codegen_object_new(Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_il2cpp_TypeInfo_var); Finger__ctor_m9D9ED2014F12F2FA245E5C04043F02D16B296505(L_9, L_6, L_7, L_8, NULL); V_3 = L_9; // ArrayHelpers.AppendWithCapacity(ref fingers, ref totalFingerCount, finger); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** L_10 = (&__this->___fingers_1); int32_t* L_11 = (&__this->___totalFingerCount_6); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_12 = V_3; int32_t L_13; L_13 = ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF(L_10, L_11, L_12, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF_RuntimeMethod_var); // for (var i = 0; i < touchCount; ++i) int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_004e: { // for (var i = 0; i < touchCount; ++i) int32_t L_15 = V_2; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0027; } } { // } return; } } IL2CPP_EXTERN_C void FingerAndTouchState_AddFingers_m6A1B4053B31CEFE25B8F1DA4CE10312134F15888_AdjustorThunk (RuntimeObject* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FingerAndTouchState_AddFingers_m6A1B4053B31CEFE25B8F1DA4CE10312134F15888(_thisAdjusted, ___screen0, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::RemoveFingers(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_RemoveFingers_m04B1A6EE0792D7E9BF46E26950D2B15931BE8F99 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseSliceWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m9AA46EEAF8D235726A766F9CBDE46A3587732F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { // var touchCount = screen.touches.Count; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = ___screen0; ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_1; L_1 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_0, NULL); V_1 = L_1; int32_t L_2; L_2 = ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_inline((&V_1), ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); V_0 = L_2; // for (var i = 0; i < fingers.Length; ++i) V_2 = 0; goto IL_005c; } IL_0013: { // if (fingers[i].screen != screen) FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_3 = __this->___fingers_1; int32_t L_4 = V_2; int32_t L_5 = L_4; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_7; L_7 = Finger_get_screen_mBA2D1364604CB55F7386EFB844B12B7CFA7EE744_inline(L_6, NULL); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_8 = ___screen0; if ((!(((RuntimeObject*)(Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*)L_7) == ((RuntimeObject*)(Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*)L_8)))) { goto IL_0058; } } { // for (var n = 0; n < touchCount; ++n) V_3 = 0; goto IL_003f; } IL_0027: { // fingers[i + n].m_StateHistory.Dispose(); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_9 = __this->___fingers_1; int32_t L_10 = V_2; int32_t L_11 = V_3; int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_10, L_11)); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_13 = (L_9)->GetAtUnchecked(static_cast(L_12)); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_14 = L_13->___m_StateHistory_2; InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15(L_14, NULL); // for (var n = 0; n < touchCount; ++n) int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_15, 1)); } IL_003f: { // for (var n = 0; n < touchCount; ++n) int32_t L_16 = V_3; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0027; } } { // ArrayHelpers.EraseSliceWithCapacity(ref fingers, ref totalFingerCount, i, touchCount); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** L_18 = (&__this->___fingers_1); int32_t* L_19 = (&__this->___totalFingerCount_6); int32_t L_20 = V_2; int32_t L_21 = V_0; ArrayHelpers_EraseSliceWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m9AA46EEAF8D235726A766F9CBDE46A3587732F54(L_18, L_19, L_20, L_21, ArrayHelpers_EraseSliceWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_m9AA46EEAF8D235726A766F9CBDE46A3587732F54_RuntimeMethod_var); // break; goto IL_0067; } IL_0058: { // for (var i = 0; i < fingers.Length; ++i) int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_005c: { // for (var i = 0; i < fingers.Length; ++i) int32_t L_23 = V_2; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_24 = __this->___fingers_1; if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))) { goto IL_0013; } } IL_0067: { // haveBuiltActiveTouches = false; __this->___haveBuiltActiveTouches_8 = (bool)0; // } return; } } IL2CPP_EXTERN_C void FingerAndTouchState_RemoveFingers_m04B1A6EE0792D7E9BF46E26950D2B15931BE8F99_AdjustorThunk (RuntimeObject* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___screen0, const RuntimeMethod* method) { FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FingerAndTouchState_RemoveFingers_m04B1A6EE0792D7E9BF46E26950D2B15931BE8F99(_thisAdjusted, ___screen0, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_Destroy_mA11DBC6D12D70F40AA14283E65322FAFC602572B (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) { int32_t V_0 = 0; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* G_B5_0 = NULL; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* G_B4_0 = NULL; { // for (var i = 0; i < totalFingerCount; ++i) V_0 = 0; goto IL_001a; } IL_0004: { // fingers[i].m_StateHistory.Dispose(); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_0 = __this->___fingers_1; int32_t L_1 = V_0; int32_t L_2 = L_1; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_4 = L_3->___m_StateHistory_2; InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15(L_4, NULL); // for (var i = 0; i < totalFingerCount; ++i) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_001a: { // for (var i = 0; i < totalFingerCount; ++i) int32_t L_6 = V_0; int32_t L_7 = __this->___totalFingerCount_6; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { // activeTouchState?.Dispose(); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_8 = __this->___activeTouchState_10; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_9 = L_8; G_B4_0 = L_9; if (L_9) { G_B5_0 = L_9; goto IL_002f; } } { goto IL_0034; } IL_002f: { InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15(G_B5_0, NULL); } IL_0034: { // activeTouchState = null; __this->___activeTouchState_10 = (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___activeTouchState_10), (void*)(InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)NULL); // } return; } } IL2CPP_EXTERN_C void FingerAndTouchState_Destroy_mA11DBC6D12D70F40AA14283E65322FAFC602572B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FingerAndTouchState_Destroy_mA11DBC6D12D70F40AA14283E65322FAFC602572B(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::UpdateActiveFingers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_UpdateActiveFingers_m21F725BF5EC6E4953C44FFBA63F4C7ABFA0FBE49 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* V_1 = NULL; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_2; memset((&V_2), 0, sizeof(V_2)); { // activeFingerCount = 0; __this->___activeFingerCount_4 = 0; // for (var i = 0; i < totalFingerCount; ++i) V_0 = 0; goto IL_003d; } IL_000b: { // var finger = fingers[i]; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_0 = __this->___fingers_1; int32_t L_1 = V_0; int32_t L_2 = L_1; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); V_1 = L_3; // var lastTouch = finger.currentTouch; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_4 = V_1; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_5; L_5 = Finger_get_currentTouch_m53721DA3C8AB5C0D600499C33CCD5854E757890D(L_4, NULL); V_2 = L_5; // if (lastTouch.valid) bool L_6; L_6 = Touch_get_valid_mE080F315B12790875B5A6194456ABF0C0FB04044((&V_2), NULL); if (!L_6) { goto IL_0039; } } { // ArrayHelpers.AppendWithCapacity(ref activeFingers, ref activeFingerCount, finger); FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F** L_7 = (&__this->___activeFingers_2); int32_t* L_8 = (&__this->___activeFingerCount_4); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_9 = V_1; int32_t L_10; L_10 = ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF(L_7, L_8, L_9, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisFinger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A_mB1214C732EDE19508DB2D6FFC732BA6C36725CCF_RuntimeMethod_var); } IL_0039: { // for (var i = 0; i < totalFingerCount; ++i) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_003d: { // for (var i = 0; i < totalFingerCount; ++i) int32_t L_12 = V_0; int32_t L_13 = __this->___totalFingerCount_6; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_000b; } } { // } return; } } IL2CPP_EXTERN_C void FingerAndTouchState_UpdateActiveFingers_m21F725BF5EC6E4953C44FFBA63F4C7ABFA0FBE49_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FingerAndTouchState_UpdateActiveFingers_m21F725BF5EC6E4953C44FFBA63F4C7ABFA0FBE49(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::UpdateActiveTouches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FingerAndTouchState_UpdateActiveTouches_m48D632ECA4B568270B458D9CED54AC591FBFBF43 (FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Clear_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m145582A0849DC8B8158800E6C42F8C0715633546_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** V_3 = NULL; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_8 = NULL; int32_t V_9 = 0; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_14 = NULL; bool V_15 = false; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* V_16 = NULL; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_17 = NULL; int32_t V_18 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_19 = NULL; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* V_20 = NULL; int32_t V_21 = 0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 V_22; memset((&V_22), 0, sizeof(V_22)); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 V_23; memset((&V_23), 0, sizeof(V_23)); ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_24; memset((&V_24), 0, sizeof(V_24)); { // if (haveBuiltActiveTouches) bool L_0 = __this->___haveBuiltActiveTouches_8; if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (activeTouchState == null) InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_1 = __this->___activeTouchState_10; if (L_1) { goto IL_0032; } } { // activeTouchState = new InputStateHistory // { // extraMemoryPerRecord = UnsafeUtility.SizeOf() // }; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28)); Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_2 = V_1; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_3 = (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)il2cpp_codegen_object_new(InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798_il2cpp_TypeInfo_var); InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB(L_3, L_2, InputStateHistory_1__ctor_m760ABD5FDD38AF6C3FF42B641B3FC8383E4A91DB_RuntimeMethod_var); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_4 = L_3; int32_t L_5; L_5 = UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57(UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786(L_4, L_5, NULL); __this->___activeTouchState_10 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___activeTouchState_10), (void*)L_4); goto IL_0059; } IL_0032: { // activeTouchState.Clear(); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_6 = __this->___activeTouchState_10; InputStateHistory_Clear_m7B9A241840171E7224D0A01969F36CF294D227F3(L_6, NULL); // activeTouchState.m_ControlCount = 0; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_7 = __this->___activeTouchState_10; ((InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_7)->___m_ControlCount_4 = 0; // activeTouchState.m_Controls.Clear(); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_8 = __this->___activeTouchState_10; InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_9 = ((InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_8)->___m_Controls_3; ArrayHelpers_Clear_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m145582A0849DC8B8158800E6C42F8C0715633546(L_9, ArrayHelpers_Clear_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m145582A0849DC8B8158800E6C42F8C0715633546_RuntimeMethod_var); } IL_0059: { // activeTouchCount = 0; __this->___activeTouchCount_5 = 0; // haveActiveTouchesNeedingRefreshNextUpdate = false; __this->___haveActiveTouchesNeedingRefreshNextUpdate_9 = (bool)0; // var currentUpdateStepCount = InputUpdate.s_UpdateStepCount; uint32_t L_10 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0; V_0 = L_10; // for (var i = 0; i < totalFingerCount; ++i) V_2 = 0; goto IL_031c; } IL_0074: { // ref var finger = ref fingers[i]; FingerU5BU5D_t7D581BC6C3943F4482AA079AE68BBE33F3E58D7F* L_11 = __this->___fingers_1; int32_t L_12 = V_2; V_3 = ((L_11)->GetAddressAtUnchecked(static_cast(L_12))); // var history = finger.m_StateHistory; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** L_13 = V_3; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_14 = *((Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A**)L_13); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_15 = L_14->___m_StateHistory_2; V_4 = L_15; // var touchRecordCount = history.Count; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_16 = V_4; int32_t L_17; L_17 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_16, NULL); V_5 = L_17; // if (touchRecordCount == 0) int32_t L_18 = V_5; if (!L_18) { goto IL_0318; } } { // var insertAt = activeTouchCount; int32_t L_19 = __this->___activeTouchCount_5; V_6 = L_19; // var currentTouchId = 0; V_7 = 0; // var currentTouchState = default(TouchState*); il2cpp_codegen_initobj((&V_8), sizeof(TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)); // var touchRecordIndex = history.UserIndexToRecordIndex(touchRecordCount - 1); // Start with last record. InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_20 = V_4; int32_t L_21 = V_5; int32_t L_22; L_22 = InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678(L_20, ((int32_t)il2cpp_codegen_subtract(L_21, 1)), NULL); V_9 = L_22; // var touchRecordHeader = history.GetRecordUnchecked(touchRecordIndex); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_23 = V_4; int32_t L_24 = V_9; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_25; L_25 = InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6(L_23, L_24, NULL); V_10 = L_25; // var touchRecordSize = history.bytesPerRecord; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_26 = V_4; int32_t L_27; L_27 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(L_26, NULL); V_11 = L_27; // var extraMemoryOffset = touchRecordSize - history.extraMemoryPerRecord; int32_t L_28 = V_11; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_29 = V_4; int32_t L_30; L_30 = InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline(L_29, NULL); V_12 = ((int32_t)il2cpp_codegen_subtract(L_28, L_30)); // for (var n = 0; n < touchRecordCount; ++n) V_13 = 0; goto IL_030f; } IL_00e2: { // if (n != 0) int32_t L_31 = V_13; if (!L_31) { goto IL_0110; } } { // --touchRecordIndex; int32_t L_32 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract(L_32, 1)); // if (touchRecordIndex < 0) int32_t L_33 = V_9; if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0109; } } { // touchRecordIndex = history.historyDepth - 1; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_34 = V_4; int32_t L_35; L_35 = InputStateHistory_get_historyDepth_mBAFA4592E170099C0E8BB360B148A854517AA561_inline(L_34, NULL); V_9 = ((int32_t)il2cpp_codegen_subtract(L_35, 1)); // touchRecordHeader = history.GetRecordUnchecked(touchRecordIndex); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_36 = V_4; int32_t L_37 = V_9; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_38; L_38 = InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6(L_36, L_37, NULL); V_10 = L_38; goto IL_0110; } IL_0109: { // touchRecordHeader = (InputStateHistory.RecordHeader*)((byte*)touchRecordHeader - touchRecordSize); RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_39 = V_10; int32_t L_40 = V_11; V_10 = ((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_subtract((intptr_t)L_39, L_40)); } IL_0110: { // var touchState = (TouchState*)touchRecordHeader->statePtrWithoutControlIndex; // History is tied to a single TouchControl. RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_41 = V_10; uint8_t* L_42; L_42 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_41, NULL); V_14 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_42; // var wasUpdatedThisFrame = touchState->updateStepCount == currentUpdateStepCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_43 = V_14; uint32_t L_44 = L_43->___updateStepCount_10; uint32_t L_45 = V_0; V_15 = (bool)((((int32_t)L_44) == ((int32_t)L_45))? 1 : 0); // if (touchState->touchId == currentTouchId && !touchState->phase.IsEndedOrCanceled()) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_46 = V_14; int32_t L_47 = L_46->___touchId_1; int32_t L_48 = V_7; if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_0181; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_49 = V_14; int32_t L_50; L_50 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_49, NULL); bool L_51; L_51 = InputExtensions_IsEndedOrCanceled_m00A006256F424472010DDC115CBAEFC4F9A024CA(L_50, NULL); if (L_51) { goto IL_0181; } } { // if (wasUpdatedThisFrame && touchState->phase == TouchPhase.Began) bool L_52 = V_15; if (!L_52) { goto IL_0309; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_53 = V_14; int32_t L_54; L_54 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_53, NULL); if ((!(((uint32_t)L_54) == ((uint32_t)1)))) { goto IL_0309; } } { // currentTouchState->phase = TouchPhase.Began; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_55 = V_8; TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_55, 1, NULL); // currentTouchState->position = touchState->position; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_56 = V_8; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_57 = V_14; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58 = L_57->___position_2; L_56->___position_2 = L_58; // currentTouchState->delta = default; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_59 = V_8; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_60 = (&L_59->___delta_3); il2cpp_codegen_initobj(L_60, sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)); // haveActiveTouchesNeedingRefreshNextUpdate = true; __this->___haveActiveTouchesNeedingRefreshNextUpdate_9 = (bool)1; // continue; goto IL_0309; } IL_0181: { // if (touchState->phase.IsEndedOrCanceled()) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_61 = V_14; int32_t L_62; L_62 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_61, NULL); bool L_63; L_63 = InputExtensions_IsEndedOrCanceled_m00A006256F424472010DDC115CBAEFC4F9A024CA(L_62, NULL); if (!L_63) { goto IL_01ab; } } { // if (!(touchState->beganInSameFrame && touchState->updateStepCount == currentUpdateStepCount - 1) && // !wasUpdatedThisFrame) TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_64 = V_14; bool L_65; L_65 = TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_64, NULL); if (!L_65) { goto IL_01a4; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_66 = V_14; uint32_t L_67 = L_66->___updateStepCount_10; uint32_t L_68 = V_0; if ((((int32_t)L_67) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, 1))))) { goto IL_01ab; } } IL_01a4: { bool L_69 = V_15; if (!L_69) { goto IL_0318; } } IL_01ab: { // var touchExtraState = (ExtraDataPerTouchState*)((byte*)touchRecordHeader + extraMemoryOffset); RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_70 = V_10; int32_t L_71 = V_12; V_16 = (ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4*)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_add((intptr_t)L_70, L_71)); // var newRecordHeader = activeTouchState.AllocateRecord(out var newRecordIndex); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_72 = __this->___activeTouchState_10; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_73; L_73 = InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707(L_72, (&V_18), NULL); V_17 = L_73; // var newRecordState = (TouchState*)newRecordHeader->statePtrWithControlIndex; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_74 = V_17; uint8_t* L_75; L_75 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_74, NULL); V_19 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_75; // var newRecordExtraState = (ExtraDataPerTouchState*)((byte*)newRecordHeader + activeTouchState.bytesPerRecord - UnsafeUtility.SizeOf()); RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_76 = V_17; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_77 = __this->___activeTouchState_10; int32_t L_78; L_78 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(L_77, NULL); int32_t L_79; L_79 = UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57(UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); V_20 = (ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4*)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_subtract((intptr_t)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_add((intptr_t)L_76, L_78)), L_79)); // newRecordHeader->time = touchRecordHeader->time; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_80 = V_17; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_81 = V_10; double L_82 = L_81->___time_0; L_80->___time_0 = L_82; // newRecordHeader->controlIndex = ArrayHelpers.AppendWithCapacity(ref activeTouchState.m_Controls, // ref activeTouchState.m_ControlCount, finger.m_StateHistory.controls[0]); RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_83 = V_17; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_84 = __this->___activeTouchState_10; InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_85 = (&((InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_84)->___m_Controls_3); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_86 = __this->___activeTouchState_10; int32_t* L_87 = (&((InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_86)->___m_ControlCount_4); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** L_88 = V_3; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_89 = *((Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A**)L_88); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_90 = L_89->___m_StateHistory_2; ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_91; L_91 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(L_90, NULL); V_24 = L_91; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_92; L_92 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_24), 0, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var); int32_t L_93; L_93 = ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A(L_85, L_87, L_92, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var); L_83->___controlIndex_2 = L_93; // UnsafeUtility.MemCpy(newRecordState, touchState, UnsafeUtility.SizeOf()); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_94 = V_19; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_95 = V_14; int32_t L_96; L_96 = UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59(UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_94, (void*)L_95, ((int64_t)L_96), NULL); // UnsafeUtility.MemCpy(newRecordExtraState, touchExtraState, UnsafeUtility.SizeOf()); ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_97 = V_20; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_98 = V_16; int32_t L_99; L_99 = UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57(UnsafeUtility_SizeOf_TisExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4_m17292481A0F243A8264A1F8A070E7B6246BD1B57_RuntimeMethod_var); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_97, (void*)L_98, ((int64_t)L_99), NULL); // var phase = touchState->phase; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_100 = V_14; int32_t L_101; L_101 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_100, NULL); V_21 = L_101; // if ((phase == TouchPhase.Moved || phase == TouchPhase.Began) && // !wasUpdatedThisFrame && !(phase == TouchPhase.Moved && touchState->beganInSameFrame && touchState->updateStepCount == currentUpdateStepCount - 1)) int32_t L_102 = V_21; if ((((int32_t)L_102) == ((int32_t)2))) { goto IL_0259; } } { int32_t L_103 = V_21; if ((!(((uint32_t)L_103) == ((uint32_t)1)))) { goto IL_028e; } } IL_0259: { bool L_104 = V_15; if (L_104) { goto IL_028e; } } { int32_t L_105 = V_21; if ((!(((uint32_t)L_105) == ((uint32_t)2)))) { goto IL_0277; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_106 = V_14; bool L_107; L_107 = TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_106, NULL); if (!L_107) { goto IL_0277; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_108 = V_14; uint32_t L_109 = L_108->___updateStepCount_10; uint32_t L_110 = V_0; if ((((int32_t)L_109) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, 1))))) { goto IL_028e; } } IL_0277: { // newRecordState->phase = TouchPhase.Stationary; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_111 = V_19; TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_111, 5, NULL); // newRecordState->delta = default; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_112 = V_19; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_113 = (&L_112->___delta_3); il2cpp_codegen_initobj(L_113, sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)); goto IL_02b8; } IL_028e: { // else if (!wasUpdatedThisFrame && !touchState->beganInSameFrame) bool L_114 = V_15; if (L_114) { goto IL_02aa; } } { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_115 = V_14; bool L_116; L_116 = TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320((TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_115, NULL); if (L_116) { goto IL_02aa; } } { // newRecordState->delta = default; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_117 = V_19; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_118 = (&L_117->___delta_3); il2cpp_codegen_initobj(L_118, sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)); goto IL_02b8; } IL_02aa: { // newRecordState->delta = newRecordExtraState->accumulatedDelta; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_119 = V_19; ExtraDataPerTouchState_tD418875A1F4A8898F6FA62CE313BEB447D687CB4* L_120 = V_20; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_121 = L_120->___accumulatedDelta_0; L_119->___delta_3 = L_121; } IL_02b8: { // var newRecord = new InputStateHistory.Record(activeTouchState, newRecordIndex, newRecordHeader); InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_122 = __this->___activeTouchState_10; int32_t L_123 = V_18; RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_124 = V_17; Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895((&V_22), L_122, L_123, L_124, Record__ctor_m1CACECB022FDAACE6482C208E6552F7614445895_RuntimeMethod_var); // var newTouch = new Touch(finger, newRecord); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A** L_125 = V_3; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_126 = *((Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A**)L_125); Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_127 = V_22; Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728((&V_23), L_126, L_127, NULL); // ArrayHelpers.InsertAtWithCapacity(ref activeTouches, ref activeTouchCount, insertAt, newTouch); TouchU5BU5D_t32B2235E604E83356406C886C1A817C01F7C6354** L_128 = (&__this->___activeTouches_3); int32_t* L_129 = (&__this->___activeTouchCount_5); int32_t L_130 = V_6; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_131 = V_23; ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60(L_128, L_129, L_130, L_131, ((int32_t)10), ArrayHelpers_InsertAtWithCapacity_TisTouch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_m98321242121000D55966FF534E3B042044932B60_RuntimeMethod_var); // currentTouchId = touchState->touchId; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_132 = V_14; int32_t L_133 = L_132->___touchId_1; V_7 = L_133; // currentTouchState = newRecordState; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_134 = V_19; V_8 = L_134; // if (newTouch.phase != TouchPhase.Stationary) int32_t L_135; L_135 = Touch_get_phase_m8269B0C7F19A3A0E187DADBAEC88D51D39C12939((&V_23), NULL); if ((((int32_t)L_135) == ((int32_t)5))) { goto IL_0309; } } { // haveActiveTouchesNeedingRefreshNextUpdate = true; __this->___haveActiveTouchesNeedingRefreshNextUpdate_9 = (bool)1; } IL_0309: { // for (var n = 0; n < touchRecordCount; ++n) int32_t L_136 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_136, 1)); } IL_030f: { // for (var n = 0; n < touchRecordCount; ++n) int32_t L_137 = V_13; int32_t L_138 = V_5; if ((((int32_t)L_137) < ((int32_t)L_138))) { goto IL_00e2; } } IL_0318: { // for (var i = 0; i < totalFingerCount; ++i) int32_t L_139 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_139, 1)); } IL_031c: { // for (var i = 0; i < totalFingerCount; ++i) int32_t L_140 = V_2; int32_t L_141 = __this->___totalFingerCount_6; if ((((int32_t)L_140) < ((int32_t)L_141))) { goto IL_0074; } } { // haveBuiltActiveTouches = true; __this->___haveBuiltActiveTouches_8 = (bool)1; // } return; } } IL2CPP_EXTERN_C void FingerAndTouchState_UpdateActiveTouches_m48D632ECA4B568270B458D9CED54AC591FBFBF43_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FingerAndTouchState_tC0A8EFA38A7428736E11195294EA7F6E1BA8F82D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FingerAndTouchState_UpdateActiveTouches_m48D632ECA4B568270B458D9CED54AC591FBFBF43(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m6D7B571C5F83CA82B830A0991AC446AC44EF1759 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* L_0 = (U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6*)il2cpp_codegen_object_new(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE31C1F868AE383042EB223A7961315337C794275(L_0, NULL); ((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE31C1F868AE383042EB223A7961315337C794275 (U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::b__78_0(UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__78_0_m0868752872E1B31C85DAEB17E4E73889B0C6C8A0 (U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* __this, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (ref GlobalState state) => s_GlobalState = state, GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A* L_0 = ___state0; GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A L_1 = (*(GlobalState_tFDD5D3FE93083EE02E4E8987E61A5D7D5F5CE61A*)L_0); il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); ((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___fingers_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&((Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_StaticFields*)il2cpp_codegen_static_fields_for(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var))->___s_GlobalState_2))->___playerState_5))->___activeTouchState_10), (void*)NULL); #endif return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.Touch/<>c::b__78_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__78_1_m92D6BCF9F85D9FEB5BB866AE1502698081D78CF8 (U3CU3Ec_t8DA3DD7AAEB2E672E4D5166F6CB53BF8FD66FBF6* __this, const RuntimeMethod* method) { { // () => { /* currently nothing to dispose */ }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.TouchHistory IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_pinvoke(const TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580& unmarshaled, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_pinvoke& marshaled) { Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'TouchHistory'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL); } IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_pinvoke_back(const TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_pinvoke& marshaled, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580& unmarshaled) { Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'TouchHistory'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.TouchHistory IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_pinvoke_cleanup(TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.EnhancedTouch.TouchHistory IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_com(const TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580& unmarshaled, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_com& marshaled) { Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'TouchHistory'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL); } IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_com_back(const TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_com& marshaled, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580& unmarshaled) { Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'TouchHistory'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.EnhancedTouch.TouchHistory IL2CPP_EXTERN_C void TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshal_com_cleanup(TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580_marshaled_com& marshaled) { } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory::.ctor(UnityEngine.InputSystem.EnhancedTouch.Finger,UnityEngine.InputSystem.LowLevel.InputStateHistory`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___history1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B2_0 = NULL; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B1_0 = NULL; int32_t G_B3_0 = 0; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B3_1 = NULL; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B5_0 = NULL; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B4_0 = NULL; int32_t G_B6_0 = 0; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* G_B6_1 = NULL; { // m_Finger = finger; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = ___finger0; __this->___m_Finger_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Finger_1), (void*)L_0); // m_History = history; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_1 = ___history1; __this->___m_History_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_History_0), (void*)L_1); // m_Version = history.version; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_2 = ___history1; uint32_t L_3; L_3 = InputStateHistory_get_version_m89DDB085F1210A84797C85822792F5FBF73C25F0_inline(L_2, NULL); __this->___m_Version_4 = L_3; // m_Count = count >= 0 ? count : m_History.Count; int32_t L_4 = ___count3; G_B1_0 = __this; if ((((int32_t)L_4) >= ((int32_t)0))) { G_B2_0 = __this; goto IL_002d; } } { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_5 = __this->___m_History_0; int32_t L_6; L_6 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_5, NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_002f; } IL_002d: { int32_t L_7 = ___count3; G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_002f: { G_B3_1->___m_Count_2 = G_B3_0; // m_StartIndex = startIndex >= 0 ? startIndex : m_History.Count - 1; int32_t L_8 = ___startIndex2; G_B4_0 = __this; if ((((int32_t)L_8) >= ((int32_t)0))) { G_B5_0 = __this; goto IL_0048; } } { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_9 = __this->___m_History_0; int32_t L_10; L_10 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_9, NULL); G_B6_0 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); G_B6_1 = G_B4_0; goto IL_0049; } IL_0048: { int32_t L_11 = ___startIndex2; G_B6_0 = L_11; G_B6_1 = G_B5_0; } IL_0049: { G_B6_1->___m_StartIndex_3 = G_B6_0; // } return; } } IL2CPP_EXTERN_C void TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814_AdjustorThunk (RuntimeObject* __this, Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* ___finger0, InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* ___history1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchHistory__ctor_m3416A30524B233DED1F8C753398436191ED44814(_thisAdjusted, ___finger0, ___history1, ___startIndex2, ___count3, method); } // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TouchHistory_GetEnumerator_mA49607C32F33B1D33F460C0E3882161F18001B7E (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Enumerator(this); TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_0 = (*(TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580*)__this); Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* L_1 = (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5*)il2cpp_codegen_object_new(Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5_il2cpp_TypeInfo_var); Enumerator__ctor_m74864CB6B9CA6B01970FD5A8A88A9F68A00C6D72(L_1, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C RuntimeObject* TouchHistory_GetEnumerator_mA49607C32F33B1D33F460C0E3882161F18001B7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = TouchHistory_GetEnumerator_mA49607C32F33B1D33F460C0E3882161F18001B7E(_thisAdjusted, method); return _returnValue; } // System.Collections.IEnumerator UnityEngine.InputSystem.EnhancedTouch.TouchHistory::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TouchHistory_System_Collections_IEnumerable_GetEnumerator_m4337DC86FF76C3ACE3E301937F383D911A8D20C5 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) { { // return GetEnumerator(); RuntimeObject* L_0; L_0 = TouchHistory_GetEnumerator_mA49607C32F33B1D33F460C0E3882161F18001B7E(__this, NULL); return L_0; } } IL2CPP_EXTERN_C RuntimeObject* TouchHistory_System_Collections_IEnumerable_GetEnumerator_m4337DC86FF76C3ACE3E301937F383D911A8D20C5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = TouchHistory_System_Collections_IEnumerable_GetEnumerator_m4337DC86FF76C3ACE3E301937F383D911A8D20C5(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.EnhancedTouch.TouchHistory::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) { { // public int Count => m_Count; int32_t L_0 = __this->___m_Count_2; return L_0; } } IL2CPP_EXTERN_C int32_t TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.TouchHistory::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // CheckValid(); TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038(__this, NULL); // if (index < 0 || index >= Count) int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2; L_2 = TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline(__this, NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0039; } } IL_0013: { // throw new ArgumentOutOfRangeException( // $"Index {index} is out of range for history with {Count} entries", nameof(index)); int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4); int32_t L_6; L_6 = TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline(__this, NULL); int32_t L_7 = L_6; RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD408E794AF2B358E256380A4F7BA14299C3D5801)), L_5, L_8, NULL); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF_RuntimeMethod_var))); } IL_0039: { // return new Touch(m_Finger, m_History[m_StartIndex - index]); Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_11 = __this->___m_Finger_1; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_12 = __this->___m_History_0; int32_t L_13 = __this->___m_StartIndex_3; int32_t L_14 = ___index0; Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4 L_15; L_15 = InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888(L_12, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), InputStateHistory_1_get_Item_m54ECCC9368B747D34D2EAA4500B6D459C35FF888_RuntimeMethod_var); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_16; memset((&L_16), 0, sizeof(L_16)); Touch__ctor_mD4F3EE89F869C4A4C4ED358943FC508EED0F0728((&L_16), L_11, L_15, /*hidden argument*/NULL); return L_16; } } IL2CPP_EXTERN_C Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 _returnValue; _returnValue = TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF(_thisAdjusted, ___index0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory::CheckValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038 (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) { { // if (m_Finger == null || m_History == null) Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = __this->___m_Finger_1; if (!L_0) { goto IL_0010; } } { InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_1 = __this->___m_History_0; if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Touch history not initialized"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0654CF7A7652A61085CCC7B975A9FB4D7C53DD46)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038_RuntimeMethod_var))); } IL_001b: { // if (m_History.version != m_Version) InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_3 = __this->___m_History_0; uint32_t L_4; L_4 = InputStateHistory_get_version_m89DDB085F1210A84797C85822792F5FBF73C25F0_inline(L_3, NULL); uint32_t L_5 = __this->___m_Version_4; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0039; } } { // throw new InvalidOperationException( // "Touch history is no longer valid; the recorded history has been changed"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80C0A09DC56E67593A40EC47DEE2A4827DB0BC33)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038_RuntimeMethod_var))); } IL_0039: { // } return; } } IL2CPP_EXTERN_C void TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchHistory_CheckValid_m16A4AC2BB2AA62C738B2A9F916002454F83C2038(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::.ctor(UnityEngine.InputSystem.EnhancedTouch.TouchHistory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m74864CB6B9CA6B01970FD5A8A88A9F68A00C6D72 (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 ___owner0, const RuntimeMethod* method) { { // internal Enumerator(TouchHistory owner) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Owner = owner; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_0 = ___owner0; __this->___m_Owner_0 = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Owner_0))->___m_History_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Owner_0))->___m_Finger_1), (void*)NULL); #endif // m_Index = -1; __this->___m_Index_1 = (-1); // } return; } } // System.Boolean UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1E2B8AF0617D0C2729AEDE7986BFCF3BFA4EB74E (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_Index >= m_Owner.Count - 1) int32_t L_0 = __this->___m_Index_1; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_1 = __this->___m_Owner_0; V_0 = L_1; int32_t L_2; L_2 = TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline((&V_0), NULL); if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1))))) { goto IL_001a; } } { // return false; return (bool)0; } IL_001a: { // ++m_Index; int32_t L_3 = __this->___m_Index_1; __this->___m_Index_1 = ((int32_t)il2cpp_codegen_add(L_3, 1)); // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mBC033BF242FA3EE5387F2E07ADA1849151824845 (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) { { // m_Index = -1; __this->___m_Index_1 = (-1); // } return; } } // UnityEngine.InputSystem.EnhancedTouch.Touch UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 Enumerator_get_Current_m063D55945EB78459BBDCE1AF96021395F5E873A6 (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) { TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 V_0; memset((&V_0), 0, sizeof(V_0)); { // public Touch Current => m_Owner[m_Index]; TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580 L_0 = __this->___m_Owner_0; V_0 = L_0; int32_t L_1 = __this->___m_Index_1; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_2; L_2 = TouchHistory_get_Item_m2CF5BFE3F5263F361E7CBFD083E7449DA4F42BBF((&V_0), L_1, NULL); return L_2; } } // System.Object UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m46251565F2D8EB1497DDDA07F8BC825A9BAA411F (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // object IEnumerator.Current => Current; Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_0; L_0 = Enumerator_get_Current_m063D55945EB78459BBDCE1AF96021395F5E873A6(__this, NULL); Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70 L_1 = L_0; RuntimeObject* L_2 = Box(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchHistory/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m394A020A3119E7C53B7A3DDB7E6EAD231A26CC4A (Enumerator_tED4978E8A7E5E733B9D8095128F1BD464A0214C5* __this, const RuntimeMethod* method) { { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Touchscreen UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::get_simulatedTouchscreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) { { // public Touchscreen simulatedTouchscreen { get; private set; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = __this->___U3CsimulatedTouchscreenU3Ek__BackingField_4; return L_0; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::set_simulatedTouchscreen(UnityEngine.InputSystem.Touchscreen) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_set_simulatedTouchscreen_m59218EBAFC13C1FF0019F59F12378749620C9EEF (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___value0, const RuntimeMethod* method) { { // public Touchscreen simulatedTouchscreen { get; private set; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = ___value0; __this->___U3CsimulatedTouchscreenU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsimulatedTouchscreenU3Ek__BackingField_4), (void*)L_0); return; } } // UnityEngine.InputSystem.EnhancedTouch.TouchSimulation UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static TouchSimulation instance => s_Instance; TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_0 = ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13; return L_0; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::Enable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_Enable_m86E0F695BFC248E7E28DC62C65D92E4666F49513 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_m3332B854D47D58542E9A5D19442054BDFC92FD85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (instance == null) TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_0; L_0 = TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_003b; } } { // var hiddenGO = new GameObject(); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_2, NULL); // hiddenGO.SetActive(false); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = L_2; GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_3, (bool)0, NULL); // hiddenGO.hideFlags = HideFlags.HideAndDontSave; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = L_3; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_4, ((int32_t)61), NULL); // s_Instance = hiddenGO.AddComponent(); TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_5; L_5 = GameObject_AddComponent_TisTouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_m3332B854D47D58542E9A5D19442054BDFC92FD85(L_4, GameObject_AddComponent_TisTouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_m3332B854D47D58542E9A5D19442054BDFC92FD85_RuntimeMethod_var); ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13), (void*)L_5); // instance.gameObject.SetActive(true); TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_6; L_6 = TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline(NULL); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7; L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL); GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_7, (bool)1, NULL); } IL_003b: { // instance.enabled = true; TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_8; L_8 = TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline(NULL); Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_8, (bool)1, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::Disable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_Disable_m321E8840F88BE92343D64A728694FFA942EEC69E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (instance != null) TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_0; L_0 = TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0018; } } { // instance.enabled = false; TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_2; L_2 = TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline(NULL); Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_2, (bool)0, NULL); } IL_0018: { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_Destroy_mC3AABFD5B70AE4DF4F47BEDEFEFE5D5DC6AA837F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Disable(); TouchSimulation_Disable_m321E8840F88BE92343D64A728694FFA942EEC69E(NULL); // if (s_Instance != null) TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_0 = ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0027; } } { // Destroy(s_Instance.gameObject); TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_2 = ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3; L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_3, NULL); // s_Instance = null; ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13 = (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13), (void*)(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0*)NULL); } IL_0027: { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::AddPointer(UnityEngine.InputSystem.Pointer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_AddPointer_mAF311DF959277CE67860C36E4650A3EE734194C1 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___pointer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m4A3CE75746FB1AFC8283C6E8B76E923666A07961_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_ContainsReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mF487A3E7CDC1C0B29B2BB3178D9CB4398D6A37D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (pointer == null) Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_0 = ___pointer0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(pointer)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D74755D51876350D4B4382E014E2E93AD3D3B73)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchSimulation_AddPointer_mAF311DF959277CE67860C36E4650A3EE734194C1_RuntimeMethod_var))); } IL_000e: { // if (m_Pointers.ContainsReference(m_NumPointers, pointer)) PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_2 = __this->___m_Pointers_6; int32_t L_3 = __this->___m_NumPointers_5; Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_4 = ___pointer0; bool L_5; L_5 = ArrayHelpers_ContainsReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mF487A3E7CDC1C0B29B2BB3178D9CB4398D6A37D7(L_2, L_3, L_4, ArrayHelpers_ContainsReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mF487A3E7CDC1C0B29B2BB3178D9CB4398D6A37D7_RuntimeMethod_var); if (!L_5) { goto IL_0023; } } { // return; return; } IL_0023: { // var numPointers = m_NumPointers; int32_t L_6 = __this->___m_NumPointers_5; V_0 = L_6; // ArrayHelpers.AppendWithCapacity(ref m_Pointers, ref m_NumPointers, pointer); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5** L_7 = (&__this->___m_Pointers_6); int32_t* L_8 = (&__this->___m_NumPointers_5); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_9 = ___pointer0; int32_t L_10; L_10 = ArrayHelpers_AppendWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m4A3CE75746FB1AFC8283C6E8B76E923666A07961(L_7, L_8, L_9, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m4A3CE75746FB1AFC8283C6E8B76E923666A07961_RuntimeMethod_var); // ArrayHelpers.AppendWithCapacity(ref m_CurrentPositions, ref numPointers, default); Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA** L_11 = (&__this->___m_CurrentPositions_7); il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_1; int32_t L_13; L_13 = ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB(L_11, (&V_0), L_12, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m3A71519E09A45B56D1B833BEDC4B8B217736AACB_RuntimeMethod_var); // InputSystem.DisableDevice(pointer, keepSendingEvents: true); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_14 = ___pointer0; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_DisableDevice_m19E310307F986FDBCC83048107E4BDC25F9FD26B(L_14, (bool)1, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::RemovePointer(UnityEngine.InputSystem.Pointer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_RemovePointer_m787BDB97748ADD4B28C3AFB85304B6A938889B42 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___pointer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAtWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m0C0B81FF19D0A1AB73D89611640C2DA671D3389E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mAF4E5E77C2382FF511F4C4F6C5A3ABFB6182785C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_3 = NULL; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (pointer == null) Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_0 = ___pointer0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(pointer)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D74755D51876350D4B4382E014E2E93AD3D3B73)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchSimulation_RemovePointer_m787BDB97748ADD4B28C3AFB85304B6A938889B42_RuntimeMethod_var))); } IL_000e: { // var pointerIndex = m_Pointers.IndexOfReference(pointer, m_NumPointers); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_2 = __this->___m_Pointers_6; Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_3 = ___pointer0; int32_t L_4 = __this->___m_NumPointers_5; int32_t L_5; L_5 = ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mAF4E5E77C2382FF511F4C4F6C5A3ABFB6182785C(L_2, L_3, L_4, ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_mAF4E5E77C2382FF511F4C4F6C5A3ABFB6182785C_RuntimeMethod_var); V_0 = L_5; // if (pointerIndex == -1) int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0026; } } { // return; return; } IL_0026: { // for (var i = 0; i < m_Touches.Length; ++i) V_2 = 0; goto IL_0056; } IL_002a: { // var button = m_Touches[i]; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_7 = __this->___m_Touches_8; int32_t L_8 = V_2; int32_t L_9 = L_8; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_10 = (L_7)->GetAtUnchecked(static_cast(L_9)); V_3 = L_10; // if (button != null && button.device != pointer) ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_11 = V_3; if (!L_11) { goto IL_003f; } } { ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_12 = V_3; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13; L_13 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_12, NULL); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_14 = ___pointer0; if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_13) == ((RuntimeObject*)(Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*)L_14)))) { goto IL_0052; } } IL_003f: { // UpdateTouch(i, pointerIndex, TouchPhase.Canceled); int32_t L_15 = V_2; int32_t L_16 = V_0; il2cpp_codegen_initobj((&V_4), sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_17 = V_4; TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE(__this, L_15, L_16, 4, L_17, NULL); } IL_0052: { // for (var i = 0; i < m_Touches.Length; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0056: { // for (var i = 0; i < m_Touches.Length; ++i) int32_t L_19 = V_2; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_20 = __this->___m_Touches_8; if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_002a; } } { // var numPointers = m_NumPointers; int32_t L_21 = __this->___m_NumPointers_5; V_1 = L_21; // m_Pointers.EraseAtWithCapacity(ref m_NumPointers, pointerIndex); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_22 = __this->___m_Pointers_6; int32_t* L_23 = (&__this->___m_NumPointers_5); int32_t L_24 = V_0; ArrayHelpers_EraseAtWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m0C0B81FF19D0A1AB73D89611640C2DA671D3389E(L_22, L_23, L_24, ArrayHelpers_EraseAtWithCapacity_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m0C0B81FF19D0A1AB73D89611640C2DA671D3389E_RuntimeMethod_var); // m_CurrentPositions.EraseAtWithCapacity(ref numPointers, pointerIndex); Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_25 = __this->___m_CurrentPositions_7; int32_t L_26 = V_0; ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A(L_25, (&V_1), L_26, ArrayHelpers_EraseAtWithCapacity_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m154F09AD67B1E08C1341636725AF5D60BD3D587A_RuntimeMethod_var); // if (pointer.added) Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_27 = ___pointer0; bool L_28; L_28 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_27, NULL); if (!L_28) { goto IL_0096; } } { // InputSystem.EnableDevice(pointer); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_29 = ___pointer0; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_EnableDevice_mED1442951B67B1B8742C29CE7F3ED2828B3B44F7(L_29, NULL); } IL_0096: { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnEvent_m1D309DAE95183E20C72075AE2B502EC6C0066414 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mB09BF2856995673BC9969B5E877CC8A9B8BCD443_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF9137BEBBCF508C0D1E21C926C31E9A44FABA97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m7255E2EDA1E06E6C8F99AF1564A17FCA40A970BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_1; memset((&V_1), 0, sizeof(V_1)); Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* V_2 = NULL; void* V_3 = NULL; int32_t V_4 = 0; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_5 = NULL; void* V_6 = NULL; InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB V_7; memset((&V_7), 0, sizeof(V_7)); InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_8; memset((&V_8), 0, sizeof(V_8)); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_9 = NULL; void* V_10 = NULL; float V_11 = 0.0f; int32_t V_12 = 0; { // var pointerIndex = m_Pointers.IndexOfReference(device, m_NumPointers); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_0 = __this->___m_Pointers_6; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device1; int32_t L_2 = __this->___m_NumPointers_5; int32_t L_3; L_3 = ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m7255E2EDA1E06E6C8F99AF1564A17FCA40A970BB(L_0, L_1, L_2, ArrayHelpers_IndexOfReference_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m7255E2EDA1E06E6C8F99AF1564A17FCA40A970BB_RuntimeMethod_var); V_0 = L_3; // if (pointerIndex < 0) int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0018; } } { // return; return; } IL_0018: { // var eventType = eventPtr.type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5; L_5 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr0), NULL); V_1 = L_5; // if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7; L_7 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); bool L_8; L_8 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_6, L_7, NULL); if (!L_8) { goto IL_0045; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10; L_10 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); bool L_11; L_11 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_9, L_10, NULL); if (!L_11) { goto IL_0045; } } { // return; return; } IL_0045: { // var positionControl = m_Pointers[pointerIndex].position; PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_12 = __this->___m_Pointers_6; int32_t L_13 = V_0; int32_t L_14 = L_13; Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_15 = (L_12)->GetAtUnchecked(static_cast(L_14)); Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_16; L_16 = Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline(L_15, NULL); V_2 = L_16; // var positionStatePtr = positionControl.GetStatePtrFromStateEventUnchecked(eventPtr, eventType); Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_17 = V_2; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_18 = ___eventPtr0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19 = V_1; void* L_20; L_20 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m8076A50F95247F90A0C8C06EF4D74C8F0F73AAA6(L_17, L_18, L_19, NULL); V_3 = L_20; // if (positionStatePtr != null) void* L_21 = V_3; if ((((intptr_t)L_21) == ((intptr_t)((uintptr_t)0)))) { goto IL_0074; } } { // m_CurrentPositions[pointerIndex] = positionControl.ReadValueFromState(positionStatePtr); Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_22 = __this->___m_CurrentPositions_7; int32_t L_23 = V_0; Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_24 = V_2; void* L_25 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26; L_26 = InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37(L_24, L_25, InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var); (L_22)->SetAtUnchecked(static_cast(L_23), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_26); } IL_0074: { // for (var i = 0; i < m_Touches.Length; ++i) V_4 = 0; goto IL_00dc; } IL_0079: { // var button = m_Touches[i]; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_27 = __this->___m_Touches_8; int32_t L_28 = V_4; int32_t L_29 = L_28; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_30 = (L_27)->GetAtUnchecked(static_cast(L_29)); V_5 = L_30; // if (button == null || button.device != device) ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_31 = V_5; if (!L_31) { goto IL_00d6; } } { ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_32 = V_5; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_33; L_33 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_32, NULL); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_34 = ___device1; if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_33) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_34)))) { goto IL_00d6; } } { // var buttonStatePtr = button.GetStatePtrFromStateEventUnchecked(eventPtr, eventType); ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_35 = V_5; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_36 = ___eventPtr0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_37 = V_1; void* L_38; L_38 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m8076A50F95247F90A0C8C06EF4D74C8F0F73AAA6(L_35, L_36, L_37, NULL); V_6 = L_38; // if (buttonStatePtr == null) void* L_39 = V_6; if ((!(((uintptr_t)L_39) == ((uintptr_t)((uintptr_t)0))))) { goto IL_00b5; } } { // if (positionStatePtr != null) void* L_40 = V_3; if ((((intptr_t)L_40) == ((intptr_t)((uintptr_t)0)))) { goto IL_00d6; } } { // UpdateTouch(i, pointerIndex, TouchPhase.Moved, eventPtr); int32_t L_41 = V_4; int32_t L_42 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_43 = ___eventPtr0; TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE(__this, L_41, L_42, 2, L_43, NULL); goto IL_00d6; } IL_00b5: { // else if (button.ReadValueFromState(buttonStatePtr) < (ButtonControl.s_GlobalDefaultButtonPressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold)) ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_44 = V_5; void* L_45 = V_6; float L_46; L_46 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_44, L_45, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var); float L_47 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34; float L_48 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35; if ((!(((float)L_46) < ((float)((float)il2cpp_codegen_multiply(L_47, L_48)))))) { goto IL_00d6; } } { // UpdateTouch(i, pointerIndex, TouchPhase.Ended, eventPtr); int32_t L_49 = V_4; int32_t L_50 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_51 = ___eventPtr0; TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE(__this, L_49, L_50, 3, L_51, NULL); } IL_00d6: { // for (var i = 0; i < m_Touches.Length; ++i) int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_00dc: { // for (var i = 0; i < m_Touches.Length; ++i) int32_t L_53 = V_4; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_54 = __this->___m_Touches_8; if ((((int32_t)L_53) < ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))))) { goto IL_0079; } } { // foreach (var control in eventPtr.EnumerateControls(InputControlExtensions.Enumerate.IgnoreControlsInDefaultState, device)) InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_55 = ___eventPtr0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_56 = ___device1; InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_57; L_57 = InputControlExtensions_EnumerateControls_m9D7E9EAACBDCB1D105D829B9E9FFD2B3E8CF7BC0(L_55, 1, L_56, (0.0f), NULL); V_8 = L_57; InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB L_58; L_58 = InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869((&V_8), NULL); V_7 = L_58; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01a2: {// begin finally (depth: 1) InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB((&V_7), NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0194_1; } IL_0105_1: { // foreach (var control in eventPtr.EnumerateControls(InputControlExtensions.Enumerate.IgnoreControlsInDefaultState, device)) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_59; L_59 = InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline((&V_7), NULL); V_9 = L_59; // if (!control.isButton) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_60 = V_9; bool L_61; L_61 = InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF(L_60, NULL); if (!L_61) { goto IL_0194_1; } } { // var buttonStatePtr = control.GetStatePtrFromStateEventUnchecked(eventPtr, eventType); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_62 = V_9; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_63 = ___eventPtr0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_64 = V_1; void* L_65; L_65 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m8076A50F95247F90A0C8C06EF4D74C8F0F73AAA6(L_62, L_63, L_64, NULL); V_10 = L_65; // var value = 0f; V_11 = (0.0f); // control.ReadValueFromStateIntoBuffer(buttonStatePtr, UnsafeUtility.AddressOf(ref value), 4); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_66 = V_9; void* L_67 = V_10; void* L_68; L_68 = il2cpp_codegen_unsafe_cast((&V_11)); VirtualActionInvoker3< void*, void*, int32_t >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputControl::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) */, L_66, L_67, L_68, 4); // if (value <= ButtonControl.s_GlobalDefaultButtonPressPoint) float L_69 = V_11; float L_70 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34; if ((((float)L_69) <= ((float)L_70))) { goto IL_0194_1; } } { // var touchIndex = m_Touches.IndexOfReference(control); ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_71 = __this->___m_Touches_8; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_72 = V_9; int32_t L_73; L_73 = ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF9137BEBBCF508C0D1E21C926C31E9A44FABA97(L_71, L_72, (-1), ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF9137BEBBCF508C0D1E21C926C31E9A44FABA97_RuntimeMethod_var); V_12 = L_73; // if (touchIndex < 0) int32_t L_74 = V_12; if ((((int32_t)L_74) >= ((int32_t)0))) { goto IL_0189_1; } } { // touchIndex = m_Touches.IndexOfReference((ButtonControl)null); ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_75 = __this->___m_Touches_8; int32_t L_76; L_76 = ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mB09BF2856995673BC9969B5E877CC8A9B8BCD443(L_75, (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)NULL, (-1), ArrayHelpers_IndexOfReference_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mB09BF2856995673BC9969B5E877CC8A9B8BCD443_RuntimeMethod_var); V_12 = L_76; // if (touchIndex >= 0) // If negative, we're at max touch count and can't add more. int32_t L_77 = V_12; if ((((int32_t)L_77) < ((int32_t)0))) { goto IL_0194_1; } } { // m_Touches[touchIndex] = (ButtonControl)control; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_78 = __this->___m_Touches_8; int32_t L_79 = V_12; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_80 = V_9; ArrayElementTypeCheck (L_78, ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)CastclassClass((RuntimeObject*)L_80, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))); (L_78)->SetAtUnchecked(static_cast(L_79), (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)CastclassClass((RuntimeObject*)L_80, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))); // UpdateTouch(touchIndex, pointerIndex, TouchPhase.Began, eventPtr); int32_t L_81 = V_12; int32_t L_82 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_83 = ___eventPtr0; TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE(__this, L_81, L_82, 1, L_83, NULL); goto IL_0194_1; } IL_0189_1: { // UpdateTouch(touchIndex, pointerIndex, TouchPhase.Moved, eventPtr); int32_t L_84 = V_12; int32_t L_85 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_86 = ___eventPtr0; TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE(__this, L_84, L_85, 2, L_86, NULL); } IL_0194_1: { // foreach (var control in eventPtr.EnumerateControls(InputControlExtensions.Enumerate.IgnoreControlsInDefaultState, device)) bool L_87; L_87 = InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107((&V_7), NULL); if (L_87) { goto IL_0105_1; } } { goto IL_01b0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01b0: { // eventPtr.handled = true; InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0((&___eventPtr0), (bool)1, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnDeviceChange(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___change1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* V_0 = NULL; Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* V_1 = NULL; { // if (device == simulatedTouchscreen && change == InputDeviceChange.Removed) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1; L_1 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*)L_1)))) { goto IL_0013; } } { int32_t L_2 = ___change1; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0013; } } { // Disable(); TouchSimulation_Disable_m321E8840F88BE92343D64A728694FFA942EEC69E(NULL); // return; return; } IL_0013: { int32_t L_3 = ___change1; if (!L_3) { goto IL_001b; } } { int32_t L_4 = ___change1; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0036; } } { return; } IL_001b: { // if (device is Pointer pointer) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5 = ___device0; V_0 = ((Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*)IsInstClass((RuntimeObject*)L_5, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var)); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_6 = V_0; if (!L_6) { goto IL_0047; } } { // if (device is Touchscreen) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_7 = ___device0; if (!((Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*)IsInstClass((RuntimeObject*)L_7, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var))) { goto IL_002e; } } { // return; ////TODO: decide what to do return; } IL_002e: { // AddPointer(pointer); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_8 = V_0; TouchSimulation_AddPointer_mAF311DF959277CE67860C36E4650A3EE734194C1(__this, L_8, NULL); // break; return; } IL_0036: { // if (device is Pointer pointer) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___device0; V_1 = ((Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A*)IsInstClass((RuntimeObject*)L_9, Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var)); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_10 = V_1; if (!L_10) { goto IL_0047; } } { // RemovePointer(pointer); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_11 = V_1; TouchSimulation_RemovePointer_m787BDB97748ADD4B28C3AFB85304B6A938889B42(__this, L_11, NULL); } IL_0047: { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnEnable_m37DCAA82A4054B9D9A6E7C861F17907CB50F2F9F (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_AddDevice_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_mD79344B098B9A9FB343FF886B1570591ABE366F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_OnEvent_m1D309DAE95183E20C72075AE2B502EC6C0066414_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A5AC4668ADDA05D44CC58641856CAE1ADB66D24); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E V_0; memset((&V_0), 0, sizeof(V_0)); Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B V_1; memset((&V_1), 0, sizeof(V_1)); ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_2; memset((&V_2), 0, sizeof(V_2)); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL; { // if (simulatedTouchscreen != null) Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0; L_0 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); if (!L_0) { goto IL_0022; } } { // if (!simulatedTouchscreen.added) Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1; L_1 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); bool L_2; L_2 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_1, NULL); if (L_2) { goto IL_004f; } } { // InputSystem.AddDevice(simulatedTouchscreen); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_3; L_3 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_AddDevice_m376584E1F76AFF2176913A885355E4F317E7323A(L_3, NULL); goto IL_004f; } IL_0022: { // simulatedTouchscreen = InputSystem.GetDevice("Simulated Touchscreen") as Touchscreen; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4; L_4 = InputSystem_GetDevice_m88ED9934452B1049D926A08063E287DB0E60AFF1(_stringLiteral2A5AC4668ADDA05D44CC58641856CAE1ADB66D24, NULL); TouchSimulation_set_simulatedTouchscreen_m59218EBAFC13C1FF0019F59F12378749620C9EEF_inline(__this, ((Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE*)IsInstClass((RuntimeObject*)L_4, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var)), NULL); // if (simulatedTouchscreen == null) Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_5; L_5 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); if (L_5) { goto IL_004f; } } { // simulatedTouchscreen = InputSystem.AddDevice("Simulated Touchscreen"); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_6; L_6 = InputSystem_AddDevice_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_mD79344B098B9A9FB343FF886B1570591ABE366F5(_stringLiteral2A5AC4668ADDA05D44CC58641856CAE1ADB66D24, InputSystem_AddDevice_TisTouchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_mD79344B098B9A9FB343FF886B1570591ABE366F5_RuntimeMethod_var); TouchSimulation_set_simulatedTouchscreen_m59218EBAFC13C1FF0019F59F12378749620C9EEF_inline(__this, L_6, NULL); } IL_004f: { // if (m_Touches == null) ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_7 = __this->___m_Touches_8; if (L_7) { goto IL_0075; } } { // m_Touches = new ButtonControl[simulatedTouchscreen.touches.Count]; Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_8; L_8 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_9; L_9 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_8, NULL); V_0 = L_9; int32_t L_10; L_10 = ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_inline((&V_0), ReadOnlyArray_1_get_Count_m322B2C406CB93A8BB27DDBA287593AE863B8AA03_RuntimeMethod_var); ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_11 = (ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7*)(ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7*)SZArrayNew(ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->___m_Touches_8 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Touches_8), (void*)L_11); } IL_0075: { // foreach (var device in InputSystem.devices) il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_12; L_12 = InputSystem_get_devices_mBE599285E43211ACE15248654A3E3D7DB42C85CA(NULL); V_2 = L_12; Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B L_13; L_13 = ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C((&V_2), ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var); V_1 = L_13; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a0: {// begin finally (depth: 1) Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB((&V_1), Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0095_1; } IL_0085_1: { // foreach (var device in InputSystem.devices) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_14; L_14 = Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945((&V_1), Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var); V_3 = L_14; // OnDeviceChange(device, InputDeviceChange.Added); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_15 = V_3; TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7(__this, L_15, 0, NULL); } IL_0095_1: { // foreach (var device in InputSystem.devices) bool L_16; L_16 = Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC((&V_1), Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var); if (L_16) { goto IL_0085_1; } } { goto IL_00ae; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ae: { // if (m_OnDeviceChange == null) Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_17 = __this->___m_OnDeviceChange_11; if (L_17) { goto IL_00c8; } } { // m_OnDeviceChange = OnDeviceChange; Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_18 = (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333*)il2cpp_codegen_object_new(Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333_il2cpp_TypeInfo_var); Action_2__ctor_m23A4911D82F290811EDC6BFC315C339857526804(L_18, __this, (intptr_t)((void*)TouchSimulation_OnDeviceChange_mBBFFE124D77C484CF2AFC391E9A53C408F4689B7_RuntimeMethod_var), NULL); __this->___m_OnDeviceChange_11 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnDeviceChange_11), (void*)L_18); } IL_00c8: { // if (m_OnEvent == null) Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_19 = __this->___m_OnEvent_12; if (L_19) { goto IL_00e2; } } { // m_OnEvent = OnEvent; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_20 = (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)il2cpp_codegen_object_new(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10(L_20, __this, (intptr_t)((void*)TouchSimulation_OnEvent_m1D309DAE95183E20C72075AE2B502EC6C0066414_RuntimeMethod_var), NULL); __this->___m_OnEvent_12 = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnEvent_12), (void*)L_20); } IL_00e2: { // InputSystem.onDeviceChange += m_OnDeviceChange; Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_21 = __this->___m_OnDeviceChange_11; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_add_onDeviceChange_mC1BAF8DE08B2B3F6D0A98D80AE1E4FF5531C60FA(L_21, NULL); // InputSystem.onEvent += m_OnEvent; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_22; L_22 = InputSystem_get_onEvent_mADCC1DBC03BC468ABF3AF7FB9BF2A0D9E1740510(NULL); Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_23 = __this->___m_OnEvent_12; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_24; L_24 = InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC(L_22, L_23, NULL); InputSystem_set_onEvent_m8FD1599425D2F0408F6001E4D1663D53105D7F21(L_24, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnDisable_mE30E1DE15C94403CBA3FA54BD7E18C89C5CEF584 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Clear_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mBDC379B2F0C95AC42366BF126E7830F8AADBE0EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Clear_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m161A17E48623F7125BC715564D82E7095F4400F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (simulatedTouchscreen != null && simulatedTouchscreen.added) Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0; L_0 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); if (!L_0) { goto IL_0020; } } { Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_1; L_1 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); bool L_2; L_2 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_1, NULL); if (!L_2) { goto IL_0020; } } { // InputSystem.RemoveDevice(simulatedTouchscreen); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_3; L_3 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_RemoveDevice_mBA895DEE9FCFC53AC9040DE72860D95ABFB5E858(L_3, NULL); } IL_0020: { // for (var i = 0; i < m_NumPointers; ++i) V_0 = 0; goto IL_0035; } IL_0024: { // InputSystem.EnableDevice(m_Pointers[i]); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_4 = __this->___m_Pointers_6; int32_t L_5 = V_0; int32_t L_6 = L_5; Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_EnableDevice_mED1442951B67B1B8742C29CE7F3ED2828B3B44F7(L_7, NULL); // for (var i = 0; i < m_NumPointers; ++i) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0035: { // for (var i = 0; i < m_NumPointers; ++i) int32_t L_9 = V_0; int32_t L_10 = __this->___m_NumPointers_5; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0024; } } { // m_Pointers.Clear(m_NumPointers); PointerU5BU5D_t6F6E984891F08931C028795EC4B34CEE20568FE5* L_11 = __this->___m_Pointers_6; int32_t L_12 = __this->___m_NumPointers_5; ArrayHelpers_Clear_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m161A17E48623F7125BC715564D82E7095F4400F1(L_11, L_12, ArrayHelpers_Clear_TisPointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_m161A17E48623F7125BC715564D82E7095F4400F1_RuntimeMethod_var); // m_Touches.Clear(); ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_13 = __this->___m_Touches_8; ArrayHelpers_Clear_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mBDC379B2F0C95AC42366BF126E7830F8AADBE0EC(L_13, ArrayHelpers_Clear_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_mBDC379B2F0C95AC42366BF126E7830F8AADBE0EC_RuntimeMethod_var); // m_NumPointers = 0; __this->___m_NumPointers_5 = 0; // m_LastTouchId = 0; __this->___m_LastTouchId_9 = 0; // m_PrimaryTouchIndex = -1; __this->___m_PrimaryTouchIndex_10 = (-1); // InputSystem.onDeviceChange -= m_OnDeviceChange; Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_14 = __this->___m_OnDeviceChange_11; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_remove_onDeviceChange_mD08F75C263C2D687B2E6E68E86105829075BF717(L_14, NULL); // InputSystem.onEvent -= m_OnEvent; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_15; L_15 = InputSystem_get_onEvent_mADCC1DBC03BC468ABF3AF7FB9BF2A0D9E1740510(NULL); Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_16 = __this->___m_OnEvent_12; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_17; L_17 = InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA(L_15, L_16, NULL); InputSystem_set_onEvent_m8FD1599425D2F0408F6001E4D1663D53105D7F21(L_17, NULL); // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::UpdateTouch(System.Int32,System.Int32,UnityEngine.InputSystem.TouchPhase,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_UpdateTouch_mFC046EBC56223C3DAED35D7BB52C39C1B11450CE (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, int32_t ___touchIndex0, int32_t ___pointerIndex1, int32_t ___phase2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 V_1; memset((&V_1), 0, sizeof(V_1)); double V_2 = 0.0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_3 = NULL; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 V_4; memset((&V_4), 0, sizeof(V_4)); ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E V_5; memset((&V_5), 0, sizeof(V_5)); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8; memset((&V_8), 0, sizeof(V_8)); double G_B3_0 = 0.0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B9_0 = NULL; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B8_0 = NULL; int32_t G_B10_0 = 0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* G_B10_1 = NULL; { // var position = m_CurrentPositions[pointerIndex]; Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = __this->___m_CurrentPositions_7; int32_t L_1 = ___pointerIndex1; int32_t L_2 = L_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // var touch = new TouchState // { // phase = phase, // position = position // }; il2cpp_codegen_initobj((&V_4), sizeof(TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97)); int32_t L_4 = ___phase2; TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A((&V_4), L_4, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0; (&V_4)->___position_2 = L_5; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 L_6 = V_4; V_1 = L_6; // var time = eventPtr.valid ? eventPtr.time : InputState.currentTime; bool L_7; L_7 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr3), NULL); if (L_7) { goto IL_0038; } } { double L_8; L_8 = InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364(NULL); G_B3_0 = L_8; goto IL_003f; } IL_0038: { double L_9; L_9 = InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185((&___eventPtr3), NULL); G_B3_0 = L_9; } IL_003f: { V_2 = G_B3_0; // var oldTouchState = (TouchState*)((byte*)simulatedTouchscreen.currentStatePtr + // simulatedTouchscreen.touches[touchIndex].stateBlock.byteOffset); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_10; L_10 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); void* L_11; L_11 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_10, NULL); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_12; L_12 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_13; L_13 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_12, NULL); V_5 = L_13; int32_t L_14 = ___touchIndex0; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_15; L_15 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_5), L_14, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_16; L_16 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_15, NULL); V_6 = L_16; uint32_t L_17; L_17 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_6), NULL); V_3 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)((void*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((uintptr_t)L_17))); // if (phase == TouchPhase.Began) int32_t L_18 = ___phase2; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_00d5; } } { // touch.isPrimaryTouch = m_PrimaryTouchIndex < 0; int32_t L_19 = __this->___m_PrimaryTouchIndex_10; TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6((&V_1), (bool)((((int32_t)L_19) < ((int32_t)0))? 1 : 0), NULL); // touch.startTime = time; double L_20 = V_2; (&V_1)->___startTime_11 = L_20; // touch.startPosition = position; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_0; (&V_1)->___startPosition_12 = L_21; // touch.touchId = ++m_LastTouchId; int32_t L_22 = __this->___m_LastTouchId_9; V_7 = ((int32_t)il2cpp_codegen_add(L_22, 1)); int32_t L_23 = V_7; __this->___m_LastTouchId_9 = L_23; int32_t L_24 = V_7; (&V_1)->___touchId_1 = L_24; // touch.tapCount = oldTouchState->tapCount; // Get reset automatically by Touchscreen. TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_25 = V_3; uint8_t L_26 = L_25->___tapCount_7; (&V_1)->___tapCount_7 = L_26; // if (touch.isPrimaryTouch) bool L_27; L_27 = TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615((&V_1), NULL); if (!L_27) { goto IL_017f; } } { // m_PrimaryTouchIndex = touchIndex; int32_t L_28 = ___touchIndex0; __this->___m_PrimaryTouchIndex_10 = L_28; goto IL_017f; } IL_00d5: { // touch.touchId = oldTouchState->touchId; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_29 = V_3; int32_t L_30 = L_29->___touchId_1; (&V_1)->___touchId_1 = L_30; // touch.isPrimaryTouch = m_PrimaryTouchIndex == touchIndex; int32_t L_31 = __this->___m_PrimaryTouchIndex_10; int32_t L_32 = ___touchIndex0; TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6((&V_1), (bool)((((int32_t)L_31) == ((int32_t)L_32))? 1 : 0), NULL); // touch.delta = position - oldTouchState->position; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_34 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = L_34->___position_2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36; L_36 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_33, L_35, NULL); (&V_1)->___delta_3 = L_36; // touch.startPosition = oldTouchState->startPosition; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_37 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = L_37->___startPosition_12; (&V_1)->___startPosition_12 = L_38; // touch.startTime = oldTouchState->startTime; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_39 = V_3; double L_40 = L_39->___startTime_11; (&V_1)->___startTime_11 = L_40; // touch.tapCount = oldTouchState->tapCount; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_41 = V_3; uint8_t L_42 = L_41->___tapCount_7; (&V_1)->___tapCount_7 = L_42; // if (phase == TouchPhase.Ended) int32_t L_43 = ___phase2; if ((!(((uint32_t)L_43) == ((uint32_t)3)))) { goto IL_017f; } } { // touch.isTap = time - oldTouchState->startTime <= Touchscreen.s_TapTime && // (position - oldTouchState->startPosition).sqrMagnitude <= Touchscreen.s_TapRadiusSquared; double L_44 = V_2; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_45 = V_3; double L_46 = L_45->___startTime_11; float L_47 = ((Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_StaticFields*)il2cpp_codegen_static_fields_for(Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var))->___s_TapTime_48; G_B8_0 = (&V_1); if ((!(((double)((double)il2cpp_codegen_subtract(L_44, L_46))) <= ((double)((double)L_47))))) { G_B9_0 = (&V_1); goto IL_0163; } } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = V_0; TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_49 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = L_49->___startPosition_12; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51; L_51 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_48, L_50, NULL); V_8 = L_51; float L_52; L_52 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&V_8), NULL); float L_53 = ((Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_StaticFields*)il2cpp_codegen_static_fields_for(Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE_il2cpp_TypeInfo_var))->___s_TapRadiusSquared_50; G_B10_0 = ((((int32_t)((!(((float)L_52) <= ((float)L_53)))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B10_1 = G_B8_0; goto IL_0164; } IL_0163: { G_B10_0 = 0; G_B10_1 = G_B9_0; } IL_0164: { TouchState_set_isTap_m31B4AEE4DC8A6CE2174728244C0A1D1539D30B15(G_B10_1, (bool)G_B10_0, NULL); // if (touch.isTap) bool L_54; L_54 = TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB((&V_1), NULL); if (!L_54) { goto IL_017f; } } { // ++touch.tapCount; uint8_t* L_55 = (&(&V_1)->___tapCount_7); uint8_t* L_56 = L_55; int32_t L_57 = *((uint8_t*)L_56); *((int8_t*)L_56) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_57, 1))); } IL_017f: { // if (touch.isPrimaryTouch) bool L_58; L_58 = TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615((&V_1), NULL); if (!L_58) { goto IL_019c; } } { // InputState.Change(simulatedTouchscreen.primaryTouch, touch, eventPtr: eventPtr); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_59; L_59 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_60; L_60 = Touchscreen_get_primaryTouch_mABAC4C0F1DBA6A718B83682A91DF40FD3563F413_inline(L_59, NULL); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 L_61 = V_1; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_62 = ___eventPtr3; InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E(L_60, L_61, 0, L_62, InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_RuntimeMethod_var); } IL_019c: { // InputState.Change(simulatedTouchscreen.touches[touchIndex], touch, eventPtr: eventPtr); Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_63; L_63 = TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline(__this, NULL); ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_64; L_64 = Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline(L_63, NULL); V_5 = L_64; int32_t L_65 = ___touchIndex0; TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_66; L_66 = ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C((&V_5), L_65, ReadOnlyArray_1_get_Item_m8214EE7BC64119BFC600CFABF40483B334B4CC7C_RuntimeMethod_var); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 L_67 = V_1; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_68 = ___eventPtr3; InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E(L_66, L_67, 0, L_68, InputState_Change_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mB079ECC7DCDE0D9CCE5315DC1C50C68BD9E8D47E_RuntimeMethod_var); // if (phase.IsEndedOrCanceled()) int32_t L_69 = ___phase2; bool L_70; L_70 = InputExtensions_IsEndedOrCanceled_m00A006256F424472010DDC115CBAEFC4F9A024CA(L_69, NULL); if (!L_70) { goto IL_01db; } } { // m_Touches[touchIndex] = null; ButtonControlU5BU5D_tB9DA99391F4FFB9835CF78F4F7A3DC7894AC83D7* L_71 = __this->___m_Touches_8; int32_t L_72 = ___touchIndex0; ArrayElementTypeCheck (L_71, NULL); (L_71)->SetAtUnchecked(static_cast(L_72), (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)NULL); // if (m_PrimaryTouchIndex == touchIndex) int32_t L_73 = __this->___m_PrimaryTouchIndex_10; int32_t L_74 = ___touchIndex0; if ((!(((uint32_t)L_73) == ((uint32_t)L_74)))) { goto IL_01db; } } { // m_PrimaryTouchIndex = -1; __this->___m_PrimaryTouchIndex_10 = (-1); } IL_01db: { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyControlStateChanged(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged_mF012C5A1AD1EA8C32B4FF1B011C31A5801451E0A (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, int64_t ___monitorIndex3, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyTimerExpired(UnityEngine.InputSystem.InputControl,System.Double,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired_m292855FB683F1265F57B928E334CE7811224C017 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, int64_t ___monitorIndex2, int32_t ___timerIndex3, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::InstallStateChangeMonitors(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_InstallStateChangeMonitors_m6A4D2E63CC69C7B0E3EDB4E352FAEB22EFA7B887 (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, int32_t ___startIndex0, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::OnSourceControlChangedValue(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_OnSourceControlChangedValue_mCAF5DD63A8245A3FCFFAC17B9957E7ED0B9C207C (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, int64_t ___sourceDeviceAndButtonIndex3, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::UninstallStateChangeMonitors(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation_UninstallStateChangeMonitors_m36421CFF36C6D25B2908E198DA84319399FA5E3E (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, int32_t ___startIndex0, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.EnhancedTouch.TouchSimulation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchSimulation__ctor_mD23258BB77D50A88698EFDB77C080768C959CF7C (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) { { // [NonSerialized] private int m_PrimaryTouchIndex = -1; __this->___m_PrimaryTouchIndex_10 = (-1); MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_touchpadButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_touchpadButton_m33F34E0003CD6A0A142D5AABBD46F15274EBD717 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl touchpadButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadButtonU3Ek__BackingField_58; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_touchpadButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_touchpadButton_m85056E5E5A92D34208235FB409393690A472601D (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl touchpadButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CtouchpadButtonU3Ek__BackingField_58 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadButtonU3Ek__BackingField_58), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_optionsButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_optionsButton_m81F0B73F0684D62940FB49FC46FB5349B8808FAC (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl optionsButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CoptionsButtonU3Ek__BackingField_59; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_optionsButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_optionsButton_m1FE2766F3657D92F605EB85A030FE7C89D0DD580 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl optionsButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CoptionsButtonU3Ek__BackingField_59 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoptionsButtonU3Ek__BackingField_59), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_shareButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_shareButton_m38595382611E0D4E69CBCB790A5262378939D3AF (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl shareButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CshareButtonU3Ek__BackingField_60; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_shareButton(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_shareButton_mE3EF1DF6E0E1B8EFF21AC7DD493CC0494AEC6155 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl shareButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CshareButtonU3Ek__BackingField_60 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshareButtonU3Ek__BackingField_60), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_L1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_L1_mC7CB0827550909C24137A0950C6383324574D754 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl L1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CL1U3Ek__BackingField_61; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L1(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_L1_m53A630A39C6EA91CD8A806D739D51782A7062D8E (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL1U3Ek__BackingField_61 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL1U3Ek__BackingField_61), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_R1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_R1_mE43AAC862C5D6D64A02EFA93F35218FFCCAED34E (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl R1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CR1U3Ek__BackingField_62; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R1(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_R1_m578DFA09EC86DB70693B666AC53AE39E97C6F22C (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR1U3Ek__BackingField_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR1U3Ek__BackingField_62), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_L2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_L2_m3523F1717A80493C97323BD6B171A21362D71EFB (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl L2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CL2U3Ek__BackingField_63; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L2(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_L2_m944079645ACBBB274527C169EE5670D1ED142616 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL2U3Ek__BackingField_63 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL2U3Ek__BackingField_63), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_R2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_R2_m5675E03208D86D1F1A1883160E215F76A3BD88E1 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl R2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CR2U3Ek__BackingField_64; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R2(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_R2_mCCFF64B80DC2E5DA8920AB9B9A9CEB61AB8C0079 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR2U3Ek__BackingField_64 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR2U3Ek__BackingField_64), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_L3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_L3_mE7EC33FF04222C97781FD25BD54662B1D456054D (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl L3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CL3U3Ek__BackingField_65; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_L3(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_L3_mD8C16E42401A03362170FB255D0F2E0A70F36531 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL3U3Ek__BackingField_65 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL3U3Ek__BackingField_65), (void*)L_0); return; } } // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.DualShock.DualShockGamepad::get_R3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DualShockGamepad_get_R3_m6D8CA00F1ED8FDF97131917AFD87AE1AC2705941 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // public ButtonControl R3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CR3U3Ek__BackingField_66; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_R3(UnityEngine.InputSystem.Controls.ButtonControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_R3_mF4834C8E3EB76B2C7C91F874D6022770604A5CDC (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR3U3Ek__BackingField_66 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR3U3Ek__BackingField_66), (void*)L_0); return; } } // UnityEngine.InputSystem.DualShock.DualShockGamepad UnityEngine.InputSystem.DualShock.DualShockGamepad::get_current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* DualShockGamepad_get_current_m14AB6A8C82AC70EDE7B1FF5E1FEAEC501F0CE325 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public new static DualShockGamepad current { get; private set; } DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* L_0 = ((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67; return L_0; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::set_current(UnityEngine.InputSystem.DualShock.DualShockGamepad) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_set_current_m93FA2FA12D03CECB36DB8B0305B863BC19FAA2B7 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public new static DualShockGamepad current { get; private set; } DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* L_0 = ___value0; ((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67), (void*)L_0); return; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::MakeCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_MakeCurrent_m9AC673C62EC29FECCEE14566A4947A6A9E58F22A (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // base.MakeCurrent(); Gamepad_MakeCurrent_m78B45631A8F9D2189CDABC3E67C1E849166748BA(__this, NULL); // current = this; DualShockGamepad_set_current_m93FA2FA12D03CECB36DB8B0305B863BC19FAA2B7_inline(__this, NULL); // } return; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::OnRemoved() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_OnRemoved_m87BD66DA0C5210BFAFF90671D8AB78FCA75DEF32 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { // base.OnRemoved(); Gamepad_OnRemoved_m3B43B26E9BA2751108CFAEAFD9581F2C674EF6AF(__this, NULL); // if (current == this) DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* L_0; L_0 = DualShockGamepad_get_current_m14AB6A8C82AC70EDE7B1FF5E1FEAEC501F0CE325_inline(NULL); if ((!(((RuntimeObject*)(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B*)L_0) == ((RuntimeObject*)(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B*)__this)))) { goto IL_0014; } } { // current = null; DualShockGamepad_set_current_m93FA2FA12D03CECB36DB8B0305B863BC19FAA2B7_inline((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B*)NULL, NULL); } IL_0014: { // } return; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::FinishSetup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_FinishSetup_m4679E4AAE337082EC03207BEC0E43ADC1894E1B0 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05B5896E41F6CE375015DD206C28094820DE1498); s_Il2CppMethodInitialized = true; } { // base.FinishSetup(); Gamepad_FinishSetup_m8D639C19146BC2138F31DCEA1B03BC0B4390DAC7(__this, NULL); // touchpadButton = GetChildControl("touchpadButton"); ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0; L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral05B5896E41F6CE375015DD206C28094820DE1498, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var); DualShockGamepad_set_touchpadButton_m85056E5E5A92D34208235FB409393690A472601D_inline(__this, L_0, NULL); // optionsButton = startButton; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1; L_1 = Gamepad_get_startButton_m29450F01D3AC6A6377DD6820C1E8A19E3FB257B1_inline(__this, NULL); DualShockGamepad_set_optionsButton_m1FE2766F3657D92F605EB85A030FE7C89D0DD580_inline(__this, L_1, NULL); // shareButton = selectButton; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2; L_2 = Gamepad_get_selectButton_mE20183D2C1EBD7B7EF87EE29C24E56F1731E85BE_inline(__this, NULL); DualShockGamepad_set_shareButton_mE3EF1DF6E0E1B8EFF21AC7DD493CC0494AEC6155_inline(__this, L_2, NULL); // L1 = leftShoulder; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3; L_3 = Gamepad_get_leftShoulder_m2522E913D1A9361FE16FE01D717BF49D3B1632AE_inline(__this, NULL); DualShockGamepad_set_L1_m53A630A39C6EA91CD8A806D739D51782A7062D8E_inline(__this, L_3, NULL); // R1 = rightShoulder; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4; L_4 = Gamepad_get_rightShoulder_m221A61E28BDBABD1B1E51A0E325D9A55BB5E347A_inline(__this, NULL); DualShockGamepad_set_R1_m578DFA09EC86DB70693B666AC53AE39E97C6F22C_inline(__this, L_4, NULL); // L2 = leftTrigger; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5; L_5 = Gamepad_get_leftTrigger_mE19F2FCA9A7F195107FA0C14293732C0F3075A38_inline(__this, NULL); DualShockGamepad_set_L2_m944079645ACBBB274527C169EE5670D1ED142616_inline(__this, L_5, NULL); // R2 = rightTrigger; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6; L_6 = Gamepad_get_rightTrigger_mD1587CDED475B78A56BE8B6FC493EDA08AE6F3A6_inline(__this, NULL); DualShockGamepad_set_R2_mCCFF64B80DC2E5DA8920AB9B9A9CEB61AB8C0079_inline(__this, L_6, NULL); // L3 = leftStickButton; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7; L_7 = Gamepad_get_leftStickButton_mEACF0F726788DA012905DCD7A44AA88DF91593ED_inline(__this, NULL); DualShockGamepad_set_L3_mD8C16E42401A03362170FB255D0F2E0A70F36531_inline(__this, L_7, NULL); // R3 = rightStickButton; ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8; L_8 = Gamepad_get_rightStickButton_m9A8377135FDA7EA2EA6219A715092F0E62ADBC55_inline(__this, NULL); DualShockGamepad_set_R3_mF4834C8E3EB76B2C7C91F874D6022770604A5CDC_inline(__this, L_8, NULL); // } return; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::SetLightBarColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad_SetLightBarColor_m5954BEB6A9865125CB4F2097085AD53708327564 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color0, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.DualShock.DualShockGamepad::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockGamepad__ctor_mFF8B00E0E1592EA1F5A104826CD996F936732733 (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, const RuntimeMethod* method) { { Gamepad__ctor_m91DEC6DDDA705B1A49C7964389CA1880CBFD9748(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.DualShock.DualShockSupport::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockSupport_Initialize_m6EBD97B94FF8D5B04FA836953B404F3D2FE213E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_RegisterLayout_TisDualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_m617DEC2AD87CDA6CA84F62125F4B1041BDC62777_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C V_0; memset((&V_0), 0, sizeof(V_0)); { // InputSystem.RegisterLayout(); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C)); Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C L_0 = V_0; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_RegisterLayout_TisDualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_m617DEC2AD87CDA6CA84F62125F4B1041BDC62777((String_t*)NULL, L_0, InputSystem_RegisterLayout_TisDualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_m617DEC2AD87CDA6CA84F62125F4B1041BDC62777_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::get_lowFrequencyMotorSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) { { // public float lowFrequencyMotorSpeed { get; private set; } float L_0 = __this->___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C float DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::set_lowFrequencyMotorSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) { { // public float lowFrequencyMotorSpeed { get; private set; } float L_0 = ___value0; __this->___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843_inline(_thisAdjusted, ___value0, method); } // System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::get_highFrequencyMotorSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) { { // public float highFrequencyMotorSpeed { get; private set; } float L_0 = __this->___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C float DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::set_highFrequencyMotorSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) { { // public float highFrequencyMotorSpeed { get; private set; } float L_0 = ___value0; __this->___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107_inline(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.Haptics.DualMotorRumble::get_isRumbling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) { { // !Mathf.Approximately(lowFrequencyMotorSpeed, 0f) // || !Mathf.Approximately(highFrequencyMotorSpeed, 0f); float L_0; L_0 = DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline(__this, NULL); bool L_1; L_1 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_0, (0.0f), NULL); if (!L_1) { goto IL_0026; } } { float L_2; L_2 = DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline(__this, NULL); bool L_3; L_3 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_2, (0.0f), NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0026: { return (bool)1; } } IL2CPP_EXTERN_C bool DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::PauseHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("device"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A_RuntimeMethod_var))); } IL_000e: { // if (!isRumbling) bool L_2; L_2 = DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC(__this, NULL); if (L_2) { goto IL_0017; } } { // return; return; } IL_0017: { // var command = DualMotorRumbleCommand.Create(0f, 0f); DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E L_3; L_3 = DualMotorRumbleCommand_Create_m92353364BF75EDF5FBE7AF9ED0F136F4E74538A6((0.0f), (0.0f), NULL); V_0 = L_3; // device.ExecuteCommand(ref command); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___device0; int64_t L_5; L_5 = InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A(L_4, (&V_0), InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_RuntimeMethod_var); // } return; } } IL2CPP_EXTERN_C void DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_PauseHaptics_m3BE8E2167226A3C37799E19743D4F8DAD232E31A(_thisAdjusted, ___device0, method); } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::ResumeHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("device"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56_RuntimeMethod_var))); } IL_000e: { // if (!isRumbling) bool L_2; L_2 = DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC(__this, NULL); if (L_2) { goto IL_0017; } } { // return; return; } IL_0017: { // SetMotorSpeeds(device, lowFrequencyMotorSpeed, highFrequencyMotorSpeed); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0; float L_4; L_4 = DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline(__this, NULL); float L_5; L_5 = DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline(__this, NULL); DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59(__this, L_3, L_4, L_5, NULL); // } return; } } IL2CPP_EXTERN_C void DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_ResumeHaptics_mECD40150D2AAB95F7FA25BC7BD146E0C28B76E56(_thisAdjusted, ___device0, method); } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::ResetHaptics(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("device"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5_RuntimeMethod_var))); } IL_000e: { // if (!isRumbling) bool L_2; L_2 = DualMotorRumble_get_isRumbling_m90556798E2C7AEC56E8AA6AA434095916F1127AC(__this, NULL); if (L_2) { goto IL_0017; } } { // return; return; } IL_0017: { // SetMotorSpeeds(device, 0.0f, 0.0f); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0; DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59(__this, L_3, (0.0f), (0.0f), NULL); // } return; } } IL2CPP_EXTERN_C void DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_ResetHaptics_m0589143821BBBA3DEA22D4F88027063057FBADA5(_thisAdjusted, ___device0, method); } // System.Void UnityEngine.InputSystem.Haptics.DualMotorRumble::SetMotorSpeeds(UnityEngine.InputSystem.InputDevice,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59 (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, float ___lowFrequency1, float ___highFrequency2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("device"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59_RuntimeMethod_var))); } IL_000e: { // lowFrequencyMotorSpeed = Mathf.Clamp(lowFrequency, 0.0f, 1.0f); float L_2 = ___lowFrequency1; float L_3; L_3 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_2, (0.0f), (1.0f), NULL); DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843_inline(__this, L_3, NULL); // highFrequencyMotorSpeed = Mathf.Clamp(highFrequency, 0.0f, 1.0f); float L_4 = ___highFrequency2; float L_5; L_5 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_4, (0.0f), (1.0f), NULL); DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107_inline(__this, L_5, NULL); // var command = DualMotorRumbleCommand.Create(lowFrequencyMotorSpeed, highFrequencyMotorSpeed); float L_6; L_6 = DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline(__this, NULL); float L_7; L_7 = DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline(__this, NULL); DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E L_8; L_8 = DualMotorRumbleCommand_Create_m92353364BF75EDF5FBE7AF9ED0F136F4E74538A6(L_6, L_7, NULL); V_0 = L_8; // device.ExecuteCommand(ref command); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___device0; int64_t L_10; L_10 = InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A(L_9, (&V_0), InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E_m51EF57E101D5BA3D43E89FE3E01631567A26037A_RuntimeMethod_var); // } return; } } IL2CPP_EXTERN_C void DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, float ___lowFrequency1, float ___highFrequency2, const RuntimeMethod* method) { DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DualMotorRumble_SetMotorSpeeds_m59E9BDD10561248589656B578B7D741DA3931A59(_thisAdjusted, ___device0, ___lowFrequency1, ___highFrequency2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DisableDeviceCommand_get_Type_m279789BEABF7A0BA1FBCE49C29E7CCD3B935C0AF (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('D', 'S', 'B', 'L'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)68), ((int32_t)83), ((int32_t)66), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DisableDeviceCommand_get_typeStatic_m41138589716445D66360A9FB80B7B5BB451F4E74 (DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = DisableDeviceCommand_get_Type_m279789BEABF7A0BA1FBCE49C29E7CCD3B935C0AF(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DisableDeviceCommand_get_typeStatic_m41138589716445D66360A9FB80B7B5BB451F4E74_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DisableDeviceCommand_get_typeStatic_m41138589716445D66360A9FB80B7B5BB451F4E74(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD DisableDeviceCommand_Create_mF961C217B046E6EE0622752132BDE61C765B34F0 (const RuntimeMethod* method) { DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD V_0; memset((&V_0), 0, sizeof(V_0)); { // return new DisableDeviceCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = DisableDeviceCommand_get_Type_m279789BEABF7A0BA1FBCE49C29E7CCD3B935C0AF(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, 8, /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; DisableDeviceCommand_t974D69BE0CA6623C190CC3FA2EB8371165042BAD L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableDeviceCommand_get_Type_m3DFF7F0720AAB0A46EB8AE6FDF58E488B7F98CD2 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('E', 'N', 'B', 'L'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)69), ((int32_t)78), ((int32_t)66), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableDeviceCommand_get_typeStatic_m54D173AC3F000FB3483D520998D28FFFA9F25599 (EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = EnableDeviceCommand_get_Type_m3DFF7F0720AAB0A46EB8AE6FDF58E488B7F98CD2(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableDeviceCommand_get_typeStatic_m54D173AC3F000FB3483D520998D28FFFA9F25599_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = EnableDeviceCommand_get_typeStatic_m54D173AC3F000FB3483D520998D28FFFA9F25599(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4 EnableDeviceCommand_Create_m2A37EA4A6027E10EA0A5F60E03BC91F41D996170 (const RuntimeMethod* method) { EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new EnableDeviceCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = EnableDeviceCommand_get_Type_m3DFF7F0720AAB0A46EB8AE6FDF58E488B7F98CD2(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, 8, /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; EnableDeviceCommand_tD03828E5A5F935FBF0611920EEC17719DEC8CCC4 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableIMECompositionCommand_get_Type_m0E7ACE45765FA864C8349CE9AD47419B24A70E4A (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('I', 'M', 'E', 'M'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)73), ((int32_t)77), ((int32_t)69), ((int32_t)77), /*hidden argument*/NULL); return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_imeEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnableIMECompositionCommand_get_imeEnabled_mD0CCBB77A6E533FDF6DE036CBA010D0CA0E9A3DA (EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* __this, const RuntimeMethod* method) { { // get { return m_ImeEnabled != 0; } uint8_t L_0 = __this->___m_ImeEnabled_2; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool EnableIMECompositionCommand_get_imeEnabled_mD0CCBB77A6E533FDF6DE036CBA010D0CA0E9A3DA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = EnableIMECompositionCommand_get_imeEnabled_mD0CCBB77A6E533FDF6DE036CBA010D0CA0E9A3DA(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableIMECompositionCommand_get_typeStatic_m6F293C39B7AC6A01CCD65F74029AFB07189A588A (EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = EnableIMECompositionCommand_get_Type_m0E7ACE45765FA864C8349CE9AD47419B24A70E4A(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED EnableIMECompositionCommand_get_typeStatic_m6F293C39B7AC6A01CCD65F74029AFB07189A588A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = EnableIMECompositionCommand_get_typeStatic_m6F293C39B7AC6A01CCD65F74029AFB07189A588A(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::Create(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C EnableIMECompositionCommand_Create_mE499C433AC6F6E8A932FE9170224478ACFD9A1F0 (bool ___enabled0, const RuntimeMethod* method) { EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C V_0; memset((&V_0), 0, sizeof(V_0)); EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* G_B2_0 = NULL; EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* G_B1_0 = NULL; int32_t G_B3_0 = 0; EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C* G_B3_1 = NULL; { // return new EnableIMECompositionCommand // { // baseCommand = new InputDeviceCommand(Type, InputDeviceCommand.kBaseCommandSize + sizeof(byte)), // m_ImeEnabled = enabled ? byte.MaxValue : (byte)0 // }; il2cpp_codegen_initobj((&V_0), sizeof(EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = EnableIMECompositionCommand_get_Type_m0E7ACE45765FA864C8349CE9AD47419B24A70E4A(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)9), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; bool L_2 = ___enabled0; G_B1_0 = (&V_0); if (L_2) { G_B2_0 = (&V_0); goto IL_0023; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0028; } IL_0023: { G_B3_0 = ((int32_t)255); G_B3_1 = G_B2_0; } IL_0028: { G_B3_1->___m_ImeEnabled_2 = (uint8_t)G_B3_0; EnableIMECompositionCommand_t334151D7E5F5213E80B473930388F6063795DA8C L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InitiateUserAccountPairingCommand_get_Type_m805213E28C12AA64A1F8F57CAA590E4FFB7BFC41 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('P', 'A', 'I', 'R'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)80), ((int32_t)65), ((int32_t)73), ((int32_t)82), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InitiateUserAccountPairingCommand_get_typeStatic_m7A6A7BEE8AC36FB548934F7D6E8DDE333D9BEC50 (InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = InitiateUserAccountPairingCommand_get_Type_m805213E28C12AA64A1F8F57CAA590E4FFB7BFC41(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InitiateUserAccountPairingCommand_get_typeStatic_m7A6A7BEE8AC36FB548934F7D6E8DDE333D9BEC50_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InitiateUserAccountPairingCommand_get_typeStatic_m7A6A7BEE8AC36FB548934F7D6E8DDE333D9BEC50(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF InitiateUserAccountPairingCommand_Create_mDD9194009ED94184B526EF06DC91842D1207D408 (const RuntimeMethod* method) { InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF V_0; memset((&V_0), 0, sizeof(V_0)); { // return new InitiateUserAccountPairingCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // }; il2cpp_codegen_initobj((&V_0), sizeof(InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = InitiateUserAccountPairingCommand_get_Type_m805213E28C12AA64A1F8F57CAA590E4FFB7BFC41(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, 8, /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; InitiateUserAccountPairingCommand_t2D75489C6B2746268CC6757AA10E86F8AE2733EF L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_Multicast(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 retVal; memset((&retVal), 0, sizeof(retVal)); for (il2cpp_array_size_t i = 0; i < length; i++) { InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 (*FunctionPointerType) (RuntimeObject*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___device0, ___command1, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenInst(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { typedef Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 (*FunctionPointerType) (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___device0, ___command1, method); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenStatic(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { typedef Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 (*FunctionPointerType) (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___device0, ___command1, method); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenStaticInvoker(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return InvokerFuncInvoker2< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(__this->___method_ptr_0, method, NULL, ___device0, ___command1); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_ClosedStaticInvoker(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return InvokerFuncInvoker3< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, RuntimeObject*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___device0, ___command1); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenVirtual(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return VirtualFuncInvoker1< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(il2cpp_codegen_method_get_slot(method), ___device0, ___command1); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenInterface(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return InterfaceFuncInvoker1< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___device0, ___command1); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenGenericVirtual(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return GenericVirtualFuncInvoker1< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(method, ___device0, ___command1); } Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenGenericInterface(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { return GenericInterfaceFuncInvoker1< Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(method, ___device0, ___command1); } // System.Void UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceCommandDelegate__ctor_mC4781D31BA2ABBEA8B8E0A4C7A2BA9E0305E42B2 (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___method1)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_OpenInst; } } else { if (___object0 == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2_Multicast; } // System.Nullable`1 UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate::Invoke(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_Invoke_mBC749787F7B950D1814CC87ADE13F021BED949B2 (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, const RuntimeMethod* method) { typedef Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 (*FunctionPointerType) (RuntimeObject*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___device0, ___command1, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate::BeginInvoke(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputDeviceCommandDelegate_BeginInvoke_mE19CD990A108DAE875AD351212314BE96EAEEB9D (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command1, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___callback2, RuntimeObject* ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___device0; __d_args[1] = ___command1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Nullable`1 UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 InputDeviceCommandDelegate_EndInvoke_mA8E37BB06B88962DE892B562068A5614AE2D61B4 (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_Multicast(InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); int64_t retVal = 0; for (il2cpp_array_size_t i = 0; i < length; i++) { InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef int64_t (*FunctionPointerType) (RuntimeObject*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___command0, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenInst(InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { typedef int64_t (*FunctionPointerType) (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___command0, method); } int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenStatic(InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { typedef int64_t (*FunctionPointerType) (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___command0, method); } int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenStaticInvoker(InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { return InvokerFuncInvoker1< int64_t, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(__this->___method_ptr_0, method, NULL, ___command0); } int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_ClosedStaticInvoker(InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { return InvokerFuncInvoker2< int64_t, RuntimeObject*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___command0); } IL2CPP_EXTERN_C int64_t DelegatePInvokeWrapper_InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A (InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { typedef int64_t (DEFAULT_CALL *PInvokeFunc)(InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation int64_t returnValue = il2cppPInvokeFunc(___command0); return returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceExecuteCommandDelegate__ctor_m00EA5FFE583EA0674F6756175140418B251E97D3 (InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_OpenInst; } else { if (___object0 == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0_Multicast; } // System.Int64 UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate::Invoke(UnityEngine.InputSystem.LowLevel.InputDeviceCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDeviceExecuteCommandDelegate_Invoke_m9F281BD2D29AA9268FDA45BABE99DD6C466E40C0 (InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, const RuntimeMethod* method) { typedef int64_t (*FunctionPointerType) (RuntimeObject*, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___command0, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate::BeginInvoke(UnityEngine.InputSystem.LowLevel.InputDeviceCommand&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputDeviceExecuteCommandDelegate_BeginInvoke_m37EF968A7BB8349ACEC0EFA9A0C881083B95EFA1 (InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___callback1, RuntimeObject* ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E_il2cpp_TypeInfo_var, &*___command0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Int64 UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate::EndInvoke(UnityEngine.InputSystem.LowLevel.InputDeviceCommand&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDeviceExecuteCommandDelegate_EndInvoke_m09B2B9AAE8E55E063740251A5959CBFAEE97C42E (InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* __this, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___command0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___command0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); return *(int64_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_payloadSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceCommand_get_payloadSizeInBytes_m65597C869B0A3AF1D1B928605A06216AB6897D11 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) { { // public int payloadSizeInBytes => sizeInBytes - kBaseCommandSize; int32_t L_0 = __this->___sizeInBytes_5; return ((int32_t)il2cpp_codegen_subtract(L_0, 8)); } } IL2CPP_EXTERN_C int32_t InputDeviceCommand_get_payloadSizeInBytes_m65597C869B0A3AF1D1B928605A06216AB6897D11_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputDeviceCommand_get_payloadSizeInBytes_m65597C869B0A3AF1D1B928605A06216AB6897D11(_thisAdjusted, method); return _returnValue; } // System.Void* UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_payloadPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputDeviceCommand_get_payloadPtr_mCE339E6458B03F15067C3ADE7D22EEBAE4D29982 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) { void* V_0 = NULL; InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* V_1 = NULL; { // { V_1 = __this; // fixed(void* thisPtr = &this) InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_0 = V_1; V_0 = (void*)((uintptr_t)L_0); // return ((byte*)thisPtr) + kBaseCommandSize; void* L_1 = V_0; return ((void*)il2cpp_codegen_add((intptr_t)L_1, 8)); } } IL2CPP_EXTERN_C void* InputDeviceCommand_get_payloadPtr_mCE339E6458B03F15067C3ADE7D22EEBAE4D29982_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); void* _returnValue; _returnValue = InputDeviceCommand_get_payloadPtr_mCE339E6458B03F15067C3ADE7D22EEBAE4D29982(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputDeviceCommand::.ctor(UnityEngine.InputSystem.Utilities.FourCC,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, const RuntimeMethod* method) { { // this.type = type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___type0; __this->___type_4 = L_0; // this.sizeInBytes = sizeInBytes; int32_t L_1 = ___sizeInBytes1; __this->___sizeInBytes_5 = L_1; // } return; } } IL2CPP_EXTERN_C void InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, const RuntimeMethod* method) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01(_thisAdjusted, ___type0, ___sizeInBytes1, method); } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::AllocateNative(UnityEngine.InputSystem.Utilities.FourCC,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF InputDeviceCommand_AllocateNative_m4A95E5E3C7B2000E024D2D8364E08B3FAFA969EB (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___payloadSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* V_1 = NULL; { // var sizeInBytes = payloadSize + kBaseCommandSize; int32_t L_0 = ___payloadSize1; V_0 = ((int32_t)il2cpp_codegen_add(L_0, 8)); // var buffer = new NativeArray(sizeInBytes, Allocator.Temp); int32_t L_1 = V_0; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_2; memset((&L_2), 0, sizeof(L_2)); NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&L_2), L_1, 2, 1, /*hidden argument*/NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); // var commandPtr = (InputDeviceCommand*)NativeArrayUnsafeUtility.GetUnsafePtr(buffer); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_3 = L_2; void* L_4; L_4 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_3, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); V_1 = (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*)L_4; // commandPtr->type = type; InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_5 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6 = ___type0; L_5->___type_4 = L_6; // commandPtr->sizeInBytes = sizeInBytes; InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_7 = V_1; int32_t L_8 = V_0; L_7->___sizeInBytes_5 = L_8; // return buffer; return L_3; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputDeviceCommand_get_typeStatic_m50C7C954EE7CA7B20757F2874C08D0FFF675ACE4 (InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* __this, const RuntimeMethod* method) { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); { // get { return new FourCC(); } il2cpp_codegen_initobj((&V_0), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = V_0; return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputDeviceCommand_get_typeStatic_m50C7C954EE7CA7B20757F2874C08D0FFF675ACE4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InputDeviceCommand_get_typeStatic_m50C7C954EE7CA7B20757F2874C08D0FFF675ACE4(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_pinvoke(const QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341& unmarshaled, QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_pinvoke& marshaled) { marshaled.___baseCommand_1 = unmarshaled.___baseCommand_1; marshaled.___canRunInBackground_2 = static_cast(unmarshaled.___canRunInBackground_2); } IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_pinvoke_back(const QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_pinvoke& marshaled, QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341& unmarshaled) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E unmarshaledbaseCommand_temp_0; memset((&unmarshaledbaseCommand_temp_0), 0, sizeof(unmarshaledbaseCommand_temp_0)); unmarshaledbaseCommand_temp_0 = marshaled.___baseCommand_1; unmarshaled.___baseCommand_1 = unmarshaledbaseCommand_temp_0; bool unmarshaledcanRunInBackground_temp_1 = false; unmarshaledcanRunInBackground_temp_1 = static_cast(marshaled.___canRunInBackground_2); unmarshaled.___canRunInBackground_2 = unmarshaledcanRunInBackground_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_pinvoke_cleanup(QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_com(const QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341& unmarshaled, QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_com& marshaled) { marshaled.___baseCommand_1 = unmarshaled.___baseCommand_1; marshaled.___canRunInBackground_2 = static_cast(unmarshaled.___canRunInBackground_2); } IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_com_back(const QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_com& marshaled, QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341& unmarshaled) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E unmarshaledbaseCommand_temp_0; memset((&unmarshaledbaseCommand_temp_0), 0, sizeof(unmarshaledbaseCommand_temp_0)); unmarshaledbaseCommand_temp_0 = marshaled.___baseCommand_1; unmarshaled.___baseCommand_1 = unmarshaledbaseCommand_temp_0; bool unmarshaledcanRunInBackground_temp_1 = false; unmarshaledcanRunInBackground_temp_1 = static_cast(marshaled.___canRunInBackground_2); unmarshaled.___canRunInBackground_2 = unmarshaledcanRunInBackground_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground IL2CPP_EXTERN_C void QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshal_com_cleanup(QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341_marshaled_com& marshaled) { } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryCanRunInBackground_get_Type_m63C4E82B05DB1FE6BB0DAB47C2DF931FEBA735D0 (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('Q', 'R', 'I', 'B'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)81), ((int32_t)82), ((int32_t)73), ((int32_t)66), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryCanRunInBackground_get_typeStatic_m18F466F00C744F3136183AD33D6E562F161A594D (QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryCanRunInBackground_get_Type_m63C4E82B05DB1FE6BB0DAB47C2DF931FEBA735D0(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryCanRunInBackground_get_typeStatic_m18F466F00C744F3136183AD33D6E562F161A594D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryCanRunInBackground_get_typeStatic_m18F466F00C744F3136183AD33D6E562F161A594D(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341 QueryCanRunInBackground_Create_m550EBF1B472C6D8F034D29EF61CCEBD1B4B25A35 (const RuntimeMethod* method) { QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryCanRunInBackground // { // baseCommand = new InputDeviceCommand(Type, kSize), // canRunInBackground = false // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryCanRunInBackground_get_Type_m63C4E82B05DB1FE6BB0DAB47C2DF931FEBA735D0(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)9), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; (&V_0)->___canRunInBackground_2 = (bool)0; QueryCanRunInBackground_tC4968BE4E8005935A3747507F3652882719FE341 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryDimensionsCommand_get_Type_mB8D7CB73A6F3D66517290078A530808988C9A3A8 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('D', 'I', 'M', 'S'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)68), ((int32_t)73), ((int32_t)77), ((int32_t)83), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryDimensionsCommand_get_typeStatic_mDCF9B62F3BF35868211DAC4674B20B649F199141 (QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryDimensionsCommand_get_Type_mB8D7CB73A6F3D66517290078A530808988C9A3A8(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryDimensionsCommand_get_typeStatic_mDCF9B62F3BF35868211DAC4674B20B649F199141_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryDimensionsCommand_get_typeStatic_mDCF9B62F3BF35868211DAC4674B20B649F199141(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand UnityEngine.InputSystem.LowLevel.QueryDimensionsCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83 QueryDimensionsCommand_Create_m7F9B48EB6642DF7D6A8271D70FC291A8033CB83E (const RuntimeMethod* method) { QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryDimensionsCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryDimensionsCommand_get_Type_mB8D7CB73A6F3D66517290078A530808988C9A3A8(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; QueryDimensionsCommand_tDE86E5E5985319C1F7B99F504214FD3612F20B83 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_pinvoke(const QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4& unmarshaled, QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_pinvoke& marshaled) { marshaled.___baseCommand_1 = unmarshaled.___baseCommand_1; marshaled.___isEnabled_2 = static_cast(unmarshaled.___isEnabled_2); } IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_pinvoke_back(const QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_pinvoke& marshaled, QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4& unmarshaled) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E unmarshaledbaseCommand_temp_0; memset((&unmarshaledbaseCommand_temp_0), 0, sizeof(unmarshaledbaseCommand_temp_0)); unmarshaledbaseCommand_temp_0 = marshaled.___baseCommand_1; unmarshaled.___baseCommand_1 = unmarshaledbaseCommand_temp_0; bool unmarshaledisEnabled_temp_1 = false; unmarshaledisEnabled_temp_1 = static_cast(marshaled.___isEnabled_2); unmarshaled.___isEnabled_2 = unmarshaledisEnabled_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_pinvoke_cleanup(QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_com(const QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4& unmarshaled, QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_com& marshaled) { marshaled.___baseCommand_1 = unmarshaled.___baseCommand_1; marshaled.___isEnabled_2 = static_cast(unmarshaled.___isEnabled_2); } IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_com_back(const QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_com& marshaled, QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4& unmarshaled) { InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E unmarshaledbaseCommand_temp_0; memset((&unmarshaledbaseCommand_temp_0), 0, sizeof(unmarshaledbaseCommand_temp_0)); unmarshaledbaseCommand_temp_0 = marshaled.___baseCommand_1; unmarshaled.___baseCommand_1 = unmarshaledbaseCommand_temp_0; bool unmarshaledisEnabled_temp_1 = false; unmarshaledisEnabled_temp_1 = static_cast(marshaled.___isEnabled_2); unmarshaled.___isEnabled_2 = unmarshaledisEnabled_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand IL2CPP_EXTERN_C void QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshal_com_cleanup(QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4_marshaled_com& marshaled) { } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryEnabledStateCommand_get_Type_m5A6F1768EA6D487A118F2861AE4ED9485F62ABD5 (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('Q', 'E', 'N', 'B'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)81), ((int32_t)69), ((int32_t)78), ((int32_t)66), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryEnabledStateCommand_get_typeStatic_m4CE8116E064CBD6A470B8F043F1869E362216744 (QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryEnabledStateCommand_get_Type_m5A6F1768EA6D487A118F2861AE4ED9485F62ABD5(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryEnabledStateCommand_get_typeStatic_m4CE8116E064CBD6A470B8F043F1869E362216744_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryEnabledStateCommand_get_typeStatic_m4CE8116E064CBD6A470B8F043F1869E362216744(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4 QueryEnabledStateCommand_Create_m35BA66068A3B4897154F829D338C4CA6FF469107 (const RuntimeMethod* method) { QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryEnabledStateCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryEnabledStateCommand_get_Type_m5A6F1768EA6D487A118F2861AE4ED9485F62ABD5(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)9), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; QueryEnabledStateCommand_t32FB8F3C31DD9250FCE728E29FE6C8D580FEAED4 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyboardLayoutCommand_get_Type_mD6B795EB9B588A1F1A3D3147A3D2CF67EFE37857 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('K', 'B', 'L', 'T'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)75), ((int32_t)66), ((int32_t)76), ((int32_t)84), /*hidden argument*/NULL); return L_0; } } // System.String UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::ReadLayoutName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryKeyboardLayoutCommand_ReadLayoutName_m69F50E3BC9B964A8EE56924846F0292AD4330FDE (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* V_0 = NULL; { // { V_0 = __this; // fixed(QueryKeyboardLayoutCommand * thisPtr = &this) QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* L_0 = V_0; // return StringHelpers.ReadStringFromBuffer(new IntPtr(thisPtr->nameBuffer), kMaxNameLength); U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA* L_1 = (&((QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F*)((uintptr_t)L_0))->___nameBuffer_2); uint8_t* L_2 = (&L_1->___FixedElementField_0); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_3), (void*)((uintptr_t)L_2), /*hidden argument*/NULL); String_t* L_4; L_4 = StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D(L_3, ((int32_t)256), NULL); return L_4; } } IL2CPP_EXTERN_C String_t* QueryKeyboardLayoutCommand_ReadLayoutName_m69F50E3BC9B964A8EE56924846F0292AD4330FDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = QueryKeyboardLayoutCommand_ReadLayoutName_m69F50E3BC9B964A8EE56924846F0292AD4330FDE(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::WriteLayoutName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryKeyboardLayoutCommand_WriteLayoutName_mBB1067A2E35ED994C8AAF1E8C250FADBAA4AD6AE (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, String_t* ___name0, const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* V_0 = NULL; QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* V_1 = NULL; { // { V_1 = __this; // fixed(QueryKeyboardLayoutCommand * thisPtr = &this) QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* L_0 = V_1; V_0 = (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F*)((uintptr_t)L_0); // StringHelpers.WriteStringToBuffer(name, new IntPtr(thisPtr->nameBuffer), kMaxNameLength); String_t* L_1 = ___name0; QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* L_2 = V_0; U3CnameBufferU3Ee__FixedBuffer_t168308F70377718D2FF4ADDC61E423166ADBE1DA* L_3 = (&L_2->___nameBuffer_2); uint8_t* L_4 = (&L_3->___FixedElementField_0); intptr_t L_5; memset((&L_5), 0, sizeof(L_5)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_5), (void*)((uintptr_t)L_4), /*hidden argument*/NULL); bool L_6; L_6 = StringHelpers_WriteStringToBuffer_m3224AFFDC9D2D04E9112B8812CDEEC6FE363D66F(L_1, L_5, ((int32_t)256), NULL); V_1 = (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F*)((uintptr_t)0); // } return; } } IL2CPP_EXTERN_C void QueryKeyboardLayoutCommand_WriteLayoutName_mBB1067A2E35ED994C8AAF1E8C250FADBAA4AD6AE_AdjustorThunk (RuntimeObject* __this, String_t* ___name0, const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); QueryKeyboardLayoutCommand_WriteLayoutName_mBB1067A2E35ED994C8AAF1E8C250FADBAA4AD6AE(_thisAdjusted, ___name0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyboardLayoutCommand_get_typeStatic_mF9D6B9C2C598C7AA595CFC38B830112CF6389C0F (QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryKeyboardLayoutCommand_get_Type_mD6B795EB9B588A1F1A3D3147A3D2CF67EFE37857(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyboardLayoutCommand_get_typeStatic_mF9D6B9C2C598C7AA595CFC38B830112CF6389C0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryKeyboardLayoutCommand_get_typeStatic_mF9D6B9C2C598C7AA595CFC38B830112CF6389C0F(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F QueryKeyboardLayoutCommand_Create_m03C609EDFB9066507281CCF36EB8961EA5D6F6F9 (const RuntimeMethod* method) { QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryKeyboardLayoutCommand // { // baseCommand = new InputDeviceCommand(Type, InputDeviceCommand.kBaseCommandSize + kMaxNameLength) // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryKeyboardLayoutCommand_get_Type_mD6B795EB9B588A1F1A3D3147A3D2CF67EFE37857(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)264), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; QueryKeyboardLayoutCommand_tFC7F5A66A40C43E85CE0374D9845F342ECBD019F L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyNameCommand_get_Type_mF39C67F95A7EE638AEA573691AABEF1B38F7E089 (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('K', 'Y', 'C', 'F'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)75), ((int32_t)89), ((int32_t)67), ((int32_t)70), /*hidden argument*/NULL); return L_0; } } // System.String UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::ReadKeyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E (QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* __this, const RuntimeMethod* method) { QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* V_0 = NULL; { // { V_0 = __this; // fixed(QueryKeyNameCommand * thisPtr = &this) QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* L_0 = V_0; // return StringHelpers.ReadStringFromBuffer(new IntPtr(thisPtr->nameBuffer), kMaxNameLength); U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4* L_1 = (&((QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247*)((uintptr_t)L_0))->___nameBuffer_4); uint8_t* L_2 = (&L_1->___FixedElementField_0); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_3), (void*)((uintptr_t)L_2), /*hidden argument*/NULL); String_t* L_4; L_4 = StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D(L_3, ((int32_t)256), NULL); return L_4; } } IL2CPP_EXTERN_C String_t* QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyNameCommand_get_typeStatic_mF2D528451EEEC0E93933CF425037F4851EC1ECB3 (QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryKeyNameCommand_get_Type_mF39C67F95A7EE638AEA573691AABEF1B38F7E089(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryKeyNameCommand_get_typeStatic_mF2D528451EEEC0E93933CF425037F4851EC1ECB3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryKeyNameCommand_get_typeStatic_mF2D528451EEEC0E93933CF425037F4851EC1ECB3(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::Create(UnityEngine.InputSystem.Key) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 QueryKeyNameCommand_Create_m2FD778848D7D9617D247F73C8B61A032F7D52E5D (int32_t ___key0, const RuntimeMethod* method) { QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryKeyNameCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // scanOrKeyCode = (int)key // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryKeyNameCommand_get_Type_mF39C67F95A7EE638AEA573691AABEF1B38F7E089(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)268), /*hidden argument*/NULL); (&V_0)->___baseCommand_2 = L_1; int32_t L_2 = ___key0; (&V_0)->___scanOrKeyCode_3 = L_2; QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryPairedUserAccountCommand_get_Type_m44803FA194663CC41EEE3C7EF7498C07992AFED5 (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('P', 'A', 'C', 'C'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)80), ((int32_t)65), ((int32_t)67), ((int32_t)67), /*hidden argument*/NULL); return L_0; } } // System.String UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryPairedUserAccountCommand_get_id_mB52BF2DC2C2B3C63661056A1F9AAB47C0E7CDFCB (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A* L_0 = (&__this->___idBuffer_6); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* idBufferPtr = idBuffer) uint8_t* L_2 = V_0; // return StringHelpers.ReadStringFromBuffer(new IntPtr(idBufferPtr), kMaxIdLength); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_3), (void*)((uintptr_t)L_2), /*hidden argument*/NULL); String_t* L_4; L_4 = StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D(L_3, ((int32_t)256), NULL); return L_4; } } IL2CPP_EXTERN_C String_t* QueryPairedUserAccountCommand_get_id_mB52BF2DC2C2B3C63661056A1F9AAB47C0E7CDFCB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = QueryPairedUserAccountCommand_get_id_mB52BF2DC2C2B3C63661056A1F9AAB47C0E7CDFCB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::set_id(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, String_t* ___value0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; { // if (value == null) String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(value)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE_RuntimeMethod_var))); } IL_000e: { // var length = value.Length; String_t* L_2 = ___value0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); // if (length > kMaxIdLength) if ((((int32_t)L_3) <= ((int32_t)((int32_t)256)))) { goto IL_003b; } } { // throw new ArgumentException($"ID '{value}' exceeds maximum supported length of {kMaxIdLength} characters", nameof(value)); String_t* L_4 = ___value0; int32_t L_5 = ((int32_t)256); RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF43C565EB197642FD7A61215CD152E5223F84532)), L_4, L_6, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE_RuntimeMethod_var))); } IL_003b: { U3CidBufferU3Ee__FixedBuffer_t8F8E3EAA210EF6DD3834C5C4E574ADC65AC6173A* L_9 = (&__this->___idBuffer_6); uint8_t* L_10 = (&L_9->___FixedElementField_0); V_1 = L_10; // fixed(byte* idBufferPtr = idBuffer) uint8_t* L_11 = V_1; V_0 = (uint8_t*)((uintptr_t)L_11); // StringHelpers.WriteStringToBuffer(value, new IntPtr(idBufferPtr), kMaxIdLength); String_t* L_12 = ___value0; uint8_t* L_13 = V_0; intptr_t L_14; memset((&L_14), 0, sizeof(L_14)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_14), (void*)L_13, /*hidden argument*/NULL); bool L_15; L_15 = StringHelpers_WriteStringToBuffer_m3224AFFDC9D2D04E9112B8812CDEEC6FE363D66F(L_12, L_14, ((int32_t)256), NULL); V_1 = (uint8_t*)((uintptr_t)0); // } return; } } IL2CPP_EXTERN_C void QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); QueryPairedUserAccountCommand_set_id_mCA44A798D70E7F0EB7BA347652F4341221A5BDAE(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryPairedUserAccountCommand_get_name_m405A615F44272337724373D19F46B1258C18C856 (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B* L_0 = (&__this->___nameBuffer_5); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* nameBufferPtr = nameBuffer) uint8_t* L_2 = V_0; // return StringHelpers.ReadStringFromBuffer(new IntPtr(nameBufferPtr), kMaxNameLength); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_3), (void*)((uintptr_t)L_2), /*hidden argument*/NULL); String_t* L_4; L_4 = StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D(L_3, ((int32_t)256), NULL); return L_4; } } IL2CPP_EXTERN_C String_t* QueryPairedUserAccountCommand_get_name_m405A615F44272337724373D19F46B1258C18C856_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = QueryPairedUserAccountCommand_get_name_m405A615F44272337724373D19F46B1258C18C856(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, String_t* ___value0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; { // if (value == null) String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("value"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A_RuntimeMethod_var))); } IL_000e: { // var length = value.Length; String_t* L_2 = ___value0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); // if (length > kMaxNameLength) if ((((int32_t)L_3) <= ((int32_t)((int32_t)256)))) { goto IL_003b; } } { // throw new ArgumentException($"Name '{value}' exceeds maximum supported length of {kMaxNameLength} characters", nameof(value)); String_t* L_4 = ___value0; int32_t L_5 = ((int32_t)256); RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30C9A4CE48482CFCCFE484E0EF36FF8844DDAE6E)), L_4, L_6, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A_RuntimeMethod_var))); } IL_003b: { U3CnameBufferU3Ee__FixedBuffer_tC07F8AB4DC191B8E7EAC20B6CAD62F5D165BB91B* L_9 = (&__this->___nameBuffer_5); uint8_t* L_10 = (&L_9->___FixedElementField_0); V_1 = L_10; // fixed(byte* nameBufferPtr = nameBuffer) uint8_t* L_11 = V_1; V_0 = (uint8_t*)((uintptr_t)L_11); // StringHelpers.WriteStringToBuffer(value, new IntPtr(nameBufferPtr), kMaxNameLength); String_t* L_12 = ___value0; uint8_t* L_13 = V_0; intptr_t L_14; memset((&L_14), 0, sizeof(L_14)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_14), (void*)L_13, /*hidden argument*/NULL); bool L_15; L_15 = StringHelpers_WriteStringToBuffer_m3224AFFDC9D2D04E9112B8812CDEEC6FE363D66F(L_12, L_14, ((int32_t)256), NULL); V_1 = (uint8_t*)((uintptr_t)0); // } return; } } IL2CPP_EXTERN_C void QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); QueryPairedUserAccountCommand_set_name_m4C8CBE6D10186933B46DB10B494E21213805B37A(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryPairedUserAccountCommand_get_typeStatic_mD6966C188315C0D8C6AF75D21C3FA053ED4EF3CC (QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryPairedUserAccountCommand_get_Type_m44803FA194663CC41EEE3C7EF7498C07992AFED5(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryPairedUserAccountCommand_get_typeStatic_mD6966C188315C0D8C6AF75D21C3FA053ED4EF3CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryPairedUserAccountCommand_get_typeStatic_mD6966C188315C0D8C6AF75D21C3FA053ED4EF3CC(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582 QueryPairedUserAccountCommand_Create_mD699C083C57921B9351687A695502FF1BA97E205 (const RuntimeMethod* method) { QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryPairedUserAccountCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryPairedUserAccountCommand_get_Type_m44803FA194663CC41EEE3C7EF7498C07992AFED5(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)1040), /*hidden argument*/NULL); (&V_0)->___baseCommand_3 = L_1; QueryPairedUserAccountCommand_t0E05ACE98295E34BA26542A994F2F66027E09582 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QuerySamplingFrequencyCommand_get_Type_mA94B1820A73693A4F09714A60DCE94FD47727984 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('S', 'M', 'P', 'L'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)83), ((int32_t)77), ((int32_t)80), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QuerySamplingFrequencyCommand_get_typeStatic_mC6E13673C19A972E625C2B37AD3881354663F096 (QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QuerySamplingFrequencyCommand_get_Type_mA94B1820A73693A4F09714A60DCE94FD47727984(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QuerySamplingFrequencyCommand_get_typeStatic_mC6E13673C19A972E625C2B37AD3881354663F096_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QuerySamplingFrequencyCommand_get_typeStatic_mC6E13673C19A972E625C2B37AD3881354663F096(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA QuerySamplingFrequencyCommand_Create_m8A863E390A5F7AB5B521A20F6CD91C772AFA922B (const RuntimeMethod* method) { QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QuerySamplingFrequencyCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QuerySamplingFrequencyCommand_get_Type_mA94B1820A73693A4F09714A60DCE94FD47727984(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)12), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; QuerySamplingFrequencyCommand_t4AC08C713EA92FEEDC2BCFBDBC4FB32C7E7E36CA L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryUserIdCommand_get_Type_mDC11398A8251D3A0A5C51FFEEBF3537FC8771964 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('U', 'S', 'E', 'R'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)85), ((int32_t)83), ((int32_t)69), ((int32_t)82), /*hidden argument*/NULL); return L_0; } } // System.String UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::ReadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryUserIdCommand_ReadId_m3BB974A34A9905F046569754836F889575C349AF (QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* __this, const RuntimeMethod* method) { QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* V_0 = NULL; { // { V_0 = __this; // fixed(QueryUserIdCommand * thisPtr = &this) QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* L_0 = V_0; // return StringHelpers.ReadStringFromBuffer(new IntPtr(thisPtr->idBuffer), kMaxIdLength); U3CidBufferU3Ee__FixedBuffer_tE4CA52A47737D5043418F9D66A282E93248BF2BD* L_1 = (&((QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD*)((uintptr_t)L_0))->___idBuffer_3); uint8_t* L_2 = (&L_1->___FixedElementField_0); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_3), (void*)((uintptr_t)L_2), /*hidden argument*/NULL); String_t* L_4; L_4 = StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D(L_3, ((int32_t)256), NULL); return L_4; } } IL2CPP_EXTERN_C String_t* QueryUserIdCommand_ReadId_m3BB974A34A9905F046569754836F889575C349AF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = QueryUserIdCommand_ReadId_m3BB974A34A9905F046569754836F889575C349AF(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryUserIdCommand_get_typeStatic_mC5794F2A38D12A8E38BD4EF3B30B6604AE183793 (QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryUserIdCommand_get_Type_mDC11398A8251D3A0A5C51FFEEBF3537FC8771964(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED QueryUserIdCommand_get_typeStatic_mC5794F2A38D12A8E38BD4EF3B30B6604AE183793_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = QueryUserIdCommand_get_typeStatic_mC5794F2A38D12A8E38BD4EF3B30B6604AE183793(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.QueryUserIdCommand UnityEngine.InputSystem.LowLevel.QueryUserIdCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD QueryUserIdCommand_Create_m02BD05F3617D5CCB31766E52153189A543F67477 (const RuntimeMethod* method) { QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD V_0; memset((&V_0), 0, sizeof(V_0)); { // return new QueryUserIdCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // }; il2cpp_codegen_initobj((&V_0), sizeof(QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = QueryUserIdCommand_get_Type_mDC11398A8251D3A0A5C51FFEEBF3537FC8771964(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)520), /*hidden argument*/NULL); (&V_0)->___baseCommand_2 = L_1; QueryUserIdCommand_t163DCC35DCA11E44183A1A0234919417C005B5CD L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestResetCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestResetCommand_get_Type_mBFCCB98A93084DE3F0D4D1C63EF39D994639862B (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('R', 'S', 'E', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)82), ((int32_t)83), ((int32_t)69), ((int32_t)84), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestResetCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestResetCommand_get_typeStatic_m682DBD857C38B26B39B9679C35C98A2AE5B3C0DC (RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = RequestResetCommand_get_Type_mBFCCB98A93084DE3F0D4D1C63EF39D994639862B(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestResetCommand_get_typeStatic_m682DBD857C38B26B39B9679C35C98A2AE5B3C0DC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = RequestResetCommand_get_typeStatic_m682DBD857C38B26B39B9679C35C98A2AE5B3C0DC(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.RequestResetCommand UnityEngine.InputSystem.LowLevel.RequestResetCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968 RequestResetCommand_Create_m7B9F7F083BB993038D340C252D45D2BFD65B1664 (const RuntimeMethod* method) { RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new RequestResetCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = RequestResetCommand_get_Type_mBFCCB98A93084DE3F0D4D1C63EF39D994639862B(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, 8, /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; RequestResetCommand_tE0530BE3081FF0C347BA0BCAFF3D88F34DED4968 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestSyncCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestSyncCommand_get_Type_mED04D668D73150BA972012E47FFC6E4E91C2E7D7 (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('S', 'Y', 'N', 'C'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)83), ((int32_t)89), ((int32_t)78), ((int32_t)67), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.RequestSyncCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestSyncCommand_get_typeStatic_m27687F65BCDB472A0D9BE03B1D60C602913172A2 (RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = RequestSyncCommand_get_Type_mED04D668D73150BA972012E47FFC6E4E91C2E7D7(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED RequestSyncCommand_get_typeStatic_m27687F65BCDB472A0D9BE03B1D60C602913172A2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = RequestSyncCommand_get_typeStatic_m27687F65BCDB472A0D9BE03B1D60C602913172A2(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.RequestSyncCommand UnityEngine.InputSystem.LowLevel.RequestSyncCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8 RequestSyncCommand_Create_m1CEF0BDAA25EB7714FF72C82CBD073E5FFE2363A (const RuntimeMethod* method) { RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new RequestSyncCommand // { // baseCommand = new InputDeviceCommand(Type, kSize) // }; il2cpp_codegen_initobj((&V_0), sizeof(RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = RequestSyncCommand_get_Type_mED04D668D73150BA972012E47FFC6E4E91C2E7D7(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, 8, /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; RequestSyncCommand_t3766C746434641EF91025D272D9A53B4DF5387B8 L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetIMECursorPositionCommand_get_Type_mB8A471D0593D8F1497D2280D4271B5A2B56783CC (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('I', 'M', 'E', 'P'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)73), ((int32_t)77), ((int32_t)69), ((int32_t)80), /*hidden argument*/NULL); return L_0; } } // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SetIMECursorPositionCommand_get_position_m50765F077E0164B5205064B7A1B141F2C81C085C (SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* __this, const RuntimeMethod* method) { { // get { return m_Position; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_Position_2; return L_0; } } IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SetIMECursorPositionCommand_get_position_m50765F077E0164B5205064B7A1B141F2C81C085C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue; _returnValue = SetIMECursorPositionCommand_get_position_m50765F077E0164B5205064B7A1B141F2C81C085C_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetIMECursorPositionCommand_get_typeStatic_m99FCCDF1E9DA6575073F31F84C0B670340281D02 (SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = SetIMECursorPositionCommand_get_Type_mB8A471D0593D8F1497D2280D4271B5A2B56783CC(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetIMECursorPositionCommand_get_typeStatic_m99FCCDF1E9DA6575073F31F84C0B670340281D02_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = SetIMECursorPositionCommand_get_typeStatic_m99FCCDF1E9DA6575073F31F84C0B670340281D02(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::Create(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46 SetIMECursorPositionCommand_Create_mB7AEE0A2411BC7E167B99F614D12D2AADFC2E34A (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___cursorPosition0, const RuntimeMethod* method) { SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new SetIMECursorPositionCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // m_Position = cursorPosition // }; il2cpp_codegen_initobj((&V_0), sizeof(SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = SetIMECursorPositionCommand_get_Type_mB8A471D0593D8F1497D2280D4271B5A2B56783CC(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___cursorPosition0; (&V_0)->___m_Position_2 = L_2; SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46 L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetSamplingFrequencyCommand_get_Type_m31A3BC9DC7519D60876AD367992CAF8642960739 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('S', 'S', 'P', 'L'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)83), ((int32_t)83), ((int32_t)80), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetSamplingFrequencyCommand_get_typeStatic_mD878C128408D8125024D0C962C3AE58BBF44780A (SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = SetSamplingFrequencyCommand_get_Type_m31A3BC9DC7519D60876AD367992CAF8642960739(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED SetSamplingFrequencyCommand_get_typeStatic_mD878C128408D8125024D0C962C3AE58BBF44780A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = SetSamplingFrequencyCommand_get_typeStatic_mD878C128408D8125024D0C962C3AE58BBF44780A(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::Create(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88 SetSamplingFrequencyCommand_Create_m926845CF089450028AB95F980E1538B7E75A1F6D (float ___frequency0, const RuntimeMethod* method) { SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new SetSamplingFrequencyCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // frequency = frequency // }; il2cpp_codegen_initobj((&V_0), sizeof(SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = SetSamplingFrequencyCommand_get_Type_m31A3BC9DC7519D60876AD367992CAF8642960739(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)12), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; float L_2 = ___frequency0; (&V_0)->___frequency_2 = L_2; SetSamplingFrequencyCommand_t2629221ED175F235C8221C64640B3737AF751D88 L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED UseWindowsGamingInputCommand_get_Type_m01F3148FF1841E2817C41334DEA8E7C2323A5145 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('U', 'W', 'G', 'I'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)85), ((int32_t)87), ((int32_t)71), ((int32_t)73), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED UseWindowsGamingInputCommand_get_typeStatic_mA886ED3D90B502CF42D4126E8BCE86F8813291F6 (UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = UseWindowsGamingInputCommand_get_Type_m01F3148FF1841E2817C41334DEA8E7C2323A5145(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED UseWindowsGamingInputCommand_get_typeStatic_mA886ED3D90B502CF42D4126E8BCE86F8813291F6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = UseWindowsGamingInputCommand_get_typeStatic_mA886ED3D90B502CF42D4126E8BCE86F8813291F6(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::Create(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05 UseWindowsGamingInputCommand_Create_m207BAD2044649DE24064CE2B90403CF8AD98FDA1 (bool ___enable0, const RuntimeMethod* method) { UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05 V_0; memset((&V_0), 0, sizeof(V_0)); UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* G_B2_0 = NULL; UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* G_B1_0 = NULL; int32_t G_B3_0 = 0; UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05* G_B3_1 = NULL; { // return new UseWindowsGamingInputCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // enable = (byte)(enable ? 1 : 0) // }; il2cpp_codegen_initobj((&V_0), sizeof(UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = UseWindowsGamingInputCommand_get_Type_m01F3148FF1841E2817C41334DEA8E7C2323A5145(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)9), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; bool L_2 = ___enable0; G_B1_0 = (&V_0); if (L_2) { G_B2_0 = (&V_0); goto IL_0023; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0024; } IL_0023: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0024: { G_B3_1->___enable_2 = (uint8_t)((int32_t)(uint8_t)G_B3_0); UseWindowsGamingInputCommand_tE6897727C198264D391C348B0C5F52119CE01D05 L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED WarpMousePositionCommand_get_Type_m96B4AE75DD0E2509966E4C723E5B3C5CA6F3135A (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('W', 'P', 'M', 'S'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)87), ((int32_t)80), ((int32_t)77), ((int32_t)83), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED WarpMousePositionCommand_get_typeStatic_m7C173947D66A532E7F49ED7B48898BEB1529E56A (WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = WarpMousePositionCommand_get_Type_m96B4AE75DD0E2509966E4C723E5B3C5CA6F3135A(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED WarpMousePositionCommand_get_typeStatic_m7C173947D66A532E7F49ED7B48898BEB1529E56A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = WarpMousePositionCommand_get_typeStatic_m7C173947D66A532E7F49ED7B48898BEB1529E56A(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::Create(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0 WarpMousePositionCommand_Create_m39A1846CF1D388004F229D0C66600059A422636F (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position0, const RuntimeMethod* method) { WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new WarpMousePositionCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // warpPositionInPlayerDisplaySpace = position // }; il2cpp_codegen_initobj((&V_0), sizeof(WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = WarpMousePositionCommand_get_Type_m96B4AE75DD0E2509966E4C723E5B3C5CA6F3135A(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___position0; (&V_0)->___warpPositionInPlayerDisplaySpace_2 = L_2; WarpMousePositionCommand_t7E08561BB4C9C77F171BACDCE2D71E8B7BA79FB0 L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GamepadState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GamepadState_get_Format_m10C6A4E403B15DB3F5EC44F8D825D00FC19F3A2B (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('G', 'P', 'A', 'D'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)71), ((int32_t)80), ((int32_t)65), ((int32_t)68), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GamepadState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GamepadState_get_format_mF617D1EE8D57686B6BAEAA2AF8BF1F6BDAC5E1CF (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = GamepadState_get_Format_m10C6A4E403B15DB3F5EC44F8D825D00FC19F3A2B(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GamepadState_get_format_mF617D1EE8D57686B6BAEAA2AF8BF1F6BDAC5E1CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = GamepadState_get_format_mF617D1EE8D57686B6BAEAA2AF8BF1F6BDAC5E1CF(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.GamepadState::.ctor(UnityEngine.InputSystem.LowLevel.GamepadButton[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373 (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* ___buttons0, const RuntimeMethod* method) { GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; uint32_t V_3 = 0; { // : this() il2cpp_codegen_initobj(__this, sizeof(GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1)); // if (buttons == null) GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* L_0 = ___buttons0; if (L_0) { goto IL_0015; } } { // throw new ArgumentNullException(nameof(buttons)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E967EC47C0181B3A2E25F28AF8F0061B4E2A296)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373_RuntimeMethod_var))); } IL_0015: { // foreach (var button in buttons) GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* L_2 = ___buttons0; V_0 = L_2; V_1 = 0; goto IL_0038; } IL_001b: { // foreach (var button in buttons) GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = L_4; int32_t L_6 = (int32_t)(L_3)->GetAtUnchecked(static_cast(L_5)); V_2 = L_6; // var bit = 1U << (int)button; int32_t L_7 = V_2; V_3 = ((int32_t)(1<<((int32_t)((int32_t)L_7&((int32_t)31))))); // this.buttons |= bit; uint32_t L_8 = __this->___buttons_4; uint32_t L_9 = V_3; __this->___buttons_4 = ((int32_t)((int32_t)L_8|(int32_t)L_9)); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0038: { // foreach (var button in buttons) int32_t L_11 = V_1; GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_001b; } } { // } return; } } IL2CPP_EXTERN_C void GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373_AdjustorThunk (RuntimeObject* __this, GamepadButtonU5BU5D_t3E19FA8DC50C271DC9FE0EB267FC730CA80BD2C6* ___buttons0, const RuntimeMethod* method) { GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); GamepadState__ctor_mD69F20EFA852648DFB4A97AC8B91692FBA793373(_thisAdjusted, ___buttons0, method); } // UnityEngine.InputSystem.LowLevel.GamepadState UnityEngine.InputSystem.LowLevel.GamepadState::WithButton(UnityEngine.InputSystem.LowLevel.GamepadButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 GamepadState_WithButton_m61BE4689DE621A285913BC0BD69D0560DBBD91DF (GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* __this, int32_t ___button0, bool ___value1, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var bit = 1U << (int)button; int32_t L_0 = ___button0; V_0 = ((int32_t)(1<<((int32_t)((int32_t)L_0&((int32_t)31))))); // if (value) bool L_1 = ___value1; if (!L_1) { goto IL_001a; } } { // buttons |= bit; uint32_t L_2 = __this->___buttons_4; uint32_t L_3 = V_0; __this->___buttons_4 = ((int32_t)((int32_t)L_2|(int32_t)L_3)); goto IL_0029; } IL_001a: { // buttons &= ~bit; uint32_t L_4 = __this->___buttons_4; uint32_t L_5 = V_0; __this->___buttons_4 = ((int32_t)((int32_t)L_4&(int32_t)((~L_5)))); } IL_0029: { // return this; GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 L_6 = (*(GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1*)__this); return L_6; } } IL2CPP_EXTERN_C GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 GamepadState_WithButton_m61BE4689DE621A285913BC0BD69D0560DBBD91DF_AdjustorThunk (RuntimeObject* __this, int32_t ___button0, bool ___value1, const RuntimeMethod* method) { GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); GamepadState_t67129410D0628817FD6E93A77307E84CA41BA5B1 _returnValue; _returnValue = GamepadState_WithButton_m61BE4689DE621A285913BC0BD69D0560DBBD91DF(_thisAdjusted, ___button0, ___value1, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DualMotorRumbleCommand_get_Type_mAD127730406B6F876EDEB19A8761419054E40ED7 (const RuntimeMethod* method) { { // public static FourCC Type { get { return new FourCC('R', 'M', 'B', 'L'); } } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)82), ((int32_t)77), ((int32_t)66), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DualMotorRumbleCommand_get_typeStatic_mEDF2C976B44C2BB0C0C0271CC56391992AF37C2D (DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E* __this, const RuntimeMethod* method) { { // get { return Type; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = DualMotorRumbleCommand_get_Type_mAD127730406B6F876EDEB19A8761419054E40ED7(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DualMotorRumbleCommand_get_typeStatic_mEDF2C976B44C2BB0C0C0271CC56391992AF37C2D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DualMotorRumbleCommand_get_typeStatic_mEDF2C976B44C2BB0C0C0271CC56391992AF37C2D(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::Create(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E DualMotorRumbleCommand_Create_m92353364BF75EDF5FBE7AF9ED0F136F4E74538A6 (float ___lowFrequency0, float ___highFrequency1, const RuntimeMethod* method) { DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E V_0; memset((&V_0), 0, sizeof(V_0)); { // return new DualMotorRumbleCommand // { // baseCommand = new InputDeviceCommand(Type, kSize), // lowFrequencyMotorSpeed = lowFrequency, // highFrequencyMotorSpeed = highFrequency // }; il2cpp_codegen_initobj((&V_0), sizeof(DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = DualMotorRumbleCommand_get_Type_mAD127730406B6F876EDEB19A8761419054E40ED7(NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E L_1; memset((&L_1), 0, sizeof(L_1)); InputDeviceCommand__ctor_m2782FEC7CC073D375910E91EBFA992FAD238FC01((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); (&V_0)->___baseCommand_1 = L_1; float L_2 = ___lowFrequency0; (&V_0)->___lowFrequencyMotorSpeed_2 = L_2; float L_3 = ___highFrequency1; (&V_0)->___highFrequencyMotorSpeed_3 = L_3; DualMotorRumbleCommand_t75FFA626B609E72A4FA3A861A77A90416477ED3E L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.JoystickState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED JoystickState_get_kFormat_mB35BC874893BA099ACA62F6A7B49994988DA221A (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('J', 'O', 'Y'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)74), ((int32_t)79), ((int32_t)89), ((int32_t)32), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.JoystickState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED JoystickState_get_format_mEDDE745E9821149E8287DA5EA621814B832088E2 (JoystickState_t03D95BB2BA3497FA34F7F2C395126FE079DBAD23* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = JoystickState_get_kFormat_mB35BC874893BA099ACA62F6A7B49994988DA221A(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED JoystickState_get_format_mEDDE745E9821149E8287DA5EA621814B832088E2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { JoystickState_t03D95BB2BA3497FA34F7F2C395126FE079DBAD23* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = JoystickState_get_format_mEDDE745E9821149E8287DA5EA621814B832088E2(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.KeyboardState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED KeyboardState_get_Format_mE0B5DE1F97B5462ACD54D45ABD419E7B5C6B824C (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('K', 'E', 'Y', 'S'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)75), ((int32_t)69), ((int32_t)89), ((int32_t)83), /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::.ctor(UnityEngine.InputSystem.Key[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* ___pressedKeys0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; { // if (pressedKeys == null) KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* L_0 = ___pressedKeys0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(pressedKeys)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE94EF447B7CA22BD133EBC24A4C29384FD843DB0)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C_RuntimeMethod_var))); } IL_000e: { U3CkeysU3Ee__FixedBuffer_t042985C8A4742730483B7863D903A899805230F3* L_2 = (&__this->___keys_2); uint8_t* L_3 = (&L_2->___FixedElementField_0); V_1 = L_3; // fixed(byte* keysPtr = keys) uint8_t* L_4 = V_1; V_0 = (uint8_t*)((uintptr_t)L_4); // UnsafeUtility.MemClear(keysPtr, kSizeInBytes); uint8_t* L_5 = V_0; UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1((void*)L_5, ((int64_t)((int32_t)14)), NULL); // for (var i = 0; i < pressedKeys.Length; ++i) V_2 = 0; goto IL_0038; } IL_002a: { // MemoryHelpers.WriteSingleBit(keysPtr, (uint)pressedKeys[i], true); uint8_t* L_6 = V_0; KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* L_7 = ___pressedKeys0; int32_t L_8 = V_2; int32_t L_9 = L_8; int32_t L_10 = (int32_t)(L_7)->GetAtUnchecked(static_cast(L_9)); MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_6, L_10, (bool)1, NULL); // for (var i = 0; i < pressedKeys.Length; ++i) int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0038: { // for (var i = 0; i < pressedKeys.Length; ++i) int32_t L_12 = V_2; KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* L_13 = ___pressedKeys0; if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_002a; } } { V_1 = (uint8_t*)((uintptr_t)0); // } return; } } IL2CPP_EXTERN_C void KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C_AdjustorThunk (RuntimeObject* __this, KeyU5BU5D_t36B88478D8047AEA42192694C4CC174C4DC9854A* ___pressedKeys0, const RuntimeMethod* method) { KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyboardState__ctor_m06346BD84C3DE0C9392359B3ABC584E7B0ED9E0C(_thisAdjusted, ___pressedKeys0, method); } // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Set(UnityEngine.InputSystem.Key,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, bool ___state1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CkeysU3Ee__FixedBuffer_t042985C8A4742730483B7863D903A899805230F3* L_0 = (&__this->___keys_2); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* keysPtr = keys) uint8_t* L_2 = V_0; // MemoryHelpers.WriteSingleBit(keysPtr, (uint)key, state); int32_t L_3 = ___key0; bool L_4 = ___state1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)((uintptr_t)L_2), L_3, L_4, NULL); V_0 = (uint8_t*)((uintptr_t)0); // } return; } } IL2CPP_EXTERN_C void KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C_AdjustorThunk (RuntimeObject* __this, int32_t ___key0, bool ___state1, const RuntimeMethod* method) { KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C(_thisAdjusted, ___key0, ___state1, method); } // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Press(UnityEngine.InputSystem.Key) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Press_mB5882428AD8FD1CCD5A238215551DFEC3BA577A0 (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, const RuntimeMethod* method) { { // Set(key, true); int32_t L_0 = ___key0; KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C(__this, L_0, (bool)1, NULL); // } return; } } IL2CPP_EXTERN_C void KeyboardState_Press_mB5882428AD8FD1CCD5A238215551DFEC3BA577A0_AdjustorThunk (RuntimeObject* __this, int32_t ___key0, const RuntimeMethod* method) { KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyboardState_Press_mB5882428AD8FD1CCD5A238215551DFEC3BA577A0(_thisAdjusted, ___key0, method); } // System.Void UnityEngine.InputSystem.LowLevel.KeyboardState::Release(UnityEngine.InputSystem.Key) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardState_Release_m779EAACE3BB019436503948C3DEBAB7F7B7BCE1A (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, int32_t ___key0, const RuntimeMethod* method) { { // Set(key, false); int32_t L_0 = ___key0; KeyboardState_Set_m0F5B5B6EC7F702F695F0F03B71E19EF450EC3D9C(__this, L_0, (bool)0, NULL); // } return; } } IL2CPP_EXTERN_C void KeyboardState_Release_m779EAACE3BB019436503948C3DEBAB7F7B7BCE1A_AdjustorThunk (RuntimeObject* __this, int32_t ___key0, const RuntimeMethod* method) { KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyboardState_Release_m779EAACE3BB019436503948C3DEBAB7F7B7BCE1A(_thisAdjusted, ___key0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.KeyboardState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED KeyboardState_get_format_mD8CB0AA30DC616A09DC3152ED0342B2945DC43C9 (KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = KeyboardState_get_Format_mE0B5DE1F97B5462ACD54D45ABD419E7B5C6B824C(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED KeyboardState_get_format_mD8CB0AA30DC616A09DC3152ED0342B2945DC43C9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { KeyboardState_t0329332A3CC9A0DC406D9E4C59E2C3F1CCCAD28E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = KeyboardState_get_format_mD8CB0AA30DC616A09DC3152ED0342B2945DC43C9(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.MouseState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED MouseState_get_Format_mF26144ED65F47F6A3DE5E19D5C8A21F5D1A840AE (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('M', 'O', 'U', 'S'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)77), ((int32_t)79), ((int32_t)85), ((int32_t)83), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.LowLevel.MouseState UnityEngine.InputSystem.LowLevel.MouseState::WithButton(UnityEngine.InputSystem.LowLevel.MouseButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 MouseState_WithButton_m97B000A09778AED62A2DB09058C31318CFDA479E (MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var bit = 1U << (int)button; int32_t L_0 = ___button0; V_0 = ((int32_t)(1<<((int32_t)((int32_t)L_0&((int32_t)31))))); // if (state) bool L_1 = ___state1; if (!L_1) { goto IL_001c; } } { // buttons |= (ushort)bit; uint16_t L_2 = __this->___buttons_3; uint32_t L_3 = V_0; __this->___buttons_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_2|((int32_t)(uint16_t)L_3)))); goto IL_002d; } IL_001c: { // buttons &= (ushort)~bit; uint16_t L_4 = __this->___buttons_3; uint32_t L_5 = V_0; __this->___buttons_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_4&((int32_t)(uint16_t)((~L_5)))))); } IL_002d: { // return this; MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 L_6 = (*(MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1*)__this); return L_6; } } IL2CPP_EXTERN_C MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 MouseState_WithButton_m97B000A09778AED62A2DB09058C31318CFDA479E_AdjustorThunk (RuntimeObject* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) { MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1 _returnValue; _returnValue = MouseState_WithButton_m97B000A09778AED62A2DB09058C31318CFDA479E(_thisAdjusted, ___button0, ___state1, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.MouseState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED MouseState_get_format_m4E1CACEDD70E431F2B4F122FBF9790D61523E160 (MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = MouseState_get_Format_mF26144ED65F47F6A3DE5E19D5C8A21F5D1A840AE(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED MouseState_get_format_m4E1CACEDD70E431F2B4F122FBF9790D61523E160_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { MouseState_t0D9AD9D7629CA3F363E7C2AFD710A11D965408E1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = MouseState_get_format_m4E1CACEDD70E431F2B4F122FBF9790D61523E160(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PenState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PenState_get_Format_m9259B29BFA0F5EE072663FDEC63C32B852B128E8 (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('P', 'E', 'N'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)80), ((int32_t)69), ((int32_t)78), ((int32_t)32), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.LowLevel.PenState UnityEngine.InputSystem.LowLevel.PenState::WithButton(UnityEngine.InputSystem.PenButton,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 PenState_WithButton_mE073BEA72B2BF7B87BC1E31B171A71207A876652 (PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var bit = 1U << (int)button; int32_t L_0 = ___button0; V_0 = ((int32_t)(1<<((int32_t)((int32_t)L_0&((int32_t)31))))); // if (state) bool L_1 = ___state1; if (!L_1) { goto IL_001c; } } { // buttons |= (ushort)bit; uint16_t L_2 = __this->___buttons_5; uint32_t L_3 = V_0; __this->___buttons_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_2|((int32_t)(uint16_t)L_3)))); goto IL_002d; } IL_001c: { // buttons &= (ushort)~bit; uint16_t L_4 = __this->___buttons_5; uint32_t L_5 = V_0; __this->___buttons_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_4&((int32_t)(uint16_t)((~L_5)))))); } IL_002d: { // return this; PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 L_6 = (*(PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144*)__this); return L_6; } } IL2CPP_EXTERN_C PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 PenState_WithButton_mE073BEA72B2BF7B87BC1E31B171A71207A876652_AdjustorThunk (RuntimeObject* __this, int32_t ___button0, bool ___state1, const RuntimeMethod* method) { PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144 _returnValue; _returnValue = PenState_WithButton_mE073BEA72B2BF7B87BC1E31B171A71207A876652(_thisAdjusted, ___button0, ___state1, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PenState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PenState_get_format_m8B58953CF86A69E6AEAD9670C02822A400FB2DCF (PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = PenState_get_Format_m9259B29BFA0F5EE072663FDEC63C32B852B128E8(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PenState_get_format_m8B58953CF86A69E6AEAD9670C02822A400FB2DCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PenState_t3F58DE5AE5474B877BE31169449DFB4ED6331144* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = PenState_get_format_m8B58953CF86A69E6AEAD9670C02822A400FB2DCF(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PointerState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PointerState_get_kFormat_m6C5521A8BDE6EB0B106686BB3E1571C96E9B2741 (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('P', 'T', 'R'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)80), ((int32_t)84), ((int32_t)82), ((int32_t)32), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.PointerState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PointerState_get_format_mC5180FCEAE996C3D5E43E1A77174886E49F4EBEA (PointerState_t3BD79772D06D5CC227EBE757B27F8262EB46A919* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = PointerState_get_kFormat_m6C5521A8BDE6EB0B106686BB3E1571C96E9B2741(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED PointerState_get_format_mC5180FCEAE996C3D5E43E1A77174886E49F4EBEA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PointerState_t3BD79772D06D5CC227EBE757B27F8262EB46A919* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = PointerState_get_format_mC5180FCEAE996C3D5E43E1A77174886E49F4EBEA(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AccelerometerState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AccelerometerState_get_kFormat_mA36F0610529BA98558BEFEEA1CEB010A667C7664 (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('A', 'C', 'C', 'L'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)65), ((int32_t)67), ((int32_t)67), ((int32_t)76), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AccelerometerState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AccelerometerState_get_format_m8417A35B21D4D21382BAA3E099EB81FA6A681290 (AccelerometerState_tBC7006B5431DF59DC2A9AF2E08FD06674EA8372A* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = AccelerometerState_get_kFormat_mA36F0610529BA98558BEFEEA1CEB010A667C7664(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AccelerometerState_get_format_m8417A35B21D4D21382BAA3E099EB81FA6A681290_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AccelerometerState_tBC7006B5431DF59DC2A9AF2E08FD06674EA8372A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = AccelerometerState_get_format_m8417A35B21D4D21382BAA3E099EB81FA6A681290(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GyroscopeState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GyroscopeState_get_kFormat_m4EA13F15BEBBC929DB6AFAFE2DB12D6DC1E51E0D (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('G', 'Y', 'R', 'O'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)71), ((int32_t)89), ((int32_t)82), ((int32_t)79), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GyroscopeState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GyroscopeState_get_format_m04C008EEC0A8E98488D68D7DB508D03F4D40CB6D (GyroscopeState_t6C1BC700557D943111882E3634CA7411EE531B87* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = GyroscopeState_get_kFormat_m4EA13F15BEBBC929DB6AFAFE2DB12D6DC1E51E0D(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GyroscopeState_get_format_m04C008EEC0A8E98488D68D7DB508D03F4D40CB6D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { GyroscopeState_t6C1BC700557D943111882E3634CA7411EE531B87* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = GyroscopeState_get_format_m04C008EEC0A8E98488D68D7DB508D03F4D40CB6D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GravityState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GravityState_get_kFormat_mA940D0FAD178A87388C4A75F88D3DB41B2842662 (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('G', 'R', 'V', ' '); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)71), ((int32_t)82), ((int32_t)86), ((int32_t)32), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.GravityState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GravityState_get_format_mACAC4174A37C72A4229268A765EA95B60CD1EE1D (GravityState_tD607A716F9E0D00477CECC5C019929633E66ACFF* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = GravityState_get_kFormat_mA940D0FAD178A87388C4A75F88D3DB41B2842662(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED GravityState_get_format_mACAC4174A37C72A4229268A765EA95B60CD1EE1D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { GravityState_tD607A716F9E0D00477CECC5C019929633E66ACFF* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = GravityState_get_format_mACAC4174A37C72A4229268A765EA95B60CD1EE1D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AttitudeState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AttitudeState_get_kFormat_m2CF2884AE8CBAC5F08B7A4229B4190CC48D04552 (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('A', 'T', 'T', 'D'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)65), ((int32_t)84), ((int32_t)84), ((int32_t)68), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.AttitudeState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AttitudeState_get_format_mE181225DD179C3C77FBE1996F22C2B858C2620A8 (AttitudeState_tE01F02CAD17A08F2D35660E017437AC72BC45745* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = AttitudeState_get_kFormat_m2CF2884AE8CBAC5F08B7A4229B4190CC48D04552(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED AttitudeState_get_format_mE181225DD179C3C77FBE1996F22C2B858C2620A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AttitudeState_tE01F02CAD17A08F2D35660E017437AC72BC45745* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = AttitudeState_get_format_mE181225DD179C3C77FBE1996F22C2B858C2620A8(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.LinearAccelerationState::get_kFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED LinearAccelerationState_get_kFormat_mBE3CCC46BAEA98A317E165C1F0E8DA3E1FAB1775 (const RuntimeMethod* method) { { // public static FourCC kFormat => new FourCC('L', 'A', 'A', 'C'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)76), ((int32_t)65), ((int32_t)65), ((int32_t)67), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.LinearAccelerationState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED LinearAccelerationState_get_format_m082958E987DDE7BCF30BEB84C1A2C8F2EB0D2A8A (LinearAccelerationState_tD14025B444097A9A3CA0B3ADBA153C775A316F24* __this, const RuntimeMethod* method) { { // public FourCC format => kFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = LinearAccelerationState_get_kFormat_mBE3CCC46BAEA98A317E165C1F0E8DA3E1FAB1775(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED LinearAccelerationState_get_format_m082958E987DDE7BCF30BEB84C1A2C8F2EB0D2A8A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { LinearAccelerationState_tD14025B444097A9A3CA0B3ADBA153C775A316F24* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = LinearAccelerationState_get_format_m082958E987DDE7BCF30BEB84C1A2C8F2EB0D2A8A(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchState_get_Format_mE473D3097A050EF38348C8E25E6C5A19D0C034C0 (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('T', 'O', 'U', 'C'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)84), ((int32_t)79), ((int32_t)85), ((int32_t)67), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.TouchPhase UnityEngine.InputSystem.LowLevel.TouchState::get_phase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (TouchPhase)phaseId; uint8_t L_0 = __this->___phaseId_6; return (int32_t)(L_0); } } IL2CPP_EXTERN_C int32_t TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_phase(UnityEngine.InputSystem.TouchPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => phaseId = (byte)value; int32_t L_0 = ___value0; __this->___phaseId_6 = (uint8_t)((int32_t)(uint8_t)L_0); return; } } IL2CPP_EXTERN_C void TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_phase_mCC48A355F50B41E745BDCE383BD083A69BD8644A(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isNoneEndedOrCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isNoneEndedOrCanceled_mC2000BF710D7EDFC3590D18253215FCA67E3F464 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // public bool isNoneEndedOrCanceled => phase == TouchPhase.None || phase == TouchPhase.Ended || // phase == TouchPhase.Canceled; int32_t L_0; L_0 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); if (!L_0) { goto IL_001b; } } { int32_t L_1; L_1 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_001b; } } { int32_t L_2; L_2 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); return (bool)((((int32_t)L_2) == ((int32_t)4))? 1 : 0); } IL_001b: { return (bool)1; } } IL2CPP_EXTERN_C bool TouchState_get_isNoneEndedOrCanceled_mC2000BF710D7EDFC3590D18253215FCA67E3F464_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isNoneEndedOrCanceled_mC2000BF710D7EDFC3590D18253215FCA67E3F464(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isInProgress_mF14BA2786F207B08DA487C4FD9F010F85107D902 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // public bool isInProgress => phase == TouchPhase.Began || phase == TouchPhase.Moved || // phase == TouchPhase.Stationary; int32_t L_0; L_0 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_001c; } } { int32_t L_1; L_1 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001c; } } { int32_t L_2; L_2 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); return (bool)((((int32_t)L_2) == ((int32_t)5))? 1 : 0); } IL_001c: { return (bool)1; } } IL2CPP_EXTERN_C bool TouchState_get_isInProgress_mF14BA2786F207B08DA487C4FD9F010F85107D902_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isInProgress_mF14BA2786F207B08DA487C4FD9F010F85107D902(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isPrimaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.PrimaryTouch) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isPrimaryTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // flags |= (byte)TouchFlags.PrimaryTouch; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|8))); return; } IL_0013: { // flags &= (byte)~TouchFlags.PrimaryTouch; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)247)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isPrimaryTouch_m6BB43521B2EDD8EFD435C5890590A51DE183AAA6(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isOrphanedPrimaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isOrphanedPrimaryTouch_m692F6F3BB4886A4ADC7578416BDA2CF43190CEF5 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.OrphanedPrimaryTouch) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_isOrphanedPrimaryTouch_m692F6F3BB4886A4ADC7578416BDA2CF43190CEF5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isOrphanedPrimaryTouch_m692F6F3BB4886A4ADC7578416BDA2CF43190CEF5(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isOrphanedPrimaryTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isOrphanedPrimaryTouch_m2610EBB9B4DB8D920EC53D3785CD88C1537957D7 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0014; } } { // flags |= (byte)TouchFlags.OrphanedPrimaryTouch; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|((int32_t)64)))); return; } IL_0014: { // flags &= (byte)~TouchFlags.OrphanedPrimaryTouch; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)191)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_isOrphanedPrimaryTouch_m2610EBB9B4DB8D920EC53D3785CD88C1537957D7_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isOrphanedPrimaryTouch_m2610EBB9B4DB8D920EC53D3785CD88C1537957D7(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isIndirectTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isIndirectTouch_m5059A78582DBB4534309A43F49BD7DDC86DCB912 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.IndirectTouch) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_isIndirectTouch_m5059A78582DBB4534309A43F49BD7DDC86DCB912_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isIndirectTouch_m5059A78582DBB4534309A43F49BD7DDC86DCB912(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isIndirectTouch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isIndirectTouch_m76D60019EA3E6AE3D32D41D7918E2F4D874D1CF4 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // flags |= (byte)TouchFlags.IndirectTouch; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|1))); return; } IL_0013: { // flags &= (byte)~TouchFlags.IndirectTouch; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)254)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_isIndirectTouch_m76D60019EA3E6AE3D32D41D7918E2F4D874D1CF4_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isIndirectTouch_m76D60019EA3E6AE3D32D41D7918E2F4D874D1CF4(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => isTapPress; bool L_0; L_0 = TouchState_get_isTapPress_m76B3B03716530BC461CCDEE942D80B797A82D1FE(__this, NULL); return L_0; } } IL2CPP_EXTERN_C bool TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isTap_m6C2D3CC78A3AA9705CBFD2A9E817FCFD8AB25EFB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTap_m31B4AEE4DC8A6CE2174728244C0A1D1539D30B15 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // set => isTapPress = value; bool L_0 = ___value0; TouchState_set_isTapPress_m42BC799213916CA303DCE59FFCF3F39DF43F5642(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C void TouchState_set_isTap_m31B4AEE4DC8A6CE2174728244C0A1D1539D30B15_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isTap_m31B4AEE4DC8A6CE2174728244C0A1D1539D30B15(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTapPress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTapPress_m76B3B03716530BC461CCDEE942D80B797A82D1FE (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.TapPress) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_isTapPress_m76B3B03716530BC461CCDEE942D80B797A82D1FE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isTapPress_m76B3B03716530BC461CCDEE942D80B797A82D1FE(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTapPress(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTapPress_m42BC799213916CA303DCE59FFCF3F39DF43F5642 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0014; } } { // flags |= (byte)TouchFlags.TapPress; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|((int32_t)16)))); return; } IL_0014: { // flags &= (byte)~TouchFlags.TapPress; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)239)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_isTapPress_m42BC799213916CA303DCE59FFCF3F39DF43F5642_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isTapPress_m42BC799213916CA303DCE59FFCF3F39DF43F5642(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_isTapRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_isTapRelease_m2330F3A5BFF42425B21423B2257619666A05CE7D (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.TapRelease) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_isTapRelease_m2330F3A5BFF42425B21423B2257619666A05CE7D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_isTapRelease_m2330F3A5BFF42425B21423B2257619666A05CE7D(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_isTapRelease(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_isTapRelease_m8CECE48CDFD6955A73D24CB052BF1BD8E506E178 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0014; } } { // flags |= (byte)TouchFlags.TapRelease; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|((int32_t)32)))); return; } IL_0014: { // flags &= (byte)~TouchFlags.TapRelease; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)223)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_isTapRelease_m8CECE48CDFD6955A73D24CB052BF1BD8E506E178_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_isTapRelease_m8CECE48CDFD6955A73D24CB052BF1BD8E506E178(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.TouchState::get_beganInSameFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (flags & (byte)TouchFlags.BeganInSameFrame) != 0; uint8_t L_0 = __this->___flags_9; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TouchState_get_beganInSameFrame_mC72ACA3EBA9BE5426C6B19ED7130F7A1CE177320(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.TouchState::set_beganInSameFrame(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0017; } } { // flags |= (byte)TouchFlags.BeganInSameFrame; uint8_t L_1 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|((int32_t)128)))); return; } IL_0017: { // flags &= (byte)~TouchFlags.BeganInSameFrame; uint8_t L_2 = __this->___flags_9; __this->___flags_9 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)127)))); // } return; } } IL2CPP_EXTERN_C void TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_set_beganInSameFrame_m46F1C71775E825310242C59E608D5F20908A8D39(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchState_get_format_m27F8D5F420FE4D7F11C4676B5FD94FAF08586AE5 (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = TouchState_get_Format_mE473D3097A050EF38348C8E25E6C5A19D0C034C0(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchState_get_format_m27F8D5F420FE4D7F11C4676B5FD94FAF08586AE5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = TouchState_get_format_m27F8D5F420FE4D7F11C4676B5FD94FAF08586AE5(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.LowLevel.TouchState::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchState_ToString_mEA29180E6539B2C38587D293C96E5E56728E661D (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchPhase_tC280DE0C3DA3652019BF3605D57099E6CE2F3B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62F4F3914DA44EFA764CD7207FD98C1D7D603493); s_Il2CppMethodInitialized = true; } { // return $"{{ id={touchId} phase={phase} pos={position} delta={delta} pressure={pressure} radius={radius} primary={isPrimaryTouch} }}"; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; int32_t L_2 = __this->___touchId_1; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject*)L_4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1; int32_t L_6; L_6 = TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline(__this, NULL); int32_t L_7 = L_6; RuntimeObject* L_8 = Box(TouchPhase_tC280DE0C3DA3652019BF3605D57099E6CE2F3B14_il2cpp_TypeInfo_var, &L_7); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAtUnchecked(static_cast(1), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = __this->___position_2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = L_10; RuntimeObject* L_12 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_11); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAtUnchecked(static_cast(2), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = __this->___delta_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = L_14; RuntimeObject* L_16 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_15); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAtUnchecked(static_cast(3), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13; float L_18 = __this->___pressure_4; float L_19 = L_18; RuntimeObject* L_20 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_19); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAtUnchecked(static_cast(4), (RuntimeObject*)L_20); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_17; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = __this->___radius_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = L_22; RuntimeObject* L_24 = Box(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var, &L_23); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAtUnchecked(static_cast(5), (RuntimeObject*)L_24); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_21; bool L_26; L_26 = TouchState_get_isPrimaryTouch_mC8E83D45028722D5456CB65A19C9DBB2B1DC8615(__this, NULL); bool L_27 = L_26; RuntimeObject* L_28 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_27); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAtUnchecked(static_cast(6), (RuntimeObject*)L_28); String_t* L_29; L_29 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral62F4F3914DA44EFA764CD7207FD98C1D7D603493, L_25, NULL); return L_29; } } IL2CPP_EXTERN_C String_t* TouchState_ToString_mEA29180E6539B2C38587D293C96E5E56728E661D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = TouchState_ToString_mEA29180E6539B2C38587D293C96E5E56728E661D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchscreenState::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchscreenState_get_Format_mF9C584A0C19B90EBBFC257022A48BFC56BDE6E95 (const RuntimeMethod* method) { { // public static FourCC Format => new FourCC('T', 'S', 'C', 'R'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)84), ((int32_t)83), ((int32_t)67), ((int32_t)82), /*hidden argument*/NULL); return L_0; } } // UnityEngine.InputSystem.LowLevel.TouchState* UnityEngine.InputSystem.LowLevel.TouchscreenState::get_primaryTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_primaryTouch_m2F7795A41B5BD5B36686E513EB0626BEB94F03FB (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CprimaryTouchDataU3Ee__FixedBuffer_t843D75C0F089EEBE01C3063B14726D4B99B56258* L_0 = (&__this->___primaryTouchData_1); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* ptr = primaryTouchData) uint8_t* L_2 = V_0; // return (TouchState*)ptr; return (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)(((uintptr_t)L_2)); } } IL2CPP_EXTERN_C TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_primaryTouch_m2F7795A41B5BD5B36686E513EB0626BEB94F03FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _returnValue; _returnValue = TouchscreenState_get_primaryTouch_m2F7795A41B5BD5B36686E513EB0626BEB94F03FB(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.TouchState* UnityEngine.InputSystem.LowLevel.TouchscreenState::get_touches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_touches_m58B38F7D585C7D053B2D6C9B17B9AB36F6E6D14F (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CtouchDataU3Ee__FixedBuffer_t6436C7ECCAE275554BE674C0A81E0C42D5213DAE* L_0 = (&__this->___touchData_3); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* ptr = touchData) uint8_t* L_2 = V_0; // return (TouchState*)ptr; return (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)(((uintptr_t)L_2)); } } IL2CPP_EXTERN_C TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* TouchscreenState_get_touches_m58B38F7D585C7D053B2D6C9B17B9AB36F6E6D14F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* _returnValue; _returnValue = TouchscreenState_get_touches_m58B38F7D585C7D053B2D6C9B17B9AB36F6E6D14F(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TouchscreenState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchscreenState_get_format_m599BFB770E5FFC16A3AF0BBD32473D89B9F6F0A0 (TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* __this, const RuntimeMethod* method) { { // public FourCC format => Format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = TouchscreenState_get_Format_mF9C584A0C19B90EBBFC257022A48BFC56BDE6E95(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TouchscreenState_get_format_m599BFB770E5FFC16A3AF0BBD32473D89B9F6F0A0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TouchscreenState_t5833F6C5BEB32CE3754312A43E981897B97FF91F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = TouchscreenState_get_format_m599BFB770E5FFC16A3AF0BBD32473D89B9F6F0A0(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_Type_m71EE0E777186515C32D7710F110D746C0EE47DDD (const RuntimeMethod* method) { { // public static FourCC Type => new FourCC('A', 'C', 'T', 'N'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)65), ((int32_t)67), ((int32_t)84), ((int32_t)78), /*hidden argument*/NULL); return L_0; } } // System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::get_startTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_StartTime; double L_0 = __this->___m_StartTime_6; return L_0; } } IL2CPP_EXTERN_C double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_startTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, double ___value0, const RuntimeMethod* method) { { // set => m_StartTime = value; double L_0 = ___value0; __this->___m_StartTime_6 = L_0; return; } } IL2CPP_EXTERN_C void ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.LowLevel.ActionEvent::get_phase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => (InputActionPhase)m_Phase; uint8_t L_0 = __this->___m_Phase_5; return (int32_t)(L_0); } } IL2CPP_EXTERN_C int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_phase(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_Phase = (byte)value; int32_t L_0 = ___value0; __this->___m_Phase_5 = (uint8_t)((int32_t)(uint8_t)L_0); return; } } IL2CPP_EXTERN_C void ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F(_thisAdjusted, ___value0, method); } // System.Byte* UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A* L_0 = (&__this->___m_ValueData_7); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* data = m_ValueData) uint8_t* L_2 = V_0; // return data; return (uint8_t*)(((uintptr_t)L_2)); } } IL2CPP_EXTERN_C uint8_t* ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t* _returnValue; _returnValue = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // public int valueSizeInBytes => (int)baseEvent.sizeInBytes - InputEvent.kBaseEventSize - 16; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = (&__this->___baseEvent_0); uint32_t L_1; L_1 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307(L_0, NULL); return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)20))), ((int32_t)16))); } } IL2CPP_EXTERN_C int32_t ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_stateIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_StateIndex; uint8_t L_0 = __this->___m_StateIndex_4; return L_0; } } IL2CPP_EXTERN_C int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_stateIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (value < 0 || value > byte.MaxValue) int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)255)))) { goto IL_0017; } } IL_000c: { // throw new NotSupportedException("State count cannot exceed byte.MaxValue"); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_2 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD04950964E883490D4CCE5E2BB5659308B237EA5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B_RuntimeMethod_var))); } IL_0017: { // m_StateIndex = (byte)value; int32_t L_3 = ___value0; __this->___m_StateIndex_4 = (uint8_t)((int32_t)(uint8_t)L_3); // } return; } } IL2CPP_EXTERN_C void ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_controlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_ControlIndex; uint16_t L_0 = __this->___m_ControlIndex_1; return L_0; } } IL2CPP_EXTERN_C int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_controlIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (value < 0 || value > ushort.MaxValue) int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535)))) { goto IL_0017; } } IL_000c: { // throw new NotSupportedException("Control count cannot exceed ushort.MaxValue"); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_2 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C63C93EC2E14069C02301603969E78DB054EF8E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7_RuntimeMethod_var))); } IL_0017: { // m_ControlIndex = (ushort)value; int32_t L_3 = ___value0; __this->___m_ControlIndex_1 = (uint16_t)((int32_t)(uint16_t)L_3); // } return; } } IL2CPP_EXTERN_C void ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_bindingIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_BindingIndex; uint16_t L_0 = __this->___m_BindingIndex_2; return L_0; } } IL2CPP_EXTERN_C int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_bindingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (value < 0 || value > ushort.MaxValue) int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535)))) { goto IL_0017; } } IL_000c: { // throw new NotSupportedException("Binding count cannot exceed ushort.MaxValue"); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_2 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED914680C555D96C6ADF1D908946F172FCFAFCB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708_RuntimeMethod_var))); } IL_0017: { // m_BindingIndex = (ushort)value; int32_t L_3 = ___value0; __this->___m_BindingIndex_2 = (uint16_t)((int32_t)(uint16_t)L_3); // } return; } } IL2CPP_EXTERN_C void ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_interactionIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // if (m_InteractionIndex == ushort.MaxValue) uint16_t L_0 = __this->___m_InteractionIndex_3; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535))))) { goto IL_000f; } } { // return InputActionState.kInvalidIndex; return (-1); } IL_000f: { // return m_InteractionIndex; uint16_t L_1 = __this->___m_InteractionIndex_3; return L_1; } } IL2CPP_EXTERN_C int32_t ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_interactionIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (value == InputActionState.kInvalidIndex) int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0010; } } { // m_InteractionIndex = ushort.MaxValue; __this->___m_InteractionIndex_3 = (uint16_t)((int32_t)65535); return; } IL_0010: { // if (value < 0 || value >= ushort.MaxValue) int32_t L_1 = ___value0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_2 = ___value0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65535)))) { goto IL_0027; } } IL_001c: { // throw new NotSupportedException("Interaction count cannot exceed ushort.MaxValue-1"); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B396DAFCF90B4201E355761B57D4F5B4820024F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546_RuntimeMethod_var))); } IL_0027: { // m_InteractionIndex = (ushort)value; int32_t L_4 = ___value0; __this->___m_InteractionIndex_3 = (uint16_t)((int32_t)(uint16_t)L_4); // } return; } } IL2CPP_EXTERN_C void ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.ActionEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ActionEvent_ToEventPtr_m6CED2BDDEBD88B4CC9E6D9A5500CBBC46867AD61 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* V_0 = NULL; { // { V_0 = __this; // fixed(ActionEvent* ptr = &this) ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = V_0; // return new InputEventPtr((InputEvent*)ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)L_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ActionEvent_ToEventPtr_m6CED2BDDEBD88B4CC9E6D9A5500CBBC46867AD61_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = ActionEvent_ToEventPtr_m6CED2BDDEBD88B4CC9E6D9A5500CBBC46867AD61(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_typeStatic_mDA18771F922C2C34EC407D7EA68A8735E516819D (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = ActionEvent_get_Type_m71EE0E777186515C32D7710F110D746C0EE47DDD(NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_typeStatic_mDA18771F922C2C34EC407D7EA68A8735E516819D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = ActionEvent_get_typeStatic_mDA18771F922C2C34EC407D7EA68A8735E516819D(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::GetEventSizeWithValueSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_GetEventSizeWithValueSize_m58A4F1E9CF258862B6A929F1C8ED8BD0C317155B (int32_t ___valueSizeInBytes0, const RuntimeMethod* method) { { // return InputEvent.kBaseEventSize + 16 + valueSizeInBytes; int32_t L_0 = ___valueSizeInBytes0; return ((int32_t)il2cpp_codegen_add(((int32_t)36), L_0)); } } // UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.LowLevel.ActionEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ActionEvent_From_m6DE05D1DCB874CC678A8FC27347871B8669732C9 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!ptr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___ptr0), NULL); if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(ptr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_From_m6DE05D1DCB874CC678A8FC27347871B8669732C9_RuntimeMethod_var))); } IL_0014: { // if (!ptr.IsA()) bool L_2; L_2 = InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10((&___ptr0), InputEventPtr_IsA_TisActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444_m2F2591754A98F71A8E950E17F45153089F5B2D10_RuntimeMethod_var); if (L_2) { goto IL_0039; } } { // throw new InvalidCastException($"Cannot cast event with type '{ptr.type}' into ActionEvent"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___ptr0), NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1FF02C94AF6761BB495CE9E94D85A9422EE0E3A)), L_5, NULL); InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_7 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var))); InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEvent_From_m6DE05D1DCB874CC678A8FC27347871B8669732C9_RuntimeMethod_var))); } IL_0039: { // return (ActionEvent*)ptr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8; L_8 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___ptr0), NULL); return (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)(L_8); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaStateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2 (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) { { // public uint deltaStateSizeInBytes => baseEvent.sizeInBytes - (InputEvent.kBaseEventSize + 8); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = (&__this->___baseEvent_1); uint32_t L_1; L_1 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307(L_0, NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)28))); } } IL2CPP_EXTERN_C uint32_t DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2(_thisAdjusted, method); return _returnValue; } // System.Void* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84* L_0 = (&__this->___stateData_4); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* data = stateData) uint8_t* L_2 = V_0; // return data; return (void*)(((uintptr_t)L_2)); } } IL2CPP_EXTERN_C void* DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); void* _returnValue; _returnValue = DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeltaStateEvent_get_typeStatic_m78864C357A995118D8E55ABE491ACAF3ED2F846D (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeltaStateEvent_get_typeStatic_m78864C357A995118D8E55ABE491ACAF3ED2F846D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DeltaStateEvent_get_typeStatic_m78864C357A995118D8E55ABE491ACAF3ED2F846D(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeltaStateEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeltaStateEvent_ToEventPtr_mF514DA9E913E367842C4FE6E87768C406A6ACA2C (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) { DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* V_0 = NULL; { // { V_0 = __this; // fixed(DeltaStateEvent * ptr = &this) DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_0 = V_0; // return new InputEventPtr((InputEvent*)ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)L_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeltaStateEvent_ToEventPtr_mF514DA9E913E367842C4FE6E87768C406A6ACA2C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = DeltaStateEvent_ToEventPtr_mF514DA9E913E367842C4FE6E87768C406A6ACA2C(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!ptr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___ptr0), NULL); if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(ptr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48_RuntimeMethod_var))); } IL_0014: { // if (!ptr.IsA()) bool L_2; L_2 = InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7((&___ptr0), InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); if (L_2) { goto IL_0039; } } { // throw new InvalidCastException($"Cannot cast event with type '{ptr.type}' into DeltaStateEvent"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___ptr0), NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C54E891B7C3652F3066D6041DE2D9BABF6DCA32)), L_5, NULL); InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_7 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var))); InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48_RuntimeMethod_var))); } IL_0039: { // return FromUnchecked(ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = ___ptr0; DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_9; L_9 = DeltaStateEvent_FromUnchecked_m88C0138A7910009A5B0BCB83EEB0A3483E23613A(L_8, NULL); return L_9; } } // UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* DeltaStateEvent_FromUnchecked_m88C0138A7910009A5B0BCB83EEB0A3483E23613A (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) { { // return (DeltaStateEvent*)ptr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0; L_0 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___ptr0), NULL); return (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)(L_0); } } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::From(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr&,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF DeltaStateEvent_From_m11082795B41196B42A12418B371A7EF2723CEF38 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, int32_t ___allocator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* V_1 = NULL; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* V_2 = NULL; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_3; memset((&V_3), 0, sizeof(V_3)); uint32_t V_4 = 0; uint32_t V_5 = 0; uint8_t* V_6 = NULL; uint32_t V_7 = 0; DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* V_8 = NULL; { // if (control == null) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeltaStateEvent_From_m11082795B41196B42A12418B371A7EF2723CEF38_RuntimeMethod_var))); } IL_000e: { // var device = control.device; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___control0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3; L_3 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_2, NULL); V_0 = L_3; // if (!device.added) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_0; bool L_5; L_5 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_4, NULL); if (L_5) { goto IL_0033; } } { // throw new ArgumentException($"Device for control '{control}' has not been added to system", // nameof(control)); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0; String_t* L_7; L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26AE6F38B24292B9F4A89F463BE2C43F48DEBD1)), L_6, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeltaStateEvent_From_m11082795B41196B42A12418B371A7EF2723CEF38_RuntimeMethod_var))); } IL_0033: { // ref var deviceStateBlock = ref device.m_StateBlock; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = V_0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_10 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_9)->___m_StateBlock_0); V_1 = L_10; // ref var controlStateBlock = ref control.m_StateBlock; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___control0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_12 = (&L_11->___m_StateBlock_0); V_2 = L_12; // var stateFormat = deviceStateBlock.format; // The event is sent against the *device* so that's the state format we use. InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_13 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_14; L_14 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(L_13, NULL); V_3 = L_14; // var stateSize = 0u; V_4 = 0; // if (controlStateBlock.bitOffset != 0) InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_15 = V_2; uint32_t L_16; L_16 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_15, NULL); if (!L_16) { goto IL_0068; } } { // stateSize = (controlStateBlock.bitOffset + controlStateBlock.sizeInBits + 7) / 8; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_17 = V_2; uint32_t L_18; L_18 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_17, NULL); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_19 = V_2; uint32_t L_20; L_20 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_19, NULL); V_4 = ((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_20)), 7))/(uint32_t)(int32_t)8)); goto IL_0070; } IL_0068: { // stateSize = controlStateBlock.alignedSizeInBytes; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_21 = V_2; uint32_t L_22; L_22 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_21, NULL); V_4 = L_22; } IL_0070: { // var stateOffset = controlStateBlock.byteOffset; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_23 = V_2; uint32_t L_24; L_24 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_23, NULL); V_5 = L_24; // var statePtr = (byte*)control.currentStatePtr + (int)stateOffset; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = ___control0; void* L_26; L_26 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_25, NULL); uint32_t L_27 = V_5; V_6 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)L_27)); // var eventSize = InputEvent.kBaseEventSize + sizeof(int) * 2 + stateSize; uint32_t L_28 = V_4; V_7 = ((int32_t)il2cpp_codegen_add(((int32_t)28), (int32_t)L_28)); // var buffer = new NativeArray((int)eventSize.AlignToMultipleOf(4), allocator); uint32_t L_29 = V_7; uint32_t L_30; L_30 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_29, 4, NULL); int32_t L_31 = ___allocator2; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_32; memset((&L_32), 0, sizeof(L_32)); NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&L_32), L_30, L_31, 1, /*hidden argument*/NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); // var stateEventPtr = (DeltaStateEvent*)buffer.GetUnsafePtr(); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_33 = L_32; void* L_34; L_34 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_33, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); V_8 = (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_34; // stateEventPtr->baseEvent = new InputEvent(Type, (int)eventSize, device.deviceId, InputRuntime.s_Instance.currentTime); DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_35 = V_8; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_36; L_36 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); uint32_t L_37 = V_7; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_38 = V_0; int32_t L_39; L_39 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_38, NULL); RuntimeObject* L_40 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_41; L_41 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_40); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_42; memset((&L_42), 0, sizeof(L_42)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_42), L_36, L_37, L_39, L_41, /*hidden argument*/NULL); L_35->___baseEvent_1 = L_42; // stateEventPtr->stateFormat = stateFormat; DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_43 = V_8; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_44 = V_3; L_43->___stateFormat_2 = L_44; // stateEventPtr->stateOffset = controlStateBlock.byteOffset - deviceStateBlock.byteOffset; // Make offset relative to device. DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_45 = V_8; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_46 = V_2; uint32_t L_47; L_47 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_46, NULL); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_48 = V_1; uint32_t L_49; L_49 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_48, NULL); L_45->___stateOffset_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49)); // UnsafeUtility.MemCpy(stateEventPtr->deltaState, statePtr, stateSize); DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_50 = V_8; void* L_51; L_51 = DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E((DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_50, NULL); uint8_t* L_52 = V_6; uint32_t L_53 = V_4; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_51, (void*)L_52, ((int64_t)(uint64_t)L_53), NULL); // eventPtr = stateEventPtr->ToEventPtr(); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_54 = ___eventPtr1; DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_55 = V_8; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_56; L_56 = DeltaStateEvent_ToEventPtr_mF514DA9E913E367842C4FE6E87768C406A6ACA2C((DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_55, NULL); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_54 = L_56; // return buffer; return L_33; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceConfigurationEvent_get_typeStatic_m28C6393CDEE9100331345A72749DBA842080C362 (DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145259591), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceConfigurationEvent_get_typeStatic_m28C6393CDEE9100331345A72749DBA842080C362_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DeviceConfigurationEvent_get_typeStatic_m28C6393CDEE9100331345A72749DBA842080C362(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceConfigurationEvent_ToEventPtr_m26A12C8D7BF50B9AF36FB0E766AFF8F3811AC613 (DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* __this, const RuntimeMethod* method) { DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* V_0 = NULL; { // { V_0 = __this; // fixed(DeviceConfigurationEvent * ptr = &this) DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* L_0 = V_0; // return new InputEventPtr((InputEvent*)ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)L_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceConfigurationEvent_ToEventPtr_m26A12C8D7BF50B9AF36FB0E766AFF8F3811AC613_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = DeviceConfigurationEvent_ToEventPtr_m26A12C8D7BF50B9AF36FB0E766AFF8F3811AC613(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::Create(System.Int32,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB DeviceConfigurationEvent_Create_m8A078E4F4A2A079A2B64096323F4E9A4C6D34B97 (int32_t ___deviceId0, double ___time1, const RuntimeMethod* method) { DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB V_0; memset((&V_0), 0, sizeof(V_0)); { // var inputEvent = new DeviceConfigurationEvent(); il2cpp_codegen_initobj((&V_0), sizeof(DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB)); // inputEvent.baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize, deviceId, time); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145259591), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)20), L_1, L_2, /*hidden argument*/NULL); (&V_0)->___baseEvent_1 = L_3; // return inputEvent; DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceRemoveEvent_get_typeStatic_m59A7E2127F8EFF45674F801535EC27E3032CCDA0 (DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1146242381), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceRemoveEvent_get_typeStatic_m59A7E2127F8EFF45674F801535EC27E3032CCDA0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DeviceRemoveEvent_get_typeStatic_m59A7E2127F8EFF45674F801535EC27E3032CCDA0(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceRemoveEvent_ToEventPtr_m72F38FDBB8F566525666CF67430E68B03EFEEAD3 (DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* __this, const RuntimeMethod* method) { DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* V_0 = NULL; { // { V_0 = __this; // fixed(DeviceRemoveEvent * ptr = &this) DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* L_0 = V_0; // return new InputEventPtr((InputEvent*)ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)L_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 DeviceRemoveEvent_ToEventPtr_m72F38FDBB8F566525666CF67430E68B03EFEEAD3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = DeviceRemoveEvent_ToEventPtr_m72F38FDBB8F566525666CF67430E68B03EFEEAD3(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent UnityEngine.InputSystem.LowLevel.DeviceRemoveEvent::Create(System.Int32,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9 DeviceRemoveEvent_Create_mE0CE181E67FAE4A511271D416BB1EF9D6F3E700F (int32_t ___deviceId0, double ___time1, const RuntimeMethod* method) { DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9 V_0; memset((&V_0), 0, sizeof(V_0)); { // var inputEvent = // new DeviceRemoveEvent {baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize, deviceId, time)}; il2cpp_codegen_initobj((&V_0), sizeof(DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1146242381), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)20), L_1, L_2, /*hidden argument*/NULL); (&V_0)->___baseEvent_1 = L_3; DeviceRemoveEvent_t51C00E4C657C4942268EA407FBA049E82AFCE3A9 L_4 = V_0; // return inputEvent; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.DeviceResetEvent IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_pinvoke(const DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4& unmarshaled, DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_pinvoke& marshaled) { marshaled.___baseEvent_1 = unmarshaled.___baseEvent_1; marshaled.___hardReset_2 = static_cast(unmarshaled.___hardReset_2); } IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_pinvoke_back(const DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_pinvoke& marshaled, DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4& unmarshaled) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 unmarshaledbaseEvent_temp_0; memset((&unmarshaledbaseEvent_temp_0), 0, sizeof(unmarshaledbaseEvent_temp_0)); unmarshaledbaseEvent_temp_0 = marshaled.___baseEvent_1; unmarshaled.___baseEvent_1 = unmarshaledbaseEvent_temp_0; bool unmarshaledhardReset_temp_1 = false; unmarshaledhardReset_temp_1 = static_cast(marshaled.___hardReset_2); unmarshaled.___hardReset_2 = unmarshaledhardReset_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.DeviceResetEvent IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_pinvoke_cleanup(DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.DeviceResetEvent IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_com(const DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4& unmarshaled, DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_com& marshaled) { marshaled.___baseEvent_1 = unmarshaled.___baseEvent_1; marshaled.___hardReset_2 = static_cast(unmarshaled.___hardReset_2); } IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_com_back(const DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_com& marshaled, DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4& unmarshaled) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 unmarshaledbaseEvent_temp_0; memset((&unmarshaledbaseEvent_temp_0), 0, sizeof(unmarshaledbaseEvent_temp_0)); unmarshaledbaseEvent_temp_0 = marshaled.___baseEvent_1; unmarshaled.___baseEvent_1 = unmarshaledbaseEvent_temp_0; bool unmarshaledhardReset_temp_1 = false; unmarshaledhardReset_temp_1 = static_cast(marshaled.___hardReset_2); unmarshaled.___hardReset_2 = unmarshaledhardReset_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.DeviceResetEvent IL2CPP_EXTERN_C void DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshal_com_cleanup(DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4_marshaled_com& marshaled) { } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeviceResetEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceResetEvent_get_typeStatic_mE19FE21C422385DCF217144DFDA30FB09886E88B (DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1146245972), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceResetEvent_get_typeStatic_mE19FE21C422385DCF217144DFDA30FB09886E88B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DeviceResetEvent_get_typeStatic_mE19FE21C422385DCF217144DFDA30FB09886E88B(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.DeviceResetEvent UnityEngine.InputSystem.LowLevel.DeviceResetEvent::Create(System.Int32,System.Boolean,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 DeviceResetEvent_Create_mC37574E891CDB017F860FE3089C02ED74B62ABA1 (int32_t ___deviceId0, bool ___hardReset1, double ___time2, const RuntimeMethod* method) { DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 V_0; memset((&V_0), 0, sizeof(V_0)); DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 V_1; memset((&V_1), 0, sizeof(V_1)); { // var inputEvent = // new DeviceResetEvent {baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize, deviceId, time)}; il2cpp_codegen_initobj((&V_1), sizeof(DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1146245972), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)20), L_1, L_2, /*hidden argument*/NULL); (&V_1)->___baseEvent_1 = L_3; DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 L_4 = V_1; V_0 = L_4; // inputEvent.hardReset = hardReset; bool L_5 = ___hardReset1; (&V_0)->___hardReset_2 = L_5; // return inputEvent; DeviceResetEvent_t8F9430E7CE4EA685E6FD58888D32F61ABE6D34F4 L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionEvent IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_pinvoke(const IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55& unmarshaled, IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_pinvoke& marshaled) { marshaled.___baseEvent_2 = unmarshaled.___baseEvent_2; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke(unmarshaled.___compositionString_3, marshaled.___compositionString_3); } IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_pinvoke_back(const IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_pinvoke& marshaled, IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55& unmarshaled) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 unmarshaledbaseEvent_temp_0; memset((&unmarshaledbaseEvent_temp_0), 0, sizeof(unmarshaledbaseEvent_temp_0)); unmarshaledbaseEvent_temp_0 = marshaled.___baseEvent_2; unmarshaled.___baseEvent_2 = unmarshaledbaseEvent_temp_0; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E unmarshaledcompositionString_temp_1; memset((&unmarshaledcompositionString_temp_1), 0, sizeof(unmarshaledcompositionString_temp_1)); IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_back(marshaled.___compositionString_3, unmarshaledcompositionString_temp_1); unmarshaled.___compositionString_3 = unmarshaledcompositionString_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionEvent IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_pinvoke_cleanup(IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_pinvoke& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_cleanup(marshaled.___compositionString_3); } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionEvent IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_com(const IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55& unmarshaled, IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_com& marshaled) { marshaled.___baseEvent_2 = unmarshaled.___baseEvent_2; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com(unmarshaled.___compositionString_3, marshaled.___compositionString_3); } IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_com_back(const IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_com& marshaled, IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55& unmarshaled) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 unmarshaledbaseEvent_temp_0; memset((&unmarshaledbaseEvent_temp_0), 0, sizeof(unmarshaledbaseEvent_temp_0)); unmarshaledbaseEvent_temp_0 = marshaled.___baseEvent_2; unmarshaled.___baseEvent_2 = unmarshaledbaseEvent_temp_0; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E unmarshaledcompositionString_temp_1; memset((&unmarshaledcompositionString_temp_1), 0, sizeof(unmarshaledcompositionString_temp_1)); IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_back(marshaled.___compositionString_3, unmarshaledcompositionString_temp_1); unmarshaled.___compositionString_3 = unmarshaledcompositionString_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionEvent IL2CPP_EXTERN_C void IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshal_com_cleanup(IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55_marshaled_com& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_cleanup(marshaled.___compositionString_3); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.IMECompositionEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED IMECompositionEvent_get_typeStatic_m89F47A231652E2AF8A050C95C8E4795838787531 (IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1229800787), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED IMECompositionEvent_get_typeStatic_m89F47A231652E2AF8A050C95C8E4795838787531_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = IMECompositionEvent_get_typeStatic_m89F47A231652E2AF8A050C95C8E4795838787531(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.IMECompositionEvent UnityEngine.InputSystem.LowLevel.IMECompositionEvent::Create(System.Int32,System.String,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55 IMECompositionEvent_Create_m7F133AE4B013B293EC2E85A199DA986B80A10C56 (int32_t ___deviceId0, String_t* ___compositionString1, double ___time2, const RuntimeMethod* method) { IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55 V_0; memset((&V_0), 0, sizeof(V_0)); { // var inputEvent = new IMECompositionEvent(); il2cpp_codegen_initobj((&V_0), sizeof(IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55)); // inputEvent.baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize + sizeof(int) + (sizeof(char) * kIMECharBufferSize), deviceId, time); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1229800787), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)152), L_1, L_2, /*hidden argument*/NULL); (&V_0)->___baseEvent_2 = L_3; // inputEvent.compositionString = new IMECompositionString(compositionString); String_t* L_4 = ___compositionString1; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E L_5; memset((&L_5), 0, sizeof(L_5)); IMECompositionString__ctor_m3E5D1159993102E7687C901BCDB3277EC23C2619((&L_5), L_4, /*hidden argument*/NULL); (&V_0)->___compositionString_3 = L_5; // return inputEvent; IMECompositionEvent_tE5CF1FDFA13561963D200901D911D20E8EDB9C55 L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled) { marshaled.___size_0 = unmarshaled.___size_0; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke(unmarshaled.___buffer_1, marshaled.___buffer_1); } IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_back(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled) { int32_t unmarshaledsize_temp_0 = 0; unmarshaledsize_temp_0 = marshaled.___size_0; unmarshaled.___size_0 = unmarshaledsize_temp_0; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF unmarshaledbuffer_temp_1; memset((&unmarshaledbuffer_temp_1), 0, sizeof(unmarshaledbuffer_temp_1)); U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_back(marshaled.___buffer_1, unmarshaledbuffer_temp_1); unmarshaled.___buffer_1 = unmarshaledbuffer_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_cleanup(IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_pinvoke& marshaled) { U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_cleanup(marshaled.___buffer_1); } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled) { marshaled.___size_0 = unmarshaled.___size_0; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com(unmarshaled.___buffer_1, marshaled.___buffer_1); } IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_back(const IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E& unmarshaled) { int32_t unmarshaledsize_temp_0 = 0; unmarshaledsize_temp_0 = marshaled.___size_0; unmarshaled.___size_0 = unmarshaledsize_temp_0; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF unmarshaledbuffer_temp_1; memset((&unmarshaledbuffer_temp_1), 0, sizeof(unmarshaledbuffer_temp_1)); U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_back(marshaled.___buffer_1, unmarshaledbuffer_temp_1); unmarshaled.___buffer_1 = unmarshaledbuffer_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString IL2CPP_EXTERN_C void IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_cleanup(IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshaled_com& marshaled) { U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_cleanup(marshaled.___buffer_1); } // System.Int32 UnityEngine.InputSystem.LowLevel.IMECompositionString::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) { { // public int Count => size; int32_t L_0 = __this->___size_0; return L_0; } } IL2CPP_EXTERN_C int32_t IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_inline(_thisAdjusted, method); return _returnValue; } // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, int32_t ___index0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; { // if (index >= Count || index < 0) int32_t L_0 = ___index0; int32_t L_1; L_1 = IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_inline(__this, NULL); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000d; } } { int32_t L_2 = ___index0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0018; } } IL_000d: { // throw new ArgumentOutOfRangeException(nameof(index)); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7_RuntimeMethod_var))); } IL_0018: { U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF* L_4 = (&__this->___buffer_1); Il2CppChar* L_5 = (&L_4->___FixedElementField_0); V_0 = L_5; // fixed(char* ptr = buffer) Il2CppChar* L_6 = V_0; // return *(ptr + index); int32_t L_7 = ___index0; int32_t L_8 = *((uint16_t*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_6), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2))))); return L_8; } } IL2CPP_EXTERN_C Il2CppChar IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = IMECompositionString_get_Item_mAD02BEFBDF102BC3A61859E112F62473431FD9C7(_thisAdjusted, ___index0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMECompositionString__ctor_m3E5D1159993102E7687C901BCDB3277EC23C2619 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, String_t* ___characters0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (string.IsNullOrEmpty(characters)) String_t* L_0 = ___characters0; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_0010; } } { // size = 0; __this->___size_0 = 0; // return; return; } IL_0010: { // size = characters.Length; String_t* L_2 = ___characters0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); __this->___size_0 = L_3; // for (var i = 0; i < size; i++) V_0 = 0; goto IL_003c; } IL_0020: { // buffer[i] = characters[i]; U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF* L_4 = (&__this->___buffer_1); Il2CppChar* L_5 = (&L_4->___FixedElementField_0); int32_t L_6 = V_0; String_t* L_7 = ___characters0; int32_t L_8 = V_0; Il2CppChar L_9; L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2))))) = (int16_t)L_9; // for (var i = 0; i < size; i++) int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_003c: { // for (var i = 0; i < size; i++) int32_t L_11 = V_0; int32_t L_12 = __this->___size_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0020; } } { // } return; } } IL2CPP_EXTERN_C void IMECompositionString__ctor_m3E5D1159993102E7687C901BCDB3277EC23C2619_AdjustorThunk (RuntimeObject* __this, String_t* ___characters0, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); IMECompositionString__ctor_m3E5D1159993102E7687C901BCDB3277EC23C2619(_thisAdjusted, ___characters0, method); } // System.String UnityEngine.InputSystem.LowLevel.IMECompositionString::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IMECompositionString_ToString_mC08E0929E54A40011881459D00A154F17FD3B373 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; { // { U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF* L_0 = (&__this->___buffer_1); Il2CppChar* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(char* ptr = buffer) Il2CppChar* L_2 = V_0; // return new string(ptr, 0, size); int32_t L_3 = __this->___size_0; String_t* L_4; L_4 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, (Il2CppChar*)((uintptr_t)L_2), 0, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C String_t* IMECompositionString_ToString_mC08E0929E54A40011881459D00A154F17FD3B373_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = IMECompositionString_ToString_mC08E0929E54A40011881459D00A154F17FD3B373(_thisAdjusted, method); return _returnValue; } // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.IMECompositionString::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IMECompositionString_GetEnumerator_mF49F36051CC98738D33E385073C4CA47FA4A64DE (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Enumerator(this); IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E L_0 = (*(IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E*)__this); Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m6073ACAAEF55A25B11BB1120B7C2F24F5807DE9C((&L_1), L_0, /*hidden argument*/NULL); Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46 L_2 = L_1; RuntimeObject* L_3 = Box(Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } IL2CPP_EXTERN_C RuntimeObject* IMECompositionString_GetEnumerator_mF49F36051CC98738D33E385073C4CA47FA4A64DE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = IMECompositionString_GetEnumerator_mF49F36051CC98738D33E385073C4CA47FA4A64DE(_thisAdjusted, method); return _returnValue; } // System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.IMECompositionString::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IMECompositionString_System_Collections_IEnumerable_GetEnumerator_mEF9DC84BC5B93C39EAD3A9F4AB51627CE4F82C63 (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) { { // return GetEnumerator(); RuntimeObject* L_0; L_0 = IMECompositionString_GetEnumerator_mF49F36051CC98738D33E385073C4CA47FA4A64DE(__this, NULL); return L_0; } } IL2CPP_EXTERN_C RuntimeObject* IMECompositionString_System_Collections_IEnumerable_GetEnumerator_mEF9DC84BC5B93C39EAD3A9F4AB51627CE4F82C63_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = IMECompositionString_System_Collections_IEnumerable_GetEnumerator_mEF9DC84BC5B93C39EAD3A9F4AB51627CE4F82C63(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_pinvoke(const Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46& unmarshaled, Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_pinvoke& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke(unmarshaled.___m_CompositionString_0, marshaled.___m_CompositionString_0); marshaled.___m_CurrentCharacter_1 = static_cast(unmarshaled.___m_CurrentCharacter_1); marshaled.___m_CurrentIndex_2 = unmarshaled.___m_CurrentIndex_2; } IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_pinvoke_back(const Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_pinvoke& marshaled, Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46& unmarshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E unmarshaledm_CompositionString_temp_0; memset((&unmarshaledm_CompositionString_temp_0), 0, sizeof(unmarshaledm_CompositionString_temp_0)); IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_back(marshaled.___m_CompositionString_0, unmarshaledm_CompositionString_temp_0); unmarshaled.___m_CompositionString_0 = unmarshaledm_CompositionString_temp_0; Il2CppChar unmarshaledm_CurrentCharacter_temp_1 = 0x0; unmarshaledm_CurrentCharacter_temp_1 = static_cast(marshaled.___m_CurrentCharacter_1); unmarshaled.___m_CurrentCharacter_1 = unmarshaledm_CurrentCharacter_temp_1; int32_t unmarshaledm_CurrentIndex_temp_2 = 0; unmarshaledm_CurrentIndex_temp_2 = marshaled.___m_CurrentIndex_2; unmarshaled.___m_CurrentIndex_2 = unmarshaledm_CurrentIndex_temp_2; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_pinvoke_cleanup(Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_pinvoke& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_pinvoke_cleanup(marshaled.___m_CompositionString_0); } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_com(const Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46& unmarshaled, Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_com& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com(unmarshaled.___m_CompositionString_0, marshaled.___m_CompositionString_0); marshaled.___m_CurrentCharacter_1 = static_cast(unmarshaled.___m_CurrentCharacter_1); marshaled.___m_CurrentIndex_2 = unmarshaled.___m_CurrentIndex_2; } IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_com_back(const Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_com& marshaled, Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46& unmarshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E unmarshaledm_CompositionString_temp_0; memset((&unmarshaledm_CompositionString_temp_0), 0, sizeof(unmarshaledm_CompositionString_temp_0)); IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_back(marshaled.___m_CompositionString_0, unmarshaledm_CompositionString_temp_0); unmarshaled.___m_CompositionString_0 = unmarshaledm_CompositionString_temp_0; Il2CppChar unmarshaledm_CurrentCharacter_temp_1 = 0x0; unmarshaledm_CurrentCharacter_temp_1 = static_cast(marshaled.___m_CurrentCharacter_1); unmarshaled.___m_CurrentCharacter_1 = unmarshaledm_CurrentCharacter_temp_1; int32_t unmarshaledm_CurrentIndex_temp_2 = 0; unmarshaledm_CurrentIndex_temp_2 = marshaled.___m_CurrentIndex_2; unmarshaled.___m_CurrentIndex_2 = unmarshaledm_CurrentIndex_temp_2; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator IL2CPP_EXTERN_C void Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshal_com_cleanup(Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46_marshaled_com& marshaled) { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E_marshal_com_cleanup(marshaled.___m_CompositionString_0); } // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.IMECompositionString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6073ACAAEF55A25B11BB1120B7C2F24F5807DE9C (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___compositionString0, const RuntimeMethod* method) { { // m_CompositionString = compositionString; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E L_0 = ___compositionString0; __this->___m_CompositionString_0 = L_0; // m_CurrentCharacter = '\0'; __this->___m_CurrentCharacter_1 = 0; // m_CurrentIndex = -1; __this->___m_CurrentIndex_2 = (-1); // } return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m6073ACAAEF55A25B11BB1120B7C2F24F5807DE9C_AdjustorThunk (RuntimeObject* __this, IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E ___compositionString0, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator__ctor_m6073ACAAEF55A25B11BB1120B7C2F24F5807DE9C(_thisAdjusted, ___compositionString0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD35FCA6EB88EDE4D99E482FCF3338CBD78C327CE (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { // int size = m_CompositionString.Count; IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* L_0 = (&__this->___m_CompositionString_0); int32_t L_1; L_1 = IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_inline(L_0, NULL); V_0 = L_1; // m_CurrentIndex++; int32_t L_2 = __this->___m_CurrentIndex_2; __this->___m_CurrentIndex_2 = ((int32_t)il2cpp_codegen_add(L_2, 1)); // if (m_CurrentIndex == size) int32_t L_3 = __this->___m_CurrentIndex_2; int32_t L_4 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0025; } } { // return false; return (bool)0; } IL_0025: { IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* L_5 = (&__this->___m_CompositionString_0); U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF* L_6 = (&L_5->___buffer_1); Il2CppChar* L_7 = (&L_6->___FixedElementField_0); V_2 = L_7; // fixed(char* ptr = m_CompositionString.buffer) Il2CppChar* L_8 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_8); // m_CurrentCharacter = *(ptr + m_CurrentIndex); Il2CppChar* L_9 = V_1; int32_t L_10 = __this->___m_CurrentIndex_2; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 2))))); __this->___m_CurrentCharacter_1 = L_11; V_2 = (Il2CppChar*)((uintptr_t)0); // return true; return (bool)1; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mD35FCA6EB88EDE4D99E482FCF3338CBD78C327CE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Enumerator_MoveNext_mD35FCA6EB88EDE4D99E482FCF3338CBD78C327CE(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mEE829E33AF06A2FEDB9994AFBF5BCFC0FF7ABBB0 (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { { // m_CurrentIndex = -1; __this->___m_CurrentIndex_2 = (-1); // } return; } } IL2CPP_EXTERN_C void Enumerator_Reset_mEE829E33AF06A2FEDB9994AFBF5BCFC0FF7ABBB0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator_Reset_mEE829E33AF06A2FEDB9994AFBF5BCFC0FF7ABBB0(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4FBC50139C59E472BF6C0544FAA09858F98D860E (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { { // } return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m4FBC50139C59E472BF6C0544FAA09858F98D860E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator_Dispose_m4FBC50139C59E472BF6C0544FAA09858F98D860E(_thisAdjusted, method); } // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40 (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { { // public char Current => m_CurrentCharacter; Il2CppChar L_0 = __this->___m_CurrentCharacter_1; return L_0; } } IL2CPP_EXTERN_C Il2CppChar Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40_inline(_thisAdjusted, method); return _returnValue; } // System.Object UnityEngine.InputSystem.LowLevel.IMECompositionString/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m86A42D2AB14107F270FCE9B0D8C40254A62572AD (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // object IEnumerator.Current => Current; Il2CppChar L_0; L_0 = Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40_inline(__this, NULL); Il2CppChar L_1 = L_0; RuntimeObject* L_2 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_1); return L_2; } } IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m86A42D2AB14107F270FCE9B0D8C40254A62572AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = Enumerator_System_Collections_IEnumerator_get_Current_m86A42D2AB14107F270FCE9B0D8C40254A62572AD(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled) { marshaled.___FixedElementField_0 = static_cast(unmarshaled.___FixedElementField_0); } IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_back(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled) { Il2CppChar unmarshaledFixedElementField_temp_0 = 0x0; unmarshaledFixedElementField_temp_0 = static_cast(marshaled.___FixedElementField_0); unmarshaled.___FixedElementField_0 = unmarshaledFixedElementField_temp_0; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_pinvoke_cleanup(U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled) { marshaled.___FixedElementField_0 = static_cast(unmarshaled.___FixedElementField_0); } IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_back(const U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled, U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF& unmarshaled) { Il2CppChar unmarshaledFixedElementField_temp_0 = 0x0; unmarshaledFixedElementField_temp_0 = static_cast(marshaled.___FixedElementField_0); unmarshaled.___FixedElementField_0 = unmarshaledFixedElementField_temp_0; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer IL2CPP_EXTERN_C void U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshal_com_cleanup(U3CbufferU3Ee__FixedBuffer_t0B51E719D7B47A75DA8CBDD28396CD1AD00FFECF_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEvent::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => new FourCC((int)m_Event.type); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); int32_t L_1 = L_0->___type_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; memset((&L_2), 0, sizeof(L_2)); FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_type(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { { // set => m_Event.type = (NativeInputEventType)(int)value; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ___value0; int32_t L_2; L_2 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_1, NULL); L_0->___type_1 = L_2; return; } } IL2CPP_EXTERN_C void InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740(_thisAdjusted, ___value0, method); } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEvent::get_sizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => m_Event.sizeInBytes; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); uint16_t L_1 = L_0->___sizeInBytes_2; return L_1; } } IL2CPP_EXTERN_C uint32_t InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_sizeInBytes(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, uint32_t ___value0, const RuntimeMethod* method) { uint16_t V_0 = 0; { // if (value > ushort.MaxValue) uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)65535))))) { goto IL_002a; } } { // throw new ArgumentException("Maximum event size is " + ushort.MaxValue, nameof(value)); V_0 = (uint16_t)((int32_t)65535); String_t* L_1; L_1 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924007ED054F82D9429F46EA3884D176E0DB744B)), L_1, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C_RuntimeMethod_var))); } IL_002a: { // m_Event.sizeInBytes = (ushort)value; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_4 = (&__this->___m_Event_5); uint32_t L_5 = ___value0; L_4->___sizeInBytes_2 = (uint16_t)((int32_t)(uint16_t)L_5); // } return; } } IL2CPP_EXTERN_C void InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_eventId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => (int)(m_Event.eventId & kIdMask); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); int32_t L_1 = L_0->___eventId_5; return ((int32_t)((int64_t)(((int64_t)L_1)&((int64_t)((int32_t)2147483647LL))))); } } IL2CPP_EXTERN_C int32_t InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_eventId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_eventId_mD95C6CF817314B3C83EA67E5B7A2898ADEE8BE74 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_Event.eventId = value | (int)(m_Event.eventId & ~kIdMask); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); int32_t L_1 = ___value0; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_2 = (&__this->___m_Event_5); int32_t L_3 = L_2->___eventId_5; L_0->___eventId_5 = ((int32_t)(L_1|((int32_t)((int64_t)(((int64_t)L_3)&((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL)))))))); return; } } IL2CPP_EXTERN_C void InputEvent_set_eventId_mD95C6CF817314B3C83EA67E5B7A2898ADEE8BE74_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_eventId_mD95C6CF817314B3C83EA67E5B7A2898ADEE8BE74(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => m_Event.deviceId; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); uint16_t L_1 = L_0->___deviceId_3; return L_1; } } IL2CPP_EXTERN_C int32_t InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_deviceId_mED2CE48AD37BA360710E9C5B48D46D2A18A4BDDF (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_Event.deviceId = (ushort)value; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); int32_t L_1 = ___value0; L_0->___deviceId_3 = (uint16_t)((int32_t)(uint16_t)L_1); return; } } IL2CPP_EXTERN_C void InputEvent_set_deviceId_mED2CE48AD37BA360710E9C5B48D46D2A18A4BDDF_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_deviceId_mED2CE48AD37BA360710E9C5B48D46D2A18A4BDDF(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => m_Event.time - InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); double L_1 = L_0->___time_4; double L_2 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_CurrentTimeOffsetToRealtimeSinceStartup_1; return ((double)il2cpp_codegen_subtract(L_1, L_2)); } } IL2CPP_EXTERN_C double InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_time(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set => m_Event.time = value + InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); double L_1 = ___value0; double L_2 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_CurrentTimeOffsetToRealtimeSinceStartup_1; L_0->___time_4 = ((double)il2cpp_codegen_add(L_1, L_2)); return; } } IL2CPP_EXTERN_C void InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_internalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_internalTime_m6EBE99BC7B0CD35B2B3670A9B5DE003AB3FDA708 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => m_Event.time; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); double L_1 = L_0->___time_4; return L_1; } } IL2CPP_EXTERN_C double InputEvent_get_internalTime_m6EBE99BC7B0CD35B2B3670A9B5DE003AB3FDA708_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputEvent_get_internalTime_m6EBE99BC7B0CD35B2B3670A9B5DE003AB3FDA708(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_internalTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, double ___value0, const RuntimeMethod* method) { { // set => m_Event.time = value; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); double L_1 = ___value0; L_0->___time_4 = L_1; return; } } IL2CPP_EXTERN_C void InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980(_thisAdjusted, ___value0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::.ctor(UnityEngine.InputSystem.Utilities.FourCC,System.Int32,System.Int32,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, int32_t ___deviceId2, double ___time3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (time < 0) double L_0 = ___time3; if ((!(((double)L_0) < ((double)(0.0))))) { goto IL_0019; } } { // time = InputRuntime.s_Instance.currentTime; RuntimeObject* L_1 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_2; L_2 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_1); ___time3 = L_2; } IL_0019: { // m_Event.type = (NativeInputEventType)(int)type; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_3 = (&__this->___m_Event_5); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = ___type0; int32_t L_5; L_5 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_4, NULL); L_3->___type_1 = L_5; // m_Event.sizeInBytes = (ushort)sizeInBytes; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_6 = (&__this->___m_Event_5); int32_t L_7 = ___sizeInBytes1; L_6->___sizeInBytes_2 = (uint16_t)((int32_t)(uint16_t)L_7); // m_Event.deviceId = (ushort)deviceId; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_8 = (&__this->___m_Event_5); int32_t L_9 = ___deviceId2; L_8->___deviceId_3 = (uint16_t)((int32_t)(uint16_t)L_9); // m_Event.time = time; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_10 = (&__this->___m_Event_5); double L_11 = ___time3; L_10->___time_4 = L_11; // m_Event.eventId = InvalidEventId; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_12 = (&__this->___m_Event_5); L_12->___eventId_5 = 0; // } return; } } IL2CPP_EXTERN_C void InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, int32_t ___sizeInBytes1, int32_t ___deviceId2, double ___time3, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924(_thisAdjusted, ___type0, ___sizeInBytes1, ___deviceId2, ___time3, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEvent::get_handled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_handled_m354E53F68FA517142B4A53287BF738545F792468 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { { // get => (m_Event.eventId & kHandledMask) == kHandledMask; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_0 = (&__this->___m_Event_5); int32_t L_1 = L_0->___eventId_5; return (bool)((((int64_t)((int64_t)(((int64_t)L_1)&((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL)))))) == ((int64_t)((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL)))))? 1 : 0); } } IL2CPP_EXTERN_C bool InputEvent_get_handled_m354E53F68FA517142B4A53287BF738545F792468_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEvent_get_handled_m354E53F68FA517142B4A53287BF738545F792468(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_handled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_handled_mF2F5A1872BA2D7F585F1275825B622342EB93A16 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0023; } } { // m_Event.eventId = (int)(m_Event.eventId | kHandledMask); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_1 = (&__this->___m_Event_5); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_2 = (&__this->___m_Event_5); int32_t L_3 = L_2->___eventId_5; L_1->___eventId_5 = ((int32_t)((int64_t)(((int64_t)L_3)|((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL)))))); return; } IL_0023: { // m_Event.eventId = (int)(m_Event.eventId & ~kHandledMask); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_4 = (&__this->___m_Event_5); NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_5 = (&__this->___m_Event_5); int32_t L_6 = L_5->___eventId_5; L_4->___eventId_5 = ((int32_t)((int64_t)(((int64_t)L_6)&((int64_t)((int32_t)2147483647LL))))); // } return; } } IL2CPP_EXTERN_C void InputEvent_set_handled_mF2F5A1872BA2D7F585F1275825B622342EB93A16_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_set_handled_mF2F5A1872BA2D7F585F1275825B622342EB93A16(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.LowLevel.InputEvent::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputEvent_ToString_mA533C298897220B7CC970408EDBAB35D9870B27C (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8D5235574444C342D8D4E761289705C697DD73F); s_Il2CppMethodInitialized = true; } { // return $"id={eventId} type={type} device={deviceId} size={sizeInBytes} time={time}"; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; int32_t L_2; L_2 = InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0(__this, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject*)L_4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6; L_6 = InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = L_6; RuntimeObject* L_8 = Box(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var, &L_7); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAtUnchecked(static_cast(1), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5; int32_t L_10; L_10 = InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C(__this, NULL); int32_t L_11 = L_10; RuntimeObject* L_12 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_11); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAtUnchecked(static_cast(2), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9; uint32_t L_14; L_14 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307(__this, NULL); uint32_t L_15 = L_14; RuntimeObject* L_16 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_15); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAtUnchecked(static_cast(3), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13; double L_18; L_18 = InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB(__this, NULL); double L_19 = L_18; RuntimeObject* L_20 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_19); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAtUnchecked(static_cast(4), (RuntimeObject*)L_20); String_t* L_21; L_21 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralD8D5235574444C342D8D4E761289705C697DD73F, L_17, NULL); return L_21; } } IL2CPP_EXTERN_C String_t* InputEvent_ToString_mA533C298897220B7CC970408EDBAB35D9870B27C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputEvent_ToString_mA533C298897220B7CC970408EDBAB35D9870B27C(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEvent::GetNextInMemory(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___currentPtr0, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var alignedSizeInBytes = currentPtr->sizeInBytes.AlignToMultipleOf(kAlignment); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___currentPtr0; uint32_t L_1; L_1 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_0, NULL); uint32_t L_2; L_2 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_1, 4, NULL); V_0 = L_2; // return (InputEvent*)((byte*)currentPtr + alignedSizeInBytes); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = ___currentPtr0; uint32_t L_4 = V_0; return ((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)L_4))); } } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEvent::GetNextInMemoryChecked(UnityEngine.InputSystem.LowLevel.InputEvent*,UnityEngine.InputSystem.LowLevel.InputEventBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEvent_GetNextInMemoryChecked_m93A70165EF89707799F4E4F5935C74B620B709DB (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___currentPtr0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___buffer1, const RuntimeMethod* method) { uint32_t V_0 = 0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_1 = NULL; { // var alignedSizeInBytes = currentPtr->sizeInBytes.AlignToMultipleOf(kAlignment); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___currentPtr0; uint32_t L_1; L_1 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_0, NULL); uint32_t L_2; L_2 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_1, 4, NULL); V_0 = L_2; // var nextPtr = (InputEvent*)((byte*)currentPtr + alignedSizeInBytes); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = ___currentPtr0; uint32_t L_4 = V_0; V_1 = ((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)L_4))); // if (!buffer.Contains(nextPtr)) InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_5 = ___buffer1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_6 = V_1; bool L_7; L_7 = InputEventBuffer_Contains_mEF30027B0EE35896B8D4FA411A32F2EA3721B54F(L_5, L_6, NULL); if (L_7) { goto IL_0041; } } { // throw new InvalidOperationException( // $"Event '{new InputEventPtr(currentPtr)}' is last event in given buffer with size {buffer.sizeInBytes}"); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8 = ___currentPtr0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_9; memset((&L_9), 0, sizeof(L_9)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_9), L_8, /*hidden argument*/NULL); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_10 = L_9; RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var)), &L_10); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_12 = ___buffer1; int64_t L_13; L_13 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(L_12, NULL); int64_t L_14 = L_13; RuntimeObject* L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08FB9129CB5911626293A76FA9EA45A589D9966E)), L_11, L_15, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_17 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_17, L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEvent_GetNextInMemoryChecked_m93A70165EF89707799F4E4F5935C74B620B709DB_RuntimeMethod_var))); } IL_0041: { // return nextPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_18 = V_1; return L_18; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEvent::Equals(UnityEngine.InputSystem.LowLevel.InputEvent*,UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_Equals_mF8510591E2F00D7E016EA452DA26981FEA81AEAD (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___first0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___second1, const RuntimeMethod* method) { { // if (first == second) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___first0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = ___second1; if ((!(((uintptr_t)L_0) == ((uintptr_t)L_1)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (first == null || second == null) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = ___first0; if ((((intptr_t)L_2) == ((intptr_t)((uintptr_t)0)))) { goto IL_0010; } } { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = ___second1; if ((!(((uintptr_t)L_3) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0012; } } IL_0010: { // return false; return (bool)0; } IL_0012: { // if (first->m_Event.sizeInBytes != second->m_Event.sizeInBytes) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4 = ___first0; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_5 = (&L_4->___m_Event_5); uint16_t L_6 = L_5->___sizeInBytes_2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_7 = ___second1; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_8 = (&L_7->___m_Event_5); uint16_t L_9 = L_8->___sizeInBytes_2; if ((((int32_t)L_6) == ((int32_t)L_9))) { goto IL_002c; } } { // return false; return (bool)0; } IL_002c: { // return UnsafeUtility.MemCmp(first, second, first->m_Event.sizeInBytes) == 0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_10 = ___first0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_11 = ___second1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_12 = ___first0; NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8* L_13 = (&L_12->___m_Event_5); uint16_t L_14 = L_13->___sizeInBytes_2; int32_t L_15; L_15 = UnsafeUtility_MemCmp_mA0E0E1A93F715105E7B576F1603DCAB37717A5EF((void*)L_10, (void*)L_11, ((int64_t)(uint64_t)L_14), NULL); return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventBuffer IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled) { marshaled.___m_Buffer_1 = unmarshaled.___m_Buffer_1; marshaled.___m_SizeInBytes_2 = unmarshaled.___m_SizeInBytes_2; marshaled.___m_EventCount_3 = unmarshaled.___m_EventCount_3; marshaled.___m_WeOwnTheBuffer_4 = static_cast(unmarshaled.___m_WeOwnTheBuffer_4); } IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_back(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled) { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledm_Buffer_temp_0; memset((&unmarshaledm_Buffer_temp_0), 0, sizeof(unmarshaledm_Buffer_temp_0)); unmarshaledm_Buffer_temp_0 = marshaled.___m_Buffer_1; unmarshaled.___m_Buffer_1 = unmarshaledm_Buffer_temp_0; int64_t unmarshaledm_SizeInBytes_temp_1 = 0; unmarshaledm_SizeInBytes_temp_1 = marshaled.___m_SizeInBytes_2; unmarshaled.___m_SizeInBytes_2 = unmarshaledm_SizeInBytes_temp_1; int32_t unmarshaledm_EventCount_temp_2 = 0; unmarshaledm_EventCount_temp_2 = marshaled.___m_EventCount_3; unmarshaled.___m_EventCount_3 = unmarshaledm_EventCount_temp_2; bool unmarshaledm_WeOwnTheBuffer_temp_3 = false; unmarshaledm_WeOwnTheBuffer_temp_3 = static_cast(marshaled.___m_WeOwnTheBuffer_4); unmarshaled.___m_WeOwnTheBuffer_4 = unmarshaledm_WeOwnTheBuffer_temp_3; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventBuffer IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_cleanup(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventBuffer IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled) { marshaled.___m_Buffer_1 = unmarshaled.___m_Buffer_1; marshaled.___m_SizeInBytes_2 = unmarshaled.___m_SizeInBytes_2; marshaled.___m_EventCount_3 = unmarshaled.___m_EventCount_3; marshaled.___m_WeOwnTheBuffer_4 = static_cast(unmarshaled.___m_WeOwnTheBuffer_4); } IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_back(const InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE& unmarshaled) { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledm_Buffer_temp_0; memset((&unmarshaledm_Buffer_temp_0), 0, sizeof(unmarshaledm_Buffer_temp_0)); unmarshaledm_Buffer_temp_0 = marshaled.___m_Buffer_1; unmarshaled.___m_Buffer_1 = unmarshaledm_Buffer_temp_0; int64_t unmarshaledm_SizeInBytes_temp_1 = 0; unmarshaledm_SizeInBytes_temp_1 = marshaled.___m_SizeInBytes_2; unmarshaled.___m_SizeInBytes_2 = unmarshaledm_SizeInBytes_temp_1; int32_t unmarshaledm_EventCount_temp_2 = 0; unmarshaledm_EventCount_temp_2 = marshaled.___m_EventCount_3; unmarshaled.___m_EventCount_3 = unmarshaledm_EventCount_temp_2; bool unmarshaledm_WeOwnTheBuffer_temp_3 = false; unmarshaledm_WeOwnTheBuffer_temp_3 = static_cast(marshaled.___m_WeOwnTheBuffer_4); unmarshaled.___m_WeOwnTheBuffer_4 = unmarshaledm_WeOwnTheBuffer_temp_3; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventBuffer IL2CPP_EXTERN_C void InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_cleanup(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com& marshaled) { } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_eventCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public int eventCount => m_EventCount; int32_t L_0 = __this->___m_EventCount_3; return L_0; } } IL2CPP_EXTERN_C int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(_thisAdjusted, method); return _returnValue; } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_sizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public long sizeInBytes => m_SizeInBytes; int64_t L_0 = __this->___m_SizeInBytes_2; return L_0; } } IL2CPP_EXTERN_C int64_t InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(_thisAdjusted, method); return _returnValue; } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_capacityInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_Buffer.IsCreated) NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (&__this->___m_Buffer_1); bool L_1; L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_0, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (L_1) { goto IL_0010; } } { // return 0; return ((int64_t)0); } IL_0010: { // return m_Buffer.Length; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_2 = (&__this->___m_Buffer_1); int32_t L_3; L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_2)->___m_Length_1); return ((int64_t)L_3); } } IL2CPP_EXTERN_C int64_t InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B(_thisAdjusted, method); return _returnValue; } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public NativeArray data => m_Buffer; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = __this->___m_Buffer_1; return L_0; } } IL2CPP_EXTERN_C NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF _returnValue; _returnValue = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_bufferPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get { return (InputEvent*)NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(m_Buffer); } NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = __this->___m_Buffer_1; void* L_1; L_1 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_0, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_2; L_2 = InputEventPtr_op_Implicit_mDCFA11963BDC8B0D5C92A516EBE7F9C7A0B15191((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::.ctor(UnityEngine.InputSystem.LowLevel.InputEvent*,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___eventCount1, int32_t ___sizeInBytes2, int32_t ___capacityInBytes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B11_0 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B11_1 = NULL; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B10_0 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B10_1 = NULL; int32_t G_B12_0 = 0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B12_1 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B12_2 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B14_0 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B13_0 = NULL; int64_t G_B15_0 = 0; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B15_1 = NULL; { // : this() il2cpp_codegen_initobj(__this, sizeof(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE)); // if (eventPtr == null && eventCount != 0) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001f; } } { int32_t L_1 = ___eventCount1; if (!L_1) { goto IL_001f; } } { // throw new ArgumentException("eventPtr is NULL but eventCount is != 0", nameof(eventCount)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD52F14A7E64122290D63B7EF4B3530CB47A85E14)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD23E6251FEEFC7CF204F3BB7E43B14EE901517E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3_RuntimeMethod_var))); } IL_001f: { // if (capacityInBytes != 0 && capacityInBytes < sizeInBytes) int32_t L_3 = ___capacityInBytes3; if (!L_3) { goto IL_004a; } } { int32_t L_4 = ___capacityInBytes3; int32_t L_5 = ___sizeInBytes2; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_004a; } } { // throw new ArgumentException($"capacity({capacityInBytes}) cannot be smaller than size({sizeInBytes})", // nameof(capacityInBytes)); int32_t L_6 = ___capacityInBytes3; int32_t L_7 = L_6; RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_7); int32_t L_9 = ___sizeInBytes2; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2A6BBCEEF1288495F26EB3470ACB3FD27C456E3)), L_8, L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral894192F113AFCA62FF819992911789F3CD2A99BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3_RuntimeMethod_var))); } IL_004a: { // if (eventPtr != null) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_14 = ___eventPtr0; if ((((intptr_t)L_14) == ((intptr_t)((uintptr_t)0)))) { goto IL_008c; } } { // if (capacityInBytes < 0) int32_t L_15 = ___capacityInBytes3; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0057; } } { // capacityInBytes = sizeInBytes; int32_t L_16 = ___sizeInBytes2; ___capacityInBytes3 = L_16; } IL_0057: { // m_Buffer = NativeArrayUnsafeUtility.ConvertExistingDataToNativeArray(eventPtr, // capacityInBytes > 0 ? capacityInBytes : 0, Allocator.None); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_17 = ___eventPtr0; int32_t L_18 = ___capacityInBytes3; G_B10_0 = L_17; G_B10_1 = __this; if ((((int32_t)L_18) > ((int32_t)0))) { G_B11_0 = L_17; G_B11_1 = __this; goto IL_0061; } } { G_B12_0 = 0; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_0063; } IL_0061: { int32_t L_19 = ___capacityInBytes3; G_B12_0 = L_19; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_0063: { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_20; L_20 = NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA((void*)G_B12_1, G_B12_0, 1, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_RuntimeMethod_var); G_B12_2->___m_Buffer_1 = L_20; // m_SizeInBytes = sizeInBytes >= 0 ? sizeInBytes : BufferSizeUnknown; int32_t L_21 = ___sizeInBytes2; G_B13_0 = __this; if ((((int32_t)L_21) >= ((int32_t)0))) { G_B14_0 = __this; goto IL_0077; } } { G_B15_0 = ((int64_t)(-1)); G_B15_1 = G_B13_0; goto IL_0079; } IL_0077: { int32_t L_22 = ___sizeInBytes2; G_B15_0 = ((int64_t)L_22); G_B15_1 = G_B14_0; } IL_0079: { G_B15_1->___m_SizeInBytes_2 = G_B15_0; // m_EventCount = eventCount; int32_t L_23 = ___eventCount1; __this->___m_EventCount_3 = L_23; // m_WeOwnTheBuffer = false; __this->___m_WeOwnTheBuffer_4 = (bool)0; } IL_008c: { // } return; } } IL2CPP_EXTERN_C void InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___eventCount1, int32_t ___sizeInBytes2, int32_t ___capacityInBytes3, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3(_thisAdjusted, ___eventPtr0, ___eventCount1, ___sizeInBytes2, ___capacityInBytes3, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::.ctor(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___buffer0, int32_t ___eventCount1, int32_t ___sizeInBytes2, bool ___transferNativeArrayOwnership3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B7_0 = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B6_0 = NULL; int32_t G_B8_0 = 0; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* G_B8_1 = NULL; { // if (eventCount > 0 && !buffer.IsCreated) int32_t L_0 = ___eventCount1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_001d; } } { bool L_1; L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081((&___buffer0), NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (L_1) { goto IL_001d; } } { // throw new ArgumentException("buffer has no data but eventCount is > 0", nameof(eventCount)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC2451B8C6D92CA7D8CE2544B065B761C4B4C9647)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD23E6251FEEFC7CF204F3BB7E43B14EE901517E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B_RuntimeMethod_var))); } IL_001d: { // if (sizeInBytes > buffer.Length) int32_t L_3 = ___sizeInBytes2; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___buffer0))->___m_Length_1); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0032; } } { // throw new ArgumentOutOfRangeException(nameof(sizeInBytes)); ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9185A9C6A1BF633445844194B5073A9E7D587F4D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B_RuntimeMethod_var))); } IL_0032: { // m_Buffer = buffer; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_6 = ___buffer0; __this->___m_Buffer_1 = L_6; // m_WeOwnTheBuffer = transferNativeArrayOwnership; bool L_7 = ___transferNativeArrayOwnership3; __this->___m_WeOwnTheBuffer_4 = L_7; // m_SizeInBytes = sizeInBytes >= 0 ? sizeInBytes : buffer.Length; int32_t L_8 = ___sizeInBytes2; G_B6_0 = __this; if ((((int32_t)L_8) >= ((int32_t)0))) { G_B7_0 = __this; goto IL_004f; } } { int32_t L_9; L_9 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___buffer0))->___m_Length_1); G_B8_0 = L_9; G_B8_1 = G_B6_0; goto IL_0050; } IL_004f: { int32_t L_10 = ___sizeInBytes2; G_B8_0 = L_10; G_B8_1 = G_B7_0; } IL_0050: { G_B8_1->___m_SizeInBytes_2 = ((int64_t)G_B8_0); // m_EventCount = eventCount; int32_t L_11 = ___eventCount1; __this->___m_EventCount_3 = L_11; // } return; } } IL2CPP_EXTERN_C void InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B_AdjustorThunk (RuntimeObject* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___buffer0, int32_t ___eventCount1, int32_t ___sizeInBytes2, bool ___transferNativeArrayOwnership3, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer__ctor_mE2DE130D019FEE1A6E4DE07D0EDA233F7008D50B(_thisAdjusted, ___buffer0, ___eventCount1, ___sizeInBytes2, ___transferNativeArrayOwnership3, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::AppendEvent(UnityEngine.InputSystem.LowLevel.InputEvent*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) { uint32_t V_0 = 0; { // if (eventPtr == null) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0010; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011_RuntimeMethod_var))); } IL_0010: { // var eventSizeInBytes = eventPtr->sizeInBytes; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = ___eventPtr0; uint32_t L_3; L_3 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, NULL); V_0 = L_3; // var destinationPtr = AllocateEvent((int)eventSizeInBytes, capacityIncrementInBytes, allocator); uint32_t L_4 = V_0; int32_t L_5 = ___capacityIncrementInBytes1; int32_t L_6 = ___allocator2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_7; L_7 = InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C(__this, L_4, L_5, L_6, NULL); // UnsafeUtility.MemCpy(destinationPtr, eventPtr, eventSizeInBytes); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8 = ___eventPtr0; uint32_t L_9 = V_0; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_7, (void*)L_8, ((int64_t)(uint64_t)L_9), NULL); // } return; } } IL2CPP_EXTERN_C void InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011(_thisAdjusted, ___eventPtr0, ___capacityIncrementInBytes1, ___allocator2, method); } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer::AllocateEvent(System.Int32,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, int32_t ___sizeInBytes0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_2 = NULL; int64_t V_3 = 0; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_4; memset((&V_4), 0, sizeof(V_4)); { // if (sizeInBytes < InputEvent.kBaseEventSize) int32_t L_0 = ___sizeInBytes0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)20)))) { goto IL_0027; } } { // throw new ArgumentException( // $"sizeInBytes must be >= sizeof(InputEvent) == {InputEvent.kBaseEventSize} (was {sizeInBytes})", // nameof(sizeInBytes)); int32_t L_1 = ((int32_t)20); RuntimeObject* L_2 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_1); int32_t L_3 = ___sizeInBytes0; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C2382105EE7550A774237E98EAB4B761429404)), L_2, L_5, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9185A9C6A1BF633445844194B5073A9E7D587F4D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C_RuntimeMethod_var))); } IL_0027: { // var alignedSizeInBytes = sizeInBytes.AlignToMultipleOf(InputEvent.kAlignment); int32_t L_8 = ___sizeInBytes0; int32_t L_9; L_9 = NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline(L_8, 4, NULL); V_0 = L_9; // var necessaryCapacity = m_SizeInBytes + alignedSizeInBytes; int64_t L_10 = __this->___m_SizeInBytes_2; int32_t L_11 = V_0; V_1 = ((int64_t)il2cpp_codegen_add(L_10, ((int64_t)L_11))); // var currentCapacity = capacityInBytes; int64_t L_12; L_12 = InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B(__this, NULL); // if (currentCapacity < necessaryCapacity) int64_t L_13 = V_1; if ((((int64_t)L_12) >= ((int64_t)L_13))) { goto IL_00b6; } } { // var newCapacity = necessaryCapacity.AlignToMultipleOf(capacityIncrementInBytes); int64_t L_14 = V_1; int32_t L_15 = ___capacityIncrementInBytes1; int64_t L_16; L_16 = NumberHelpers_AlignToMultipleOf_mA09DADDCE6E50FA990B046BD74822886B94BFA6D_inline(L_14, ((int64_t)L_15), NULL); V_3 = L_16; // if (newCapacity > int.MaxValue) int64_t L_17 = V_3; if ((((int64_t)L_17) <= ((int64_t)((int64_t)((int32_t)2147483647LL))))) { goto IL_005f; } } { // throw new NotImplementedException("NativeArray long support"); NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_18 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral682C94355936D06676EFEE25A133C60E3F8445C8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C_RuntimeMethod_var))); } IL_005f: { // var newBuffer = // new NativeArray((int)newCapacity, allocator, NativeArrayOptions.ClearMemory); int64_t L_19 = V_3; int32_t L_20 = ___allocator2; NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&V_4), ((int32_t)L_19), L_20, 1, NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); // if (m_Buffer.IsCreated) NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_21 = (&__this->___m_Buffer_1); bool L_22; L_22 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_21, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (!L_22) { goto IL_00a7; } } { // UnsafeUtility.MemCpy(newBuffer.GetUnsafePtr(), // NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(m_Buffer), // this.sizeInBytes); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_23 = V_4; void* L_24; L_24 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_23, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_25 = __this->___m_Buffer_1; void* L_26; L_26 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_25, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); int64_t L_27; L_27 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(__this, NULL); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_24, L_26, L_27, NULL); // if (m_WeOwnTheBuffer) bool L_28 = __this->___m_WeOwnTheBuffer_4; if (!L_28) { goto IL_00a7; } } { // m_Buffer.Dispose(); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_29 = (&__this->___m_Buffer_1); NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA(L_29, NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var); } IL_00a7: { // m_Buffer = newBuffer; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_30 = V_4; __this->___m_Buffer_1 = L_30; // m_WeOwnTheBuffer = true; __this->___m_WeOwnTheBuffer_4 = (bool)1; } IL_00b6: { // var eventPtr = (InputEvent*)((byte*)NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(m_Buffer) + m_SizeInBytes); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_31 = __this->___m_Buffer_1; void* L_32; L_32 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_31, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); int64_t L_33 = __this->___m_SizeInBytes_2; V_2 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((void*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)L_33))); // eventPtr->sizeInBytes = (uint)sizeInBytes; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_34 = V_2; int32_t L_35 = ___sizeInBytes0; InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_34, L_35, NULL); // m_SizeInBytes += alignedSizeInBytes; int64_t L_36 = __this->___m_SizeInBytes_2; int32_t L_37 = V_0; __this->___m_SizeInBytes_2 = ((int64_t)il2cpp_codegen_add(L_36, ((int64_t)L_37))); // ++m_EventCount; int32_t L_38 = __this->___m_EventCount_3; __this->___m_EventCount_3 = ((int32_t)il2cpp_codegen_add(L_38, 1)); // return eventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_39 = V_2; return L_39; } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C_AdjustorThunk (RuntimeObject* __this, int32_t ___sizeInBytes0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C(_thisAdjusted, ___sizeInBytes0, ___capacityIncrementInBytes1, ___allocator2, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::Contains(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventBuffer_Contains_mEF30027B0EE35896B8D4FA411A32F2EA3721B54F (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } void* V_0 = NULL; { // if (eventPtr == null) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0007; } } { // return false; return (bool)0; } IL_0007: { // if (sizeInBytes == 0) int64_t L_1; L_1 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(__this, NULL); if (L_1) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // var bufferPtr = NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(data); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_2; L_2 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(__this, NULL); void* L_3; L_3 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_2, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); V_0 = L_3; // if (eventPtr < bufferPtr) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4 = ___eventPtr0; void* L_5 = V_0; if ((!(((uintptr_t)L_4) < ((uintptr_t)L_5)))) { goto IL_0023; } } { // return false; return (bool)0; } IL_0023: { // if (sizeInBytes != BufferSizeUnknown && eventPtr >= (byte*)bufferPtr + sizeInBytes) int64_t L_6; L_6 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(__this, NULL); if ((((int64_t)L_6) == ((int64_t)((int64_t)(-1))))) { goto IL_003b; } } { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_7 = ___eventPtr0; void* L_8 = V_0; int64_t L_9; L_9 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline(__this, NULL); if ((!(((uintptr_t)L_7) >= ((uintptr_t)((void*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)L_9))))))) { goto IL_003b; } } { // return false; return (bool)0; } IL_003b: { // return true; return (bool)1; } } IL2CPP_EXTERN_C bool InputEventBuffer_Contains_mEF30027B0EE35896B8D4FA411A32F2EA3721B54F_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventBuffer_Contains_mEF30027B0EE35896B8D4FA411A32F2EA3721B54F(_thisAdjusted, ___eventPtr0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // m_EventCount = 0; __this->___m_EventCount_3 = 0; // if (m_SizeInBytes != BufferSizeUnknown) int64_t L_0 = __this->___m_SizeInBytes_2; if ((((int64_t)L_0) == ((int64_t)((int64_t)(-1))))) { goto IL_0019; } } { // m_SizeInBytes = 0; __this->___m_SizeInBytes_2 = ((int64_t)0); } IL_0019: { // } return; } } IL2CPP_EXTERN_C void InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::AdvanceToNextEvent(UnityEngine.InputSystem.LowLevel.InputEvent*&,UnityEngine.InputSystem.LowLevel.InputEvent*&,System.Int32&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentReadPos0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentWritePos1, int32_t* ___numEventsRetainedInBuffer2, int32_t* ___numRemainingEvents3, bool ___leaveEventInBuffer4, const RuntimeMethod* method) { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_0 = NULL; uint32_t V_1 = 0; { // var newReadPos = currentReadPos; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_0 = ___currentReadPos0; V_0 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(*((intptr_t*)L_0)); // if (numRemainingEvents > 1) int32_t* L_1 = ___numRemainingEvents3; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_2) <= ((int32_t)1))) { goto IL_0011; } } { // newReadPos = InputEvent.GetNextInMemory(currentReadPos); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_3 = ___currentReadPos0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4; L_4 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(*((intptr_t*)L_3)), NULL); V_0 = L_4; } IL_0011: { // if (leaveEventInBuffer) bool L_5 = ___leaveEventInBuffer4; if (!L_5) { goto IL_0041; } } { // var numBytes = currentReadPos->sizeInBytes; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_6 = ___currentReadPos0; uint32_t L_7; L_7 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(*((intptr_t*)L_6)), NULL); V_1 = L_7; // if (currentReadPos != currentWritePos) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_8 = ___currentReadPos0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_9 = ___currentWritePos1; if ((((intptr_t)(*((intptr_t*)L_8))) == ((intptr_t)(*((intptr_t*)L_9))))) { goto IL_002e; } } { // UnsafeUtility.MemMove(currentWritePos, currentReadPos, numBytes); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_10 = ___currentWritePos1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_11 = ___currentReadPos0; uint32_t L_12 = V_1; UnsafeUtility_MemMove_m4799FAA9C4BCFA1AEDC6ED01BB9A6DF657C4CEE3((void*)(*((intptr_t*)L_10)), (void*)(*((intptr_t*)L_11)), ((int64_t)(uint64_t)L_12), NULL); } IL_002e: { // currentWritePos = (InputEvent*)((byte*)currentWritePos + numBytes.AlignToMultipleOf(4)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_13 = ___currentWritePos1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_14 = ___currentWritePos1; uint32_t L_15 = V_1; uint32_t L_16; L_16 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_15, 4, NULL); *((intptr_t*)L_13) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_14)), (intptr_t)((uintptr_t)L_16))); // ++numEventsRetainedInBuffer; int32_t* L_17 = ___numEventsRetainedInBuffer2; int32_t* L_18 = ___numEventsRetainedInBuffer2; int32_t L_19 = *((int32_t*)L_18); *((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_0041: { // currentReadPos = newReadPos; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_20 = ___currentReadPos0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_21 = V_0; *((intptr_t*)L_20) = (intptr_t)L_21; // --numRemainingEvents; int32_t* L_22 = ___numRemainingEvents3; int32_t* L_23 = ___numRemainingEvents3; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_24, 1)); // } return; } } IL2CPP_EXTERN_C void InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentReadPos0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** ___currentWritePos1, int32_t* ___numEventsRetainedInBuffer2, int32_t* ___numRemainingEvents3, bool ___leaveEventInBuffer4, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283(_thisAdjusted, ___currentReadPos0, ___currentWritePos1, ___numEventsRetainedInBuffer2, ___numRemainingEvents3, ___leaveEventInBuffer4, method); } // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_GetEnumerator_m8E92BD380FD5C4F755EA09A6F29503A96063B8E9 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Enumerator(this); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_0 = (*(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*)__this); Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m7E8F2DD4EF823AAE6BED80246AB47FA28D6CBF25((&L_1), L_0, /*hidden argument*/NULL); Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB L_2 = L_1; RuntimeObject* L_3 = Box(Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } IL2CPP_EXTERN_C RuntimeObject* InputEventBuffer_GetEnumerator_m8E92BD380FD5C4F755EA09A6F29503A96063B8E9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = InputEventBuffer_GetEnumerator_m8E92BD380FD5C4F755EA09A6F29503A96063B8E9(_thisAdjusted, method); return _returnValue; } // System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.InputEventBuffer::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_System_Collections_IEnumerable_GetEnumerator_mFBF67C909C77C7FF68058E221AC01ED74CB2D340 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // return GetEnumerator(); RuntimeObject* L_0; L_0 = InputEventBuffer_GetEnumerator_m8E92BD380FD5C4F755EA09A6F29503A96063B8E9(__this, NULL); return L_0; } } IL2CPP_EXTERN_C RuntimeObject* InputEventBuffer_System_Collections_IEnumerable_GetEnumerator_mFBF67C909C77C7FF68058E221AC01ED74CB2D340_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = InputEventBuffer_System_Collections_IEnumerable_GetEnumerator_mFBF67C909C77C7FF68058E221AC01ED74CB2D340(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_WeOwnTheBuffer) bool L_0 = __this->___m_WeOwnTheBuffer_4; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // m_Buffer.Dispose(); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_1 = (&__this->___m_Buffer_1); NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA(L_1, NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var); // m_WeOwnTheBuffer = false; __this->___m_WeOwnTheBuffer_4 = (bool)0; // m_SizeInBytes = 0; __this->___m_SizeInBytes_2 = ((int64_t)0); // m_EventCount = 0; __this->___m_EventCount_3 = 0; // } return; } } IL2CPP_EXTERN_C void InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3(_thisAdjusted, method); } // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventBuffer::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE InputEventBuffer_Clone_mA9E1A893CAF0F4715708C5F20FDEA611F318433E (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE V_0; memset((&V_0), 0, sizeof(V_0)); { // var clone = new InputEventBuffer(); il2cpp_codegen_initobj((&V_0), sizeof(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE)); // if (m_Buffer.IsCreated) NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (&__this->___m_Buffer_1); bool L_1; L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_0, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (!L_1) { goto IL_0048; } } { // clone.m_Buffer = new NativeArray(m_Buffer.Length, Allocator.Persistent); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_2 = (&__this->___m_Buffer_1); int32_t L_3; L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_2)->___m_Length_1); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_4; memset((&L_4), 0, sizeof(L_4)); NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&L_4), L_3, 4, 1, /*hidden argument*/NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); (&V_0)->___m_Buffer_1 = L_4; // clone.m_Buffer.CopyFrom(m_Buffer); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_5 = (&(&V_0)->___m_Buffer_1); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_6 = __this->___m_Buffer_1; NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89(L_5, L_6, NativeArray_1_CopyFrom_mCF4D43C37F14A2904C5BA14973DDE501D965DA89_RuntimeMethod_var); // clone.m_WeOwnTheBuffer = true; (&V_0)->___m_WeOwnTheBuffer_4 = (bool)1; } IL_0048: { // clone.m_SizeInBytes = m_SizeInBytes; int64_t L_7 = __this->___m_SizeInBytes_2; (&V_0)->___m_SizeInBytes_2 = L_7; // clone.m_EventCount = m_EventCount; int32_t L_8 = __this->___m_EventCount_3; (&V_0)->___m_EventCount_3 = L_8; // return clone; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_9 = V_0; return L_9; } } IL2CPP_EXTERN_C InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE InputEventBuffer_Clone_mA9E1A893CAF0F4715708C5F20FDEA611F318433E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE _returnValue; _returnValue = InputEventBuffer_Clone_mA9E1A893CAF0F4715708C5F20FDEA611F318433E(_thisAdjusted, method); return _returnValue; } // System.Object UnityEngine.InputSystem.LowLevel.InputEventBuffer::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventBuffer_System_ICloneable_Clone_m561F47611001D3FD27F0EFE00F6B35419588FE8E (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Clone(); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_0; L_0 = InputEventBuffer_Clone_mA9E1A893CAF0F4715708C5F20FDEA611F318433E(__this, NULL); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_1 = L_0; RuntimeObject* L_2 = Box(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_il2cpp_TypeInfo_var, &L_1); return L_2; } } IL2CPP_EXTERN_C RuntimeObject* InputEventBuffer_System_ICloneable_Clone_m561F47611001D3FD27F0EFE00F6B35419588FE8E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = InputEventBuffer_System_ICloneable_Clone_m561F47611001D3FD27F0EFE00F6B35419588FE8E(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputEventBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m7E8F2DD4EF823AAE6BED80246AB47FA28D6CBF25 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___buffer0, const RuntimeMethod* method) { { // m_Buffer = buffer.bufferPtr; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0; L_0 = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB((&___buffer0), NULL); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1; L_1 = InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209(L_0, NULL); __this->___m_Buffer_0 = L_1; // m_EventCount = buffer.m_EventCount; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_2 = ___buffer0; int32_t L_3 = L_2.___m_EventCount_3; __this->___m_EventCount_1 = L_3; // m_CurrentEvent = null; __this->___m_CurrentEvent_2 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)0); // m_CurrentIndex = 0; __this->___m_CurrentIndex_3 = 0; // } return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m7E8F2DD4EF823AAE6BED80246AB47FA28D6CBF25_AdjustorThunk (RuntimeObject* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___buffer0, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator__ctor_m7E8F2DD4EF823AAE6BED80246AB47FA28D6CBF25(_thisAdjusted, ___buffer0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC216F4A5B10FB25897447B0160DFA944959645DB (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) { { // if (m_CurrentIndex == m_EventCount) int32_t L_0 = __this->___m_CurrentIndex_3; int32_t L_1 = __this->___m_EventCount_1; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0010; } } { // return false; return (bool)0; } IL_0010: { // if (m_CurrentEvent == null) InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_CurrentEvent_2; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0034; } } { // m_CurrentEvent = m_Buffer; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = __this->___m_Buffer_0; __this->___m_CurrentEvent_2 = L_3; // return m_CurrentEvent != null; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4 = __this->___m_CurrentEvent_2; return (bool)((((int32_t)((((intptr_t)L_4) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0034: { // ++m_CurrentIndex; int32_t L_5 = __this->___m_CurrentIndex_3; __this->___m_CurrentIndex_3 = ((int32_t)il2cpp_codegen_add(L_5, 1)); // if (m_CurrentIndex == m_EventCount) int32_t L_6 = __this->___m_CurrentIndex_3; int32_t L_7 = __this->___m_EventCount_1; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0052; } } { // return false; return (bool)0; } IL_0052: { // m_CurrentEvent = InputEvent.GetNextInMemory(m_CurrentEvent); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8 = __this->___m_CurrentEvent_2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_9; L_9 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21(L_8, NULL); __this->___m_CurrentEvent_2 = L_9; // return true; return (bool)1; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mC216F4A5B10FB25897447B0160DFA944959645DB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Enumerator_MoveNext_mC216F4A5B10FB25897447B0160DFA944959645DB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m15A8D8A03F18E0BBFEB037431DF8AEA7DD13AB9A (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) { { // m_CurrentEvent = null; __this->___m_CurrentEvent_2 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)0); // m_CurrentIndex = 0; __this->___m_CurrentIndex_3 = 0; // } return; } } IL2CPP_EXTERN_C void Enumerator_Reset_m15A8D8A03F18E0BBFEB037431DF8AEA7DD13AB9A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator_Reset_m15A8D8A03F18E0BBFEB037431DF8AEA7DD13AB9A(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAA913AB7EB32CD2968F0CE0F6419415E4DB4CC61 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) { { // } return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mAA913AB7EB32CD2968F0CE0F6419415E4DB4CC61_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Enumerator_Dispose_mAA913AB7EB32CD2968F0CE0F6419415E4DB4CC61(_thisAdjusted, method); } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_mA52496728906BA25D2755DD0668DE3D249015C6C (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) { { // public InputEventPtr Current => m_CurrentEvent; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_CurrentEvent_2; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; L_1 = InputEventPtr_op_Implicit_mDCFA11963BDC8B0D5C92A516EBE7F9C7A0B15191(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_mA52496728906BA25D2755DD0668DE3D249015C6C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = Enumerator_get_Current_mA52496728906BA25D2755DD0668DE3D249015C6C(_thisAdjusted, method); return _returnValue; } // System.Object UnityEngine.InputSystem.LowLevel.InputEventBuffer/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m165767DDDDCC3984D08238C5201A8D4230A18364 (Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // object IEnumerator.Current => Current; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0; L_0 = Enumerator_get_Current_mA52496728906BA25D2755DD0668DE3D249015C6C(__this, NULL); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = L_0; RuntimeObject* L_2 = Box(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var, &L_1); return L_2; } } IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m165767DDDDCC3984D08238C5201A8D4230A18364_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Enumerator_tE2E93AB92A6D5439BE88C499EF436B1945F2A2EB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = Enumerator_System_Collections_IEnumerator_get_Current_m165767DDDDCC3984D08238C5201A8D4230A18364(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Addition(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL; bool V_1 = false; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D V_2; memset((&V_2), 0, sizeof(V_2)); { // if (callback == null) Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_0 = ___callback1; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(callback)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC71B380AFF23A38F6029B32B61C6943CB960350)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC_RuntimeMethod_var))); } IL_000e: { // lock (InputSystem.s_Manager) il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; V_0 = L_2; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002b: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0034; } } { InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0034: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_1), NULL); // InputSystem.s_Manager.onEvent += callback; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_7 = ___callback1; InputManager_add_onEvent_mFC20DA985A46A223DE9A1ADFFD39A5DB0083130C(L_6, L_7, NULL); goto IL_0035; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0035: { // return default; il2cpp_codegen_initobj((&V_2), sizeof(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D)); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_8 = V_2; return L_8; } } // UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Subtraction(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL; bool V_1 = false; InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D V_2; memset((&V_2), 0, sizeof(V_2)); { // if (callback == null) Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_0 = ___callback1; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(callback)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC71B380AFF23A38F6029B32B61C6943CB960350)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA_RuntimeMethod_var))); } IL_000e: { // lock (InputSystem.s_Manager) il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; V_0 = L_2; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002b: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0034; } } { InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0034: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_1), NULL); // InputSystem.s_Manager.onEvent -= callback; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_7 = ___callback1; InputManager_remove_onEvent_mA84D2D17A18F63251F21D05802E2F75BC811E8DD(L_6, L_7, NULL); goto IL_0035; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0035: { // return default; il2cpp_codegen_initobj((&V_2), sizeof(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D)); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_8 = V_2; return L_8; } } // System.IDisposable UnityEngine.InputSystem.LowLevel.InputEventListener::Subscribe(System.IObserver`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventListener_Subscribe_m3ADB3B6392CD85DA61E506AA7D698D4F2E7585D0 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D* __this, RuntimeObject* ___observer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m7D120AE2B1401CD22AEE9DC9662CCC0DC84BBB60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_ObserverState == null) ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_0 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; if (L_0) { goto IL_0011; } } { // s_ObserverState = new ObserverState(); ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_1 = (ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8*)il2cpp_codegen_object_new(ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8_il2cpp_TypeInfo_var); ObserverState__ctor_mAFCE13C0DF1AE39D4F4E72779FF84824706A48B2(L_1, NULL); ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0), (void*)L_1); } IL_0011: { // if (s_ObserverState.observers.length == 0) ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_2 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_3 = (&L_2->___observers_0); int32_t L_4 = L_3->___length_0; if (L_4) { goto IL_0036; } } { // InputSystem.s_Manager.onEvent += s_ObserverState.onEventDelegate; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_6 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_7 = L_6->___onEventDelegate_1; InputManager_add_onEvent_mFC20DA985A46A223DE9A1ADFFD39A5DB0083130C(L_5, L_7, NULL); } IL_0036: { // s_ObserverState.observers.AppendWithCapacity(observer); ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_8 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_9 = (&L_8->___observers_0); RuntimeObject* L_10 = ___observer0; int32_t L_11; L_11 = InlinedArray_1_AppendWithCapacity_m7D120AE2B1401CD22AEE9DC9662CCC0DC84BBB60(L_9, L_10, ((int32_t)10), InlinedArray_1_AppendWithCapacity_m7D120AE2B1401CD22AEE9DC9662CCC0DC84BBB60_RuntimeMethod_var); // return new DisposableObserver { observer = observer }; DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73* L_12 = (DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73*)il2cpp_codegen_object_new(DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73_il2cpp_TypeInfo_var); DisposableObserver__ctor_mAF66BFE27ECE1AFC1C6B2E29B29AF9359C25926F(L_12, NULL); DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73* L_13 = L_12; RuntimeObject* L_14 = ___observer0; L_13->___observer_0 = L_14; Il2CppCodeGenWriteBarrier((void**)(&L_13->___observer_0), (void*)L_14); return L_13; } } IL2CPP_EXTERN_C RuntimeObject* InputEventListener_Subscribe_m3ADB3B6392CD85DA61E506AA7D698D4F2E7585D0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___observer0, const RuntimeMethod* method) { InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = InputEventListener_Subscribe_m3ADB3B6392CD85DA61E506AA7D698D4F2E7585D0(_thisAdjusted, ___observer0, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObserverState__ctor_mAFCE13C0DF1AE39D4F4E72779FF84824706A48B2 (ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObserverState_U3C_ctorU3Eb__2_0_m614AC79FB380B888191060E784E5A18A3A4FF29F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public ObserverState() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // onEventDelegate = // (eventPtr, device) => // { // for (var i = observers.length - 1; i >= 0; --i) // observers[i].OnNext(eventPtr); // }; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_0 = (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)il2cpp_codegen_object_new(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10(L_0, __this, (intptr_t)((void*)ObserverState_U3C_ctorU3Eb__2_0_m614AC79FB380B888191060E784E5A18A3A4FF29F_RuntimeMethod_var), NULL); __this->___onEventDelegate_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___onEventDelegate_1), (void*)L_0); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::<.ctor>b__2_0(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObserverState_U3C_ctorU3Eb__2_0_m614AC79FB380B888191060E784E5A18A3A4FF29F (ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m9028E5429BC2E916894F7F533B18E2D628C53CD9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (var i = observers.length - 1; i >= 0; --i) InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_0 = (&__this->___observers_0); int32_t L_1 = L_0->___length_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); goto IL_0026; } IL_0010: { // observers[i].OnNext(eventPtr); InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_2 = (&__this->___observers_0); int32_t L_3 = V_0; RuntimeObject* L_4; L_4 = InlinedArray_1_get_Item_m9028E5429BC2E916894F7F533B18E2D628C53CD9(L_2, L_3, InlinedArray_1_get_Item_m9028E5429BC2E916894F7F533B18E2D628C53CD9_RuntimeMethod_var); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_5 = ___eventPtr0; InterfaceActionInvoker1< InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 >::Invoke(0 /* System.Void System.IObserver`1::OnNext(T) */, IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var, L_4, L_5); // for (var i = observers.length - 1; i >= 0; --i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_6, 1)); } IL_0026: { // for (var i = observers.length - 1; i >= 0; --i) int32_t L_7 = V_0; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0010; } } { // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposableObserver_Dispose_mDFD3D04615139DC21FB327966A66453EA6F7B81B (DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m8C65A9998195061436978BFFC7624D99DFAA3976_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisIObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_mDF245036F6C353CB2B70C5860F90BA16C961E751_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // var index = s_ObserverState.observers.IndexOfReference(observer); ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_0 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5 L_1 = L_0->___observers_0; RuntimeObject* L_2 = __this->___observer_0; int32_t L_3; L_3 = InputArrayExtensions_IndexOfReference_TisIObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_mDF245036F6C353CB2B70C5860F90BA16C961E751(L_1, L_2, InputArrayExtensions_IndexOfReference_TisIObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_mDF245036F6C353CB2B70C5860F90BA16C961E751_RuntimeMethod_var); V_0 = L_3; // if (index >= 0) int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002a; } } { // s_ObserverState.observers.RemoveAtWithCapacity(index); ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_5 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_6 = (&L_5->___observers_0); int32_t L_7 = V_0; InlinedArray_1_RemoveAtWithCapacity_m8C65A9998195061436978BFFC7624D99DFAA3976(L_6, L_7, InlinedArray_1_RemoveAtWithCapacity_m8C65A9998195061436978BFFC7624D99DFAA3976_RuntimeMethod_var); } IL_002a: { // if (s_ObserverState.observers.length == 0) ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_8 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5* L_9 = (&L_8->___observers_0); int32_t L_10 = L_9->___length_0; if (L_10) { goto IL_004f; } } { // InputSystem.s_Manager.onEvent -= s_ObserverState.onEventDelegate; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_11 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* L_12 = ((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0; Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_13 = L_12->___onEventDelegate_1; InputManager_remove_onEvent_mA84D2D17A18F63251F21D05802E2F75BC811E8DD(L_11, L_13, NULL); } IL_004f: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventListener/DisposableObserver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposableObserver__ctor_mAF66BFE27ECE1AFC1C6B2E29B29AF9359C25926F (DisposableObserver_t29E26C6260179B3DB17CBF2FB8A5014027E1FA73* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::.ctor(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { { // m_EventPtr = eventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; __this->___m_EventPtr_0 = L_0; // } return; } } IL2CPP_EXTERN_C void InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline(_thisAdjusted, ___eventPtr0, method); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // public bool valid => m_EventPtr != null; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_handled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_handled_m6981E3A01858EB383B2420DA720DE82BF7A8ADFF (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // return m_EventPtr->handled; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; bool L_2; L_2 = InputEvent_get_handled_m354E53F68FA517142B4A53287BF738545F792468((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C bool InputEventPtr_get_handled_m6981E3A01858EB383B2420DA720DE82BF7A8ADFF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_get_handled_m6981E3A01858EB383B2420DA720DE82BF7A8ADFF(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_handled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, bool ___value0, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("The InputEventPtr is not valid."); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0_RuntimeMethod_var))); } IL_0013: { // m_EventPtr->handled = value; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; bool L_3 = ___value0; InputEvent_set_handled_mF2F5A1872BA2D7F585F1275825B622342EB93A16((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, L_3, NULL); // } return; } } IL2CPP_EXTERN_C void InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_id_mED485DFF0A720B0A27201BAFD554D42A8FE527FB (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_000a; } } { // return 0; return 0; } IL_000a: { // return m_EventPtr->eventId; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; int32_t L_2; L_2 = InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C int32_t InputEventPtr_get_id_mED485DFF0A720B0A27201BAFD554D42A8FE527FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventPtr_get_id_mED485DFF0A720B0A27201BAFD554D42A8FE527FB(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_id(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("The InputEventPtr is not valid."); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B_RuntimeMethod_var))); } IL_0013: { // m_EventPtr->eventId = value; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; int32_t L_3 = ___value0; InputEvent_set_eventId_mD95C6CF817314B3C83EA67E5B7A2898ADEE8BE74((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, L_3, NULL); // } return; } } IL2CPP_EXTERN_C void InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0012; } } { // return new FourCC(); il2cpp_codegen_initobj((&V_0), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = V_0; return L_1; } IL_0012: { // return m_EventPtr->type; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = InputEvent_get_type_m43737750FDCCFDF4FC208C9AFFCB5E9D2672733D((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, NULL); return L_3; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_sizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_000a; } } { // return 0; return 0; } IL_000a: { // return m_EventPtr->sizeInBytes; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; uint32_t L_2; L_2 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C uint32_t InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_000a; } } { // return InputDevice.InvalidDeviceId; return 0; } IL_000a: { // return m_EventPtr->deviceId; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; int32_t L_2; L_2 = InputEvent_get_deviceId_m42DC07D2AB46922D79E0A3B9E31FA31E0FD90B6C((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("The InputEventPtr is not valid."); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97_RuntimeMethod_var))); } IL_0013: { // m_EventPtr->deviceId = value; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; int32_t L_3 = ___value0; InputEvent_set_deviceId_mED2CE48AD37BA360710E9C5B48D46D2A18A4BDDF((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, L_3, NULL); // } return; } } IL2CPP_EXTERN_C void InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // get => valid ? m_EventPtr->time : 0.0; bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0012; } } { return (0.0); } IL_0012: { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; double L_2; L_2 = InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C double InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_time(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, double ___value0, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("The InputEventPtr is not valid."); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13_RuntimeMethod_var))); } IL_0013: { // m_EventPtr->time = value; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; double L_3 = ___value0; InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, L_3, NULL); // } return; } } IL2CPP_EXTERN_C void InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_set_time_m6058E3EFFAC41CA39B2F16CB8F184F03CDEE6E13(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_internalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // get => valid ? m_EventPtr->internalTime : 0.0; bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0012; } } { return (0.0); } IL_0012: { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; double L_2; L_2 = InputEvent_get_internalTime_m6EBE99BC7B0CD35B2B3670A9B5DE003AB3FDA708((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL); return L_2; } } IL2CPP_EXTERN_C double InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_internalTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, double ___value0, const RuntimeMethod* method) { { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("The InputEventPtr is not valid."); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2F45012730FED3906C009972A37FF803AFC44F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810_RuntimeMethod_var))); } IL_0013: { // m_EventPtr->internalTime = value; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; double L_3 = ___value0; InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, L_3, NULL); // } return; } } IL2CPP_EXTERN_C void InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::get_data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // public InputEvent* data => m_EventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0; return L_0; } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_1; memset((&V_1), 0, sizeof(V_1)); { // var eventType = type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69(__this, NULL); V_0 = L_0; // if (eventType == StateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = V_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); bool L_3; L_3 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_1, L_2, NULL); if (!L_3) { goto IL_002a; } } { // return StateEvent.FromUnchecked(this)->stateFormat; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_5; L_5 = StateEvent_FromUnchecked_m2735488B081D9C8E972D4F2B6D80C044599BFB81(L_4, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6 = L_5->___stateFormat_3; return L_6; } IL_002a: { // if (eventType == DeltaStateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = V_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8; L_8 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); bool L_9; L_9 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_7, L_8, NULL); if (!L_9) { goto IL_004d; } } { // return DeltaStateEvent.FromUnchecked(this)->stateFormat; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_10 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_11; L_11 = DeltaStateEvent_FromUnchecked_m88C0138A7910009A5B0BCB83EEB0A3483E23613A(L_10, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12 = L_11->___stateFormat_2; return L_12; } IL_004d: { // throw new InvalidOperationException("Event must be a StateEvent or DeltaStateEvent but is " + this); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_13 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); V_1 = L_13; String_t* L_14; L_14 = InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6((&V_1), NULL); String_t* L_15; L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F6CFBA1DD39F197A0470DD4831EDB73FF9AA184)), L_14, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_16 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4_RuntimeMethod_var))); } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InputEventPtr_get_stateFormat_m664BD225A799818C59844F7749CF52A0F588D9B4(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (IsA()) bool L_0; L_0 = InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327(__this, InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var); if (!L_0) { goto IL_0019; } } { // return StateEvent.From(this)->stateSizeInBytes; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_2; L_2 = StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D(L_1, NULL); uint32_t L_3; L_3 = StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_2, NULL); return L_3; } IL_0019: { // if (IsA()) bool L_4; L_4 = InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7(__this, InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); if (!L_4) { goto IL_0032; } } { // return DeltaStateEvent.From(this)->deltaStateSizeInBytes; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_5 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_6; L_6 = DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48(L_5, NULL); uint32_t L_7; L_7 = DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2((DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_6, NULL); return L_7; } IL_0032: { // throw new InvalidOperationException("Event must be a StateEvent or DeltaStateEvent but is " + this); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); V_0 = L_8; String_t* L_9; L_9 = InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6((&V_0), NULL); String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F6CFBA1DD39F197A0470DD4831EDB73FF9AA184)), L_9, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, L_10, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB_RuntimeMethod_var))); } } IL2CPP_EXTERN_C uint32_t InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputEventPtr_get_stateSizeInBytes_m4C0F58AF9A43543102B597F3ACDCAED40D2B95AB(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_stateOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (IsA()) bool L_0; L_0 = InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7(__this, InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var); if (!L_0) { goto IL_0019; } } { // return DeltaStateEvent.From(this)->stateOffset; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_2; L_2 = DeltaStateEvent_From_mFFEAD69A307D75C84B87E58E644B1F16E1B7EA48(L_1, NULL); uint32_t L_3 = L_2->___stateOffset_3; return L_3; } IL_0019: { // throw new InvalidOperationException("Event must be a DeltaStateEvent but is " + this); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); V_0 = L_4; String_t* L_5; L_5 = InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6((&V_0), NULL); String_t* L_6; L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C82E0DD83FAB77ECA656BE8D48C1899B25B0815)), L_5, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4_RuntimeMethod_var))); } } IL2CPP_EXTERN_C uint32_t InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputEventPtr_get_stateOffset_mDB68F2BF9E2D3B80A98ED6B8DE02F1C3C55D69E4(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventPtr::Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_Next_m401E057F7E6DAB9468F04D705173539E8876809D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_0012; } } { // return new InputEventPtr(); il2cpp_codegen_initobj((&V_0), sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = V_0; return L_1; } IL_0012: { // return new InputEventPtr(InputEvent.GetNextInMemory(m_EventPtr)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_EventPtr_0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3; L_3 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21(L_2, NULL); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4; memset((&L_4), 0, sizeof(L_4)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_4), L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_Next_m401E057F7E6DAB9468F04D705173539E8876809D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = InputEventPtr_Next_m401E057F7E6DAB9468F04D705173539E8876809D(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.LowLevel.InputEventPtr::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); s_Il2CppMethodInitialized = true; } InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(__this, NULL); if (L_0) { goto IL_000e; } } { // return "null"; return _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; } IL_000e: { // var eventPtr = *m_EventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_EventPtr_0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_2 = (*(InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1); V_0 = L_2; // return eventPtr.ToString(); String_t* L_3; L_3 = InputEvent_ToString_mA533C298897220B7CC970408EDBAB35D9870B27C((&V_0), NULL); return L_3; } } IL2CPP_EXTERN_C String_t* InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputEventPtr_ToString_m0A7FB7472629B3197AEF7DEEE9DD69A4A6989BC6(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::ToPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // return this; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = (*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)__this); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1; L_1 = InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::Equals(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_Equals_mCFEB98EADAE1C3EAA45E6C0406EC31CEEEB0FC92 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___other0, const RuntimeMethod* method) { { // return m_EventPtr == other.m_EventPtr || InputEvent.Equals(m_EventPtr, other.m_EventPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = ___other0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = L_1.___m_EventPtr_0; if ((((intptr_t)L_0) == ((intptr_t)L_2))) { goto IL_0020; } } { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = __this->___m_EventPtr_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___other0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_5 = L_4.___m_EventPtr_0; bool L_6; L_6 = InputEvent_Equals_mF8510591E2F00D7E016EA452DA26981FEA81AEAD(L_3, L_5, NULL); return L_6; } IL_0020: { return (bool)1; } } IL2CPP_EXTERN_C bool InputEventPtr_Equals_mCFEB98EADAE1C3EAA45E6C0406EC31CEEEB0FC92_AdjustorThunk (RuntimeObject* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___other0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_Equals_mCFEB98EADAE1C3EAA45E6C0406EC31CEEEB0FC92(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_Equals_m4B42D08FF9450733C111417BC49A24257F211DD8 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (ReferenceEquals(null, obj)) RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // return obj is InputEventPtr ptr && Equals(ptr); RuntimeObject* L_1 = ___obj0; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject* L_2 = ___obj0; V_0 = ((*(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)((InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)UnBox(L_2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var)))); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3 = V_0; bool L_4; L_4 = InputEventPtr_Equals_mCFEB98EADAE1C3EAA45E6C0406EC31CEEEB0FC92(__this, L_3, NULL); return L_4; } IL_001c: { return (bool)0; } } IL2CPP_EXTERN_C bool InputEventPtr_Equals_m4B42D08FF9450733C111417BC49A24257F211DD8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_Equals_m4B42D08FF9450733C111417BC49A24257F211DD8(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_GetHashCode_m97B532D8E6CD524F78323A2F079F1267DB296D1E (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // return unchecked((int)(long)m_EventPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0; return ((int32_t)((int64_t)(uint64_t)(intptr_t)L_0)); } } IL2CPP_EXTERN_C int32_t InputEventPtr_GetHashCode_m97B532D8E6CD524F78323A2F079F1267DB296D1E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventPtr_GetHashCode_m97B532D8E6CD524F78323A2F079F1267DB296D1E(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Equality(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_op_Equality_m2B559E1EEB15168F2EF27060801F4A5409F9EB8D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___left0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___right1, const RuntimeMethod* method) { { // return left.m_EventPtr == right.m_EventPtr; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = ___left0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = L_0.___m_EventPtr_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_2 = ___right1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = L_2.___m_EventPtr_0; return (bool)((((intptr_t)L_1) == ((intptr_t)L_3))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Inequality(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_op_Inequality_m4C6AF343B2428722DAD6B7BFCD1FF40BEC63AC53 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___left0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___right1, const RuntimeMethod* method) { { // return left.m_EventPtr != right.m_EventPtr; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = ___left0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = L_0.___m_EventPtr_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_2 = ___right1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = L_2.___m_EventPtr_0; return (bool)((((int32_t)((((intptr_t)L_1) == ((intptr_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_op_Implicit_mDCFA11963BDC8B0D5C92A516EBE7F9C7A0B15191 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { { // return new InputEventPtr(eventPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventPtr::From(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventPtr_From_m1E527190EA899ECFD435BFD64C915BCCEEFF6923 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { { // return new InputEventPtr(eventPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) { { // return eventPtr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0; L_0 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___eventPtr0), NULL); return L_0; } } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::FromInputEventPtr(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_FromInputEventPtr_m5DB4FB5DE25F8777B8EA88670A69FA4F0230CD46 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) { { // return eventPtr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0; L_0 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___eventPtr0), NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventStream IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_pinvoke(const InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9& unmarshaled, InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke& marshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke(unmarshaled.___m_NativeBuffer_0, marshaled.___m_NativeBuffer_0); marshaled.___m_CurrentNativeEventReadPtr_1 = unmarshaled.___m_CurrentNativeEventReadPtr_1; marshaled.___m_CurrentNativeEventWritePtr_2 = unmarshaled.___m_CurrentNativeEventWritePtr_2; marshaled.___m_RemainingNativeEventCount_3 = unmarshaled.___m_RemainingNativeEventCount_3; marshaled.___m_MaxAppendedEvents_4 = unmarshaled.___m_MaxAppendedEvents_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke(unmarshaled.___m_AppendBuffer_5, marshaled.___m_AppendBuffer_5); marshaled.___m_CurrentAppendEventReadPtr_6 = unmarshaled.___m_CurrentAppendEventReadPtr_6; marshaled.___m_CurrentAppendEventWritePtr_7 = unmarshaled.___m_CurrentAppendEventWritePtr_7; marshaled.___m_RemainingAppendEventCount_8 = unmarshaled.___m_RemainingAppendEventCount_8; marshaled.___m_NumEventsRetainedInBuffer_9 = unmarshaled.___m_NumEventsRetainedInBuffer_9; marshaled.___m_IsOpen_10 = static_cast(unmarshaled.___m_IsOpen_10); } IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_pinvoke_back(const InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke& marshaled, InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9& unmarshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE unmarshaledm_NativeBuffer_temp_0; memset((&unmarshaledm_NativeBuffer_temp_0), 0, sizeof(unmarshaledm_NativeBuffer_temp_0)); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_back(marshaled.___m_NativeBuffer_0, unmarshaledm_NativeBuffer_temp_0); unmarshaled.___m_NativeBuffer_0 = unmarshaledm_NativeBuffer_temp_0; unmarshaled.___m_CurrentNativeEventReadPtr_1 = marshaled.___m_CurrentNativeEventReadPtr_1; unmarshaled.___m_CurrentNativeEventWritePtr_2 = marshaled.___m_CurrentNativeEventWritePtr_2; int32_t unmarshaledm_RemainingNativeEventCount_temp_3 = 0; unmarshaledm_RemainingNativeEventCount_temp_3 = marshaled.___m_RemainingNativeEventCount_3; unmarshaled.___m_RemainingNativeEventCount_3 = unmarshaledm_RemainingNativeEventCount_temp_3; int32_t unmarshaledm_MaxAppendedEvents_temp_4 = 0; unmarshaledm_MaxAppendedEvents_temp_4 = marshaled.___m_MaxAppendedEvents_4; unmarshaled.___m_MaxAppendedEvents_4 = unmarshaledm_MaxAppendedEvents_temp_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE unmarshaledm_AppendBuffer_temp_5; memset((&unmarshaledm_AppendBuffer_temp_5), 0, sizeof(unmarshaledm_AppendBuffer_temp_5)); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_back(marshaled.___m_AppendBuffer_5, unmarshaledm_AppendBuffer_temp_5); unmarshaled.___m_AppendBuffer_5 = unmarshaledm_AppendBuffer_temp_5; unmarshaled.___m_CurrentAppendEventReadPtr_6 = marshaled.___m_CurrentAppendEventReadPtr_6; unmarshaled.___m_CurrentAppendEventWritePtr_7 = marshaled.___m_CurrentAppendEventWritePtr_7; int32_t unmarshaledm_RemainingAppendEventCount_temp_8 = 0; unmarshaledm_RemainingAppendEventCount_temp_8 = marshaled.___m_RemainingAppendEventCount_8; unmarshaled.___m_RemainingAppendEventCount_8 = unmarshaledm_RemainingAppendEventCount_temp_8; int32_t unmarshaledm_NumEventsRetainedInBuffer_temp_9 = 0; unmarshaledm_NumEventsRetainedInBuffer_temp_9 = marshaled.___m_NumEventsRetainedInBuffer_9; unmarshaled.___m_NumEventsRetainedInBuffer_9 = unmarshaledm_NumEventsRetainedInBuffer_temp_9; bool unmarshaledm_IsOpen_temp_10 = false; unmarshaledm_IsOpen_temp_10 = static_cast(marshaled.___m_IsOpen_10); unmarshaled.___m_IsOpen_10 = unmarshaledm_IsOpen_temp_10; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventStream IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_pinvoke_cleanup(InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke& marshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_cleanup(marshaled.___m_NativeBuffer_0); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_cleanup(marshaled.___m_AppendBuffer_5); } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventStream IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_com(const InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9& unmarshaled, InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com& marshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com(unmarshaled.___m_NativeBuffer_0, marshaled.___m_NativeBuffer_0); marshaled.___m_CurrentNativeEventReadPtr_1 = unmarshaled.___m_CurrentNativeEventReadPtr_1; marshaled.___m_CurrentNativeEventWritePtr_2 = unmarshaled.___m_CurrentNativeEventWritePtr_2; marshaled.___m_RemainingNativeEventCount_3 = unmarshaled.___m_RemainingNativeEventCount_3; marshaled.___m_MaxAppendedEvents_4 = unmarshaled.___m_MaxAppendedEvents_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com(unmarshaled.___m_AppendBuffer_5, marshaled.___m_AppendBuffer_5); marshaled.___m_CurrentAppendEventReadPtr_6 = unmarshaled.___m_CurrentAppendEventReadPtr_6; marshaled.___m_CurrentAppendEventWritePtr_7 = unmarshaled.___m_CurrentAppendEventWritePtr_7; marshaled.___m_RemainingAppendEventCount_8 = unmarshaled.___m_RemainingAppendEventCount_8; marshaled.___m_NumEventsRetainedInBuffer_9 = unmarshaled.___m_NumEventsRetainedInBuffer_9; marshaled.___m_IsOpen_10 = static_cast(unmarshaled.___m_IsOpen_10); } IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_com_back(const InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com& marshaled, InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9& unmarshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE unmarshaledm_NativeBuffer_temp_0; memset((&unmarshaledm_NativeBuffer_temp_0), 0, sizeof(unmarshaledm_NativeBuffer_temp_0)); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_back(marshaled.___m_NativeBuffer_0, unmarshaledm_NativeBuffer_temp_0); unmarshaled.___m_NativeBuffer_0 = unmarshaledm_NativeBuffer_temp_0; unmarshaled.___m_CurrentNativeEventReadPtr_1 = marshaled.___m_CurrentNativeEventReadPtr_1; unmarshaled.___m_CurrentNativeEventWritePtr_2 = marshaled.___m_CurrentNativeEventWritePtr_2; int32_t unmarshaledm_RemainingNativeEventCount_temp_3 = 0; unmarshaledm_RemainingNativeEventCount_temp_3 = marshaled.___m_RemainingNativeEventCount_3; unmarshaled.___m_RemainingNativeEventCount_3 = unmarshaledm_RemainingNativeEventCount_temp_3; int32_t unmarshaledm_MaxAppendedEvents_temp_4 = 0; unmarshaledm_MaxAppendedEvents_temp_4 = marshaled.___m_MaxAppendedEvents_4; unmarshaled.___m_MaxAppendedEvents_4 = unmarshaledm_MaxAppendedEvents_temp_4; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE unmarshaledm_AppendBuffer_temp_5; memset((&unmarshaledm_AppendBuffer_temp_5), 0, sizeof(unmarshaledm_AppendBuffer_temp_5)); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_back(marshaled.___m_AppendBuffer_5, unmarshaledm_AppendBuffer_temp_5); unmarshaled.___m_AppendBuffer_5 = unmarshaledm_AppendBuffer_temp_5; unmarshaled.___m_CurrentAppendEventReadPtr_6 = marshaled.___m_CurrentAppendEventReadPtr_6; unmarshaled.___m_CurrentAppendEventWritePtr_7 = marshaled.___m_CurrentAppendEventWritePtr_7; int32_t unmarshaledm_RemainingAppendEventCount_temp_8 = 0; unmarshaledm_RemainingAppendEventCount_temp_8 = marshaled.___m_RemainingAppendEventCount_8; unmarshaled.___m_RemainingAppendEventCount_8 = unmarshaledm_RemainingAppendEventCount_temp_8; int32_t unmarshaledm_NumEventsRetainedInBuffer_temp_9 = 0; unmarshaledm_NumEventsRetainedInBuffer_temp_9 = marshaled.___m_NumEventsRetainedInBuffer_9; unmarshaled.___m_NumEventsRetainedInBuffer_9 = unmarshaledm_NumEventsRetainedInBuffer_temp_9; bool unmarshaledm_IsOpen_temp_10 = false; unmarshaledm_IsOpen_temp_10 = static_cast(marshaled.___m_IsOpen_10); unmarshaled.___m_IsOpen_10 = unmarshaledm_IsOpen_temp_10; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventStream IL2CPP_EXTERN_C void InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshal_com_cleanup(InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com& marshaled) { InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_cleanup(marshaled.___m_NativeBuffer_0); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_com_cleanup(marshaled.___m_AppendBuffer_5); } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventStream::get_isOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public bool isOpen => m_IsOpen; bool L_0 = __this->___m_IsOpen_10; return L_0; } } IL2CPP_EXTERN_C bool InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_remainingEventCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventStream_get_remainingEventCount_mFA68F507B5BF80A3E88C89C9DC973B17B61E2CE8 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public int remainingEventCount => m_RemainingNativeEventCount + m_RemainingAppendEventCount; int32_t L_0 = __this->___m_RemainingNativeEventCount_3; int32_t L_1 = __this->___m_RemainingAppendEventCount_8; return ((int32_t)il2cpp_codegen_add(L_0, L_1)); } } IL2CPP_EXTERN_C int32_t InputEventStream_get_remainingEventCount_mFA68F507B5BF80A3E88C89C9DC973B17B61E2CE8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventStream_get_remainingEventCount_mFA68F507B5BF80A3E88C89C9DC973B17B61E2CE8(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_numEventsRetainedInBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventStream_get_numEventsRetainedInBuffer_m4656DA6E9272986459D283EE8B8F74773C2D130A (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public int numEventsRetainedInBuffer => m_NumEventsRetainedInBuffer; int32_t L_0 = __this->___m_NumEventsRetainedInBuffer_9; return L_0; } } IL2CPP_EXTERN_C int32_t InputEventStream_get_numEventsRetainedInBuffer_m4656DA6E9272986459D283EE8B8F74773C2D130A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputEventStream_get_numEventsRetainedInBuffer_m4656DA6E9272986459D283EE8B8F74773C2D130A_inline(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::get_currentEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_get_currentEventPtr_mE13C48ED3B452218CF8517F2DDDF0ACDF2C342B1 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public InputEvent* currentEventPtr => m_RemainingNativeEventCount > 0 // ? m_CurrentNativeEventReadPtr // : (m_RemainingAppendEventCount > 0 ? m_CurrentAppendEventReadPtr : null); int32_t L_0 = __this->___m_RemainingNativeEventCount_3; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001c; } } { int32_t L_1 = __this->___m_RemainingAppendEventCount_8; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0015; } } { return (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(((uintptr_t)0)); } IL_0015: { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = __this->___m_CurrentAppendEventReadPtr_6; return L_2; } IL_001c: { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_3 = __this->___m_CurrentNativeEventReadPtr_1; return L_3; } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_get_currentEventPtr_mE13C48ED3B452218CF8517F2DDDF0ACDF2C342B1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventStream_get_currentEventPtr_mE13C48ED3B452218CF8517F2DDDF0ACDF2C342B1(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputEventStream::get_numBytesRetainedInBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputEventStream_get_numBytesRetainedInBuffer_mF899CE61DF44A43CACFD8BA969EF31A6BDAA6BDF (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // (uint)((byte*)m_CurrentNativeEventWritePtr - // (byte*)NativeArrayUnsafeUtility // .GetUnsafeBufferPointerWithoutChecks(m_NativeBuffer.data)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_CurrentNativeEventWritePtr_2; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_1 = (&__this->___m_NativeBuffer_0); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_2; L_2 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_1, NULL); void* L_3; L_3 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_2, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); return ((int32_t)(uint32_t)((int64_t)(intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_3))/1)))); } } IL2CPP_EXTERN_C uint32_t InputEventStream_get_numBytesRetainedInBuffer_mF899CE61DF44A43CACFD8BA969EF31A6BDAA6BDF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputEventStream_get_numBytesRetainedInBuffer_mF899CE61DF44A43CACFD8BA969EF31A6BDAA6BDF(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::.ctor(UnityEngine.InputSystem.LowLevel.InputEventBuffer&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream__ctor_m52AB2424A03D286B202C0E69BF8392C3AFB2D604 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, int32_t ___maxAppendedEvents1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_0 = NULL; { // m_CurrentNativeEventWritePtr = m_CurrentNativeEventReadPtr = // (InputEvent*)NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(eventBuffer.data); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_0 = ___eventBuffer0; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_1; L_1 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_0, NULL); void* L_2; L_2 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_1, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); void* L_3 = L_2; V_0 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_3; __this->___m_CurrentNativeEventReadPtr_1 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_3; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4 = V_0; __this->___m_CurrentNativeEventWritePtr_2 = L_4; // m_NativeBuffer = eventBuffer; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_5 = ___eventBuffer0; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_6 = (*(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*)L_5); __this->___m_NativeBuffer_0 = L_6; // m_RemainingNativeEventCount = m_NativeBuffer.eventCount; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_7 = (&__this->___m_NativeBuffer_0); int32_t L_8; L_8 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(L_7, NULL); __this->___m_RemainingNativeEventCount_3 = L_8; // m_NumEventsRetainedInBuffer = 0; __this->___m_NumEventsRetainedInBuffer_9 = 0; // m_CurrentAppendEventReadPtr = m_CurrentAppendEventWritePtr = default; uintptr_t L_9 = ((uintptr_t)0); V_0 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_9; __this->___m_CurrentAppendEventWritePtr_7 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_9; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_10 = V_0; __this->___m_CurrentAppendEventReadPtr_6 = L_10; // m_AppendBuffer = default; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_11 = (&__this->___m_AppendBuffer_5); il2cpp_codegen_initobj(L_11, sizeof(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE)); // m_RemainingAppendEventCount = 0; __this->___m_RemainingAppendEventCount_8 = 0; // m_MaxAppendedEvents = maxAppendedEvents; int32_t L_12 = ___maxAppendedEvents1; __this->___m_MaxAppendedEvents_4 = L_12; // m_IsOpen = true; __this->___m_IsOpen_10 = (bool)1; // } return; } } IL2CPP_EXTERN_C void InputEventStream__ctor_m52AB2424A03D286B202C0E69BF8392C3AFB2D604_AdjustorThunk (RuntimeObject* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, int32_t ___maxAppendedEvents1, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventStream__ctor_m52AB2424A03D286B202C0E69BF8392C3AFB2D604(_thisAdjusted, ___eventBuffer0, ___maxAppendedEvents1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::Close(UnityEngine.InputSystem.LowLevel.InputEventBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_Close_m1111A4CFB8F92C63C3A0138A92D2B74F3722D691 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } void* V_0 = NULL; int64_t V_1 = 0; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_2; memset((&V_2), 0, sizeof(V_2)); { // if (m_NumEventsRetainedInBuffer > 0) int32_t L_0 = __this->___m_NumEventsRetainedInBuffer_9; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0048; } } { // var bufferPtr = NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(m_NativeBuffer.data); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_1 = (&__this->___m_NativeBuffer_0); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_2; L_2 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_1, NULL); void* L_3; L_3 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_2, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); V_0 = L_3; // var newBufferSize = (byte*)m_CurrentNativeEventWritePtr - (byte*)bufferPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4 = __this->___m_CurrentNativeEventWritePtr_2; void* L_5 = V_0; V_1 = ((int64_t)(intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_subtract((intptr_t)L_4, (intptr_t)L_5))/1))); // m_NativeBuffer = new InputEventBuffer((InputEvent*)bufferPtr, m_NumEventsRetainedInBuffer, (int)newBufferSize, // (int)m_NativeBuffer.capacityInBytes); void* L_6 = V_0; int32_t L_7 = __this->___m_NumEventsRetainedInBuffer_9; int64_t L_8 = V_1; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_9 = (&__this->___m_NativeBuffer_0); int64_t L_10; L_10 = InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B(L_9, NULL); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_11; memset((&L_11), 0, sizeof(L_11)); InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3((&L_11), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_6, L_7, ((int32_t)L_8), ((int32_t)L_10), /*hidden argument*/NULL); __this->___m_NativeBuffer_0 = L_11; goto IL_0053; } IL_0048: { // m_NativeBuffer.Reset(); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_12 = (&__this->___m_NativeBuffer_0); InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B(L_12, NULL); } IL_0053: { // if (m_AppendBuffer.data.IsCreated) InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_13 = (&__this->___m_AppendBuffer_5); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_14; L_14 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_13, NULL); V_2 = L_14; bool L_15; L_15 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081((&V_2), NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (!L_15) { goto IL_0073; } } { // m_AppendBuffer.Dispose(); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_16 = (&__this->___m_AppendBuffer_5); InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3(L_16, NULL); } IL_0073: { // eventBuffer = m_NativeBuffer; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_17 = ___eventBuffer0; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_18 = __this->___m_NativeBuffer_0; *(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*)L_17 = L_18; // m_IsOpen = false; __this->___m_IsOpen_10 = (bool)0; // } return; } } IL2CPP_EXTERN_C void InputEventStream_Close_m1111A4CFB8F92C63C3A0138A92D2B74F3722D691_AdjustorThunk (RuntimeObject* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventStream_Close_m1111A4CFB8F92C63C3A0138A92D2B74F3722D691(_thisAdjusted, ___eventBuffer0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::CleanUpAfterException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_CleanUpAfterException_m1025CADD374BCE7F4A96D5A6CD78AFAB3F253011 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!isOpen) bool L_0; L_0 = InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D_inline(__this, NULL); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // m_NativeBuffer.Reset(); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_1 = (&__this->___m_NativeBuffer_0); InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B(L_1, NULL); // if (m_AppendBuffer.data.IsCreated) InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_2 = (&__this->___m_AppendBuffer_5); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_3; L_3 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_2, NULL); V_0 = L_3; bool L_4; L_4 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081((&V_0), NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); if (!L_4) { goto IL_0034; } } { // m_AppendBuffer.Dispose(); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_5 = (&__this->___m_AppendBuffer_5); InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3(L_5, NULL); } IL_0034: { // m_IsOpen = false; __this->___m_IsOpen_10 = (bool)0; // } return; } } IL2CPP_EXTERN_C void InputEventStream_CleanUpAfterException_m1025CADD374BCE7F4A96D5A6CD78AFAB3F253011_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventStream_CleanUpAfterException_m1025CADD374BCE7F4A96D5A6CD78AFAB3F253011(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputEventStream::Write(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventStream_Write_m1F494325BF10678460D41D7A07333DB17F64487E (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral012315DEACA80CA5572171295D68942333F9F9A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBE3EEDD107BB87C6567C5FBFDC3A815F512391E); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_1; memset((&V_1), 0, sizeof(V_1)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_2; memset((&V_2), 0, sizeof(V_2)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_3 = NULL; uint8_t* V_4 = NULL; int64_t V_5 = 0; int64_t V_6 = 0; { // if (m_AppendBuffer.eventCount >= m_MaxAppendedEvents) InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_0 = (&__this->___m_AppendBuffer_5); int32_t L_1; L_1 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(L_0, NULL); int32_t L_2 = __this->___m_MaxAppendedEvents_4; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0038; } } { // Debug.LogError($"Maximum number of queued events exceeded. Set the '{nameof(InputSettings.maxQueuedEventsPerUpdate)}' " + // $"setting to a higher value if you need to queue more events than this. " + // $"Current limit is '{m_MaxAppendedEvents}'."); int32_t L_3 = __this->___m_MaxAppendedEvents_4; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral012315DEACA80CA5572171295D68942333F9F9A7, L_5, NULL); String_t* L_7; L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralEBE3EEDD107BB87C6567C5FBFDC3A815F512391E, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_7, NULL); // return; return; } IL_0038: { // var wasAlreadyCreated = m_AppendBuffer.data.IsCreated; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_8 = (&__this->___m_AppendBuffer_5); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_9; L_9 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_8, NULL); V_1 = L_9; bool L_10; L_10 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081((&V_1), NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var); // var oldBufferPtr = (byte*)m_AppendBuffer.bufferPtr.data; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_11 = (&__this->___m_AppendBuffer_5); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_12; L_12 = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB(L_11, NULL); V_2 = L_12; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_13; L_13 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_2), NULL); V_0 = (uint8_t*)L_13; // m_AppendBuffer.AppendEvent(eventPtr, allocator: Allocator.Temp); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_14 = (&__this->___m_AppendBuffer_5); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_15 = ___eventPtr0; InputEventBuffer_AppendEvent_mAEC914B9C5C5534378199FF5C35D7EB57215E011(L_14, L_15, ((int32_t)2048), 2, NULL); // if (!wasAlreadyCreated) if (L_10) { goto IL_0094; } } { // m_CurrentAppendEventWritePtr = m_CurrentAppendEventReadPtr = // (InputEvent*)NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(m_AppendBuffer.data); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_16 = (&__this->___m_AppendBuffer_5); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_17; L_17 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline(L_16, NULL); void* L_18; L_18 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_17, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); void* L_19 = L_18; V_3 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_19; __this->___m_CurrentAppendEventReadPtr_6 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_19; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_20 = V_3; __this->___m_CurrentAppendEventWritePtr_7 = L_20; goto IL_00e0; } IL_0094: { // var newBufferPtr = (byte*)m_AppendBuffer.bufferPtr.data; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_21 = (&__this->___m_AppendBuffer_5); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_22; L_22 = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB(L_21, NULL); V_2 = L_22; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_23; L_23 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_2), NULL); V_4 = (uint8_t*)L_23; // if (oldBufferPtr != newBufferPtr) uint8_t* L_24 = V_0; uint8_t* L_25 = V_4; if ((((intptr_t)L_24) == ((intptr_t)L_25))) { goto IL_00e0; } } { // var currentWriteOffset = (byte*)m_CurrentAppendEventWritePtr - oldBufferPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_26 = __this->___m_CurrentAppendEventWritePtr_7; uint8_t* L_27 = V_0; V_5 = ((int64_t)(intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_subtract((intptr_t)L_26, (intptr_t)L_27))/1))); // var currentReadOffset = (byte*)m_CurrentAppendEventReadPtr - oldBufferPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_28 = __this->___m_CurrentAppendEventReadPtr_6; uint8_t* L_29 = V_0; V_6 = ((int64_t)(intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((intptr_t)((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/1))); // m_CurrentAppendEventWritePtr = (InputEvent*)(newBufferPtr + currentWriteOffset); uint8_t* L_30 = V_4; int64_t L_31 = V_5; __this->___m_CurrentAppendEventWritePtr_7 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)L_31))); // m_CurrentAppendEventReadPtr = (InputEvent*)(newBufferPtr + currentReadOffset); uint8_t* L_32 = V_4; int64_t L_33 = V_6; __this->___m_CurrentAppendEventReadPtr_6 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)L_33))); } IL_00e0: { // m_RemainingAppendEventCount++; int32_t L_34 = __this->___m_RemainingAppendEventCount_8; __this->___m_RemainingAppendEventCount_8 = ((int32_t)il2cpp_codegen_add(L_34, 1)); // } return; } } IL2CPP_EXTERN_C void InputEventStream_Write_m1F494325BF10678460D41D7A07333DB17F64487E_AdjustorThunk (RuntimeObject* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventStream_Write_m1F494325BF10678460D41D7A07333DB17F64487E(_thisAdjusted, ___eventPtr0, method); } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::Advance(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Advance_mD8B6B308674E69472F69AA65F3F1D49FBE7A13F1 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, bool ___leaveEventInBuffer0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (m_RemainingNativeEventCount > 0) int32_t L_0 = __this->___m_RemainingNativeEventCount_3; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_002f; } } { // m_NativeBuffer.AdvanceToNextEvent(ref m_CurrentNativeEventReadPtr, ref m_CurrentNativeEventWritePtr, // ref m_NumEventsRetainedInBuffer, ref m_RemainingNativeEventCount, leaveEventInBuffer); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_1 = (&__this->___m_NativeBuffer_0); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_2 = (&__this->___m_CurrentNativeEventReadPtr_1); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_3 = (&__this->___m_CurrentNativeEventWritePtr_2); int32_t* L_4 = (&__this->___m_NumEventsRetainedInBuffer_9); int32_t* L_5 = (&__this->___m_RemainingNativeEventCount_3); bool L_6 = ___leaveEventInBuffer0; InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283(L_1, L_2, L_3, L_4, L_5, L_6, NULL); goto IL_005a; } IL_002f: { // else if (m_RemainingAppendEventCount > 0) int32_t L_7 = __this->___m_RemainingAppendEventCount_8; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_005a; } } { // var numEventRetained = 0; V_0 = 0; // m_AppendBuffer.AdvanceToNextEvent(ref m_CurrentAppendEventReadPtr, ref m_CurrentAppendEventWritePtr, // ref numEventRetained, ref m_RemainingAppendEventCount, false); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_8 = (&__this->___m_AppendBuffer_5); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_9 = (&__this->___m_CurrentAppendEventReadPtr_6); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5** L_10 = (&__this->___m_CurrentAppendEventWritePtr_7); int32_t* L_11 = (&__this->___m_RemainingAppendEventCount_8); InputEventBuffer_AdvanceToNextEvent_m2A711A2AA87D26A027FFE4EFD01EBD296EE0B283(L_8, L_9, L_10, (&V_0), L_11, (bool)0, NULL); } IL_005a: { // return currentEventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_12; L_12 = InputEventStream_get_currentEventPtr_mE13C48ED3B452218CF8517F2DDDF0ACDF2C342B1(__this, NULL); return L_12; } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Advance_mD8B6B308674E69472F69AA65F3F1D49FBE7A13F1_AdjustorThunk (RuntimeObject* __this, bool ___leaveEventInBuffer0, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventStream_Advance_mD8B6B308674E69472F69AA65F3F1D49FBE7A13F1(_thisAdjusted, ___leaveEventInBuffer0, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Peek_m315B9E86A362176249564F94D8590ECFD4089120 (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // if (m_RemainingNativeEventCount > 1) int32_t L_0 = __this->___m_RemainingNativeEventCount_3; if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_0015; } } { // return InputEvent.GetNextInMemory(m_CurrentNativeEventReadPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = __this->___m_CurrentNativeEventReadPtr_1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2; L_2 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21(L_1, NULL); return L_2; } IL_0015: { // if (m_RemainingNativeEventCount == 1) int32_t L_3 = __this->___m_RemainingNativeEventCount_3; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0031; } } { // return m_RemainingAppendEventCount > 0 ? m_CurrentAppendEventReadPtr : null; int32_t L_4 = __this->___m_RemainingAppendEventCount_8; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_002a; } } { return (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(((uintptr_t)0)); } IL_002a: { InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_5 = __this->___m_CurrentAppendEventReadPtr_6; return L_5; } IL_0031: { // if (m_RemainingAppendEventCount > 1) int32_t L_6 = __this->___m_RemainingAppendEventCount_8; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0046; } } { // return InputEvent.GetNextInMemory(m_CurrentAppendEventReadPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_7 = __this->___m_CurrentAppendEventReadPtr_6; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8; L_8 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21(L_7, NULL); return L_8; } IL_0046: { // return null; return (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)(((uintptr_t)0)); } } IL2CPP_EXTERN_C InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventStream_Peek_m315B9E86A362176249564F94D8590ECFD4089120_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* _returnValue; _returnValue = InputEventStream_Peek_m315B9E86A362176249564F94D8590ECFD4089120(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace::get_FrameMarkerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC (const RuntimeMethod* method) { { // public static FourCC FrameMarkerEvent => new FourCC('F', 'R', 'M', 'E'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)70), ((int32_t)82), ((int32_t)77), ((int32_t)69), /*hidden argument*/NULL); return L_0; } } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventTrace_get_deviceId_m6006BAAAF5E515E9379A49BB2BC93966F7A0F76D (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => m_DeviceId; int32_t L_0 = __this->___m_DeviceId_4; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_deviceId_m7D55C7F5557FE912EB6615478B2D54C3C9451538 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_DeviceId = value; int32_t L_0 = ___value0; __this->___m_DeviceId_4 = L_0; return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_get_enabled_m00962912C56398A72D8DC35529506F06A934CF8D (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // public bool enabled => m_Enabled; bool L_0 = __this->___m_Enabled_2; return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::get_recordFrameMarkers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_get_recordFrameMarkers_m15BCAEC63810DD7CC8CC8D33A6702359BC986F45 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => m_RecordFrameMarkers; bool L_0 = __this->___m_RecordFrameMarkers_15; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_recordFrameMarkers(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_recordFrameMarkers_mEE70080B94B12C2EE4A7C8BEF2DCC9027419BC92 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_RecordFrameMarkers == value) bool L_0 = __this->___m_RecordFrameMarkers_15; bool L_1 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // m_RecordFrameMarkers = value; bool L_2 = ___value0; __this->___m_RecordFrameMarkers_15 = L_2; // if (m_Enabled) bool L_3 = __this->___m_Enabled_2; if (!L_3) { goto IL_003f; } } { // if (value) bool L_4 = ___value0; if (!L_4) { goto IL_002e; } } { // InputSystem.onBeforeUpdate += OnBeforeUpdate; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_add_onBeforeUpdate_m022480417EA69F0488F81F112B2D9BED5D65AC5C(L_5, NULL); return; } IL_002e: { // InputSystem.onBeforeUpdate -= OnBeforeUpdate; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, __this, (intptr_t)((void*)InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_remove_onBeforeUpdate_m4BD541DC1AB9FC6C87FB71B35A39CC75223E530C(L_6, NULL); } IL_003f: { // } return; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_eventCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventTrace_get_eventCount_m400E514AB29EC8BD933226B92A9EAE434FBADF44 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // public long eventCount => m_EventCount; int64_t L_0 = __this->___m_EventCount_9; return L_0; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_totalEventSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventTrace_get_totalEventSizeInBytes_m6E588386064DF072AF51B246671979EFBB33B79F (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // public long totalEventSizeInBytes => m_EventSizeInBytes; int64_t L_0 = __this->___m_EventSizeInBytes_10; return L_0; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_allocatedSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventTrace_get_allocatedSizeInBytes_m92FBB6A9439DC0F84BC095293F7F3C091AA23E70 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // public long allocatedSizeInBytes => m_EventBuffer != default ? m_EventBufferSize : 0; uint8_t* L_0; L_0 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000d; } } { return ((int64_t)0); } IL_000d: { int64_t L_1 = __this->___m_EventBufferSize_6; return L_1; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_maxSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputEventTrace_get_maxSizeInBytes_m8461E7D740F6835EE26F299892A3A1966E7152B0 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // public long maxSizeInBytes => m_MaxEventBufferSize; int64_t L_0 = __this->___m_MaxEventBufferSize_7; return L_0; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_deviceInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 InputEventTrace_get_deviceInfos_m66BCE6CE81C634A9352F04CF76CEA14F4E8B3942 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public ReadOnlyArray deviceInfos => m_DeviceInfos; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_0 = __this->___m_DeviceInfos_16; ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 L_1; L_1 = ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE(L_0, ReadOnlyArray_1_op_Implicit_mDC06E9C67A7376B81251B04CEC9AACE3428C82BE_RuntimeMethod_var); return L_1; } } // System.Func`3 UnityEngine.InputSystem.LowLevel.InputEventTrace::get_onFilterEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* InputEventTrace_get_onFilterEvent_m883B3922540DED6722C92672C6CB92DA80D9422F (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => m_OnFilterEvent; Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* L_0 = __this->___m_OnFilterEvent_3; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_onFilterEvent(System.Func`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_onFilterEvent_mC1AB9C3AC3D72126B25F9D843582B089FA88D556 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* ___value0, const RuntimeMethod* method) { { // set => m_OnFilterEvent = value; Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* L_0 = ___value0; __this->___m_OnFilterEvent_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnFilterEvent_3), (void*)L_0); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::add_onEvent(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_add_onEvent_m846B93E3502E964A9AEF3278F60FC712684AF692 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_m3952EFDAB87F62F3748292CDF90AB17DFB3BC72B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // add => m_EventListeners.AddCallback(value); CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* L_0 = (&__this->___m_EventListeners_5); Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* L_1 = ___value0; CallbackArray_1_AddCallback_m3952EFDAB87F62F3748292CDF90AB17DFB3BC72B(L_0, L_1, CallbackArray_1_AddCallback_m3952EFDAB87F62F3748292CDF90AB17DFB3BC72B_RuntimeMethod_var); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::remove_onEvent(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_remove_onEvent_m5E2C96FA1CF3AC89345942705C784DBD3A598588 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_m193ADCFAE914FE65AB4E5206FA645A02CDC9890D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // remove => m_EventListeners.RemoveCallback(value); CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* L_0 = (&__this->___m_EventListeners_5); Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* L_1 = ___value0; CallbackArray_1_RemoveCallback_m193ADCFAE914FE65AB4E5206FA645A02CDC9890D(L_0, L_1, CallbackArray_1_RemoveCallback_m193ADCFAE914FE65AB4E5206FA645A02CDC9890D_RuntimeMethod_var); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::.ctor(UnityEngine.InputSystem.InputDevice,System.Int64,System.Boolean,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace__ctor_m8FF4728B5B37E6D481CD0118EB102B69BC22B138 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int64_t ___bufferSizeInBytes1, bool ___growBuffer2, int64_t ___maxBufferSizeInBytes3, int64_t ___growIncrementSizeInBytes4, const RuntimeMethod* method) { { // : this(bufferSizeInBytes, growBuffer, maxBufferSizeInBytes, growIncrementSizeInBytes) int64_t L_0 = ___bufferSizeInBytes1; bool L_1 = ___growBuffer2; int64_t L_2 = ___maxBufferSizeInBytes3; int64_t L_3 = ___growIncrementSizeInBytes4; InputEventTrace__ctor_m33E71735CDB4DEC9D50431B1DF90CA88BD532AB3(__this, L_0, L_1, L_2, L_3, NULL); // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___device0; if (L_4) { goto IL_001a; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace__ctor_m8FF4728B5B37E6D481CD0118EB102B69BC22B138_RuntimeMethod_var))); } IL_001a: { // m_DeviceId = device.deviceId; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = ___device0; int32_t L_7; L_7 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_6, NULL); __this->___m_DeviceId_4 = L_7; // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::.ctor(System.Int64,System.Boolean,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace__ctor_m33E71735CDB4DEC9D50431B1DF90CA88BD532AB3 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, int64_t ___bufferSizeInBytes0, bool ___growBuffer1, int64_t ___maxBufferSizeInBytes2, int64_t ___growIncrementSizeInBytes3, const RuntimeMethod* method) { { // public InputEventTrace(long bufferSizeInBytes = kDefaultBufferSize, bool growBuffer = false, long maxBufferSizeInBytes = -1, long growIncrementSizeInBytes = -1) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_EventBufferSize = (uint)bufferSizeInBytes; int64_t L_0 = ___bufferSizeInBytes0; __this->___m_EventBufferSize_6 = ((int64_t)(uint64_t)((uint32_t)((int32_t)(uint32_t)L_0))); // if (growBuffer) bool L_1 = ___growBuffer1; if (!L_1) { goto IL_0048; } } { // if (maxBufferSizeInBytes < 0) int64_t L_2 = ___maxBufferSizeInBytes2; if ((((int64_t)L_2) >= ((int64_t)((int64_t)0)))) { goto IL_0025; } } { // m_MaxEventBufferSize = 256 * kDefaultBufferSize; __this->___m_MaxEventBufferSize_7 = ((int64_t)((int32_t)268435456)); goto IL_002c; } IL_0025: { // m_MaxEventBufferSize = maxBufferSizeInBytes; int64_t L_3 = ___maxBufferSizeInBytes2; __this->___m_MaxEventBufferSize_7 = L_3; } IL_002c: { // if (growIncrementSizeInBytes < 0) int64_t L_4 = ___growIncrementSizeInBytes3; if ((((int64_t)L_4) >= ((int64_t)((int64_t)0)))) { goto IL_003f; } } { // m_GrowIncrementSize = kDefaultBufferSize; __this->___m_GrowIncrementSize_8 = ((int64_t)((int32_t)1048576)); return; } IL_003f: { // m_GrowIncrementSize = growIncrementSizeInBytes; int64_t L_5 = ___growIncrementSizeInBytes3; __this->___m_GrowIncrementSize_8 = L_5; return; } IL_0048: { // m_MaxEventBufferSize = m_EventBufferSize; int64_t L_6 = __this->___m_EventBufferSize_6; __this->___m_MaxEventBufferSize_7 = L_6; // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::WriteTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_WriteTo_mE0CBA14E395823FF215130CF48644ED14E8875CF (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_0 = NULL; { // if (string.IsNullOrEmpty(filePath)) String_t* L_0 = ___filePath0; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(filePath)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E6231226F0A62484622AE51964EB5710BB528F9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_WriteTo_mE0CBA14E395823FF215130CF48644ED14E8875CF_RuntimeMethod_var))); } IL_0013: { // using (var stream = File.OpenWrite(filePath)) String_t* L_3 = ___filePath0; FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4; L_4 = File_OpenWrite_m5DD7E6EDB15631A97328297A58E9395B47CFB6AB(L_3, NULL); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0023: {// begin finally (depth: 1) { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = V_0; if (!L_5) { goto IL_002c; } } { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_6 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_002c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) // WriteTo(stream); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_7 = V_0; InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7(__this, L_7, NULL); goto IL_002d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002d: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::WriteTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tC686F7806DE87459BEAA5E37865B3E8BD4DAA1A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; RuntimeObject* V_5 = NULL; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_6; memset((&V_6), 0, sizeof(V_6)); uint32_t V_7 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_8 = NULL; uint8_t* V_9 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_10 = NULL; int32_t V_11 = 0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* V_12 = NULL; String_t* G_B23_0 = NULL; BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* G_B23_1 = NULL; String_t* G_B22_0 = NULL; BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* G_B22_1 = NULL; { // if (stream == null) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(stream)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7_RuntimeMethod_var))); } IL_000e: { // if (!stream.CanSeek) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ___stream0; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_2); if (L_3) { goto IL_0026; } } { // throw new ArgumentException("Stream does not support seeking", nameof(stream)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4541DABAC4FE8FD5D7C4DBCDA1190481B5A90229)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_WriteTo_mCCAB194CB8909F1BEC6854A0CA39FF87160629D7_RuntimeMethod_var))); } IL_0026: { // var writer = new BinaryWriter(stream); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = ___stream0; BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_6 = (BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E*)il2cpp_codegen_object_new(BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E_il2cpp_TypeInfo_var); BinaryWriter__ctor_mF2F1235E378C3EC493A8C816597BCEB4205A9CA0(L_6, L_5, NULL); V_0 = L_6; // var flags = default(FileFlags); V_1 = 0; // if (InputSystem.settings.updateMode == InputSettings.UpdateMode.ProcessEventsInFixedUpdate) il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_7; L_7 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL); int32_t L_8; L_8 = InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline(L_7, NULL); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0040; } } { // flags |= FileFlags.FixedUpdate; int32_t L_9 = V_1; V_1 = ((int32_t)((int32_t)L_9|1)); } IL_0040: { // writer.Write(kFileFormat); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_10 = V_0; il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11; L_11 = InputEventTrace_get_kFileFormat_m1ECD7EAD5F4E9E247214316891DE8D4DBA07A40D(NULL); int32_t L_12; L_12 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_11, NULL); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_10, L_12); // writer.Write(kFileVersion); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_13 = V_0; int32_t L_14 = ((InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_StaticFields*)il2cpp_codegen_static_fields_for(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))->___kFileVersion_17; VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_13, L_14); // writer.Write((int)flags); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_15 = V_0; int32_t L_16 = V_1; VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_15, L_16); // writer.Write((int)Application.platform); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_17 = V_0; int32_t L_18; L_18 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_17, L_18); // writer.Write((ulong)m_EventCount); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_19 = V_0; int64_t L_20 = __this->___m_EventCount_9; VirtualActionInvoker1< uint64_t >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_19, L_20); // writer.Write((ulong)m_EventSizeInBytes); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_21 = V_0; int64_t L_22 = __this->___m_EventSizeInBytes_10; VirtualActionInvoker1< uint64_t >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_21, L_22); // foreach (var eventPtr in this) RuntimeObject* L_23; L_23 = InputEventTrace_GetEnumerator_mEB8437D4B14D194CBA901FB9DD034AB0BD1015E3(__this, NULL); V_5 = L_23; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f2: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_00fd; } } { RuntimeObject* L_25 = V_5; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_25); } IL_00fd: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00e7_1; } IL_008f_1: { // foreach (var eventPtr in this) RuntimeObject* L_26 = V_5; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_27; L_27 = InterfaceFuncInvoker0< InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tC686F7806DE87459BEAA5E37865B3E8BD4DAA1A0_il2cpp_TypeInfo_var, L_26); V_6 = L_27; // var sizeInBytes = eventPtr.sizeInBytes; uint32_t L_28; L_28 = InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597((&V_6), NULL); V_7 = L_28; // var buffer = new byte[sizeInBytes]; uint32_t L_29 = V_7; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_29); V_8 = L_30; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00e3_1: {// begin finally (depth: 2) V_10 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { // fixed(byte* bufferPtr = buffer) ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_8; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = L_31; V_10 = L_32; if (!L_32) { goto IL_00b7_2; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_10; if (((int32_t)(((RuntimeArray*)L_33)->max_length))) { goto IL_00bd_2; } } IL_00b7_2: { V_9 = (uint8_t*)((uintptr_t)0); goto IL_00c8_2; } IL_00bd_2: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_10; V_9 = (uint8_t*)((uintptr_t)((L_34)->GetAddressAtUnchecked(static_cast(0)))); } IL_00c8_2: { // UnsafeUtility.MemCpy(bufferPtr, eventPtr.data, sizeInBytes); uint8_t* L_35 = V_9; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_36; L_36 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_6), NULL); uint32_t L_37 = V_7; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_35, (void*)L_36, ((int64_t)(uint64_t)L_37), NULL); // writer.Write(buffer); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_38 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = V_8; VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_38, L_39); goto IL_00e7_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e7_1: { // foreach (var eventPtr in this) RuntimeObject* L_40 = V_5; bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_008f_1; } } { goto IL_00fe; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00fe: { // writer.Flush(); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_42 = V_0; VirtualActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_42); // var positionOfDeviceList = stream.Position; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_43 = ___stream0; int64_t L_44; L_44 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_43); V_2 = L_44; // var deviceCount = m_DeviceInfos.LengthSafe(); DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_45 = __this->___m_DeviceInfos_16; int32_t L_46; L_46 = ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923(L_45, ArrayHelpers_LengthSafe_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m1A991C46566DF63B412B6FAC8DA4A910E6916923_RuntimeMethod_var); V_3 = L_46; // writer.Write(deviceCount); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_47 = V_0; int32_t L_48 = V_3; VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_47, L_48); // for (var i = 0; i < deviceCount; ++i) V_11 = 0; goto IL_0187; } IL_0123: { // ref var device = ref m_DeviceInfos[i]; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_49 = __this->___m_DeviceInfos_16; int32_t L_50 = V_11; V_12 = ((L_49)->GetAddressAtUnchecked(static_cast(L_50))); // writer.Write(device.deviceId); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_51 = V_0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* L_52 = V_12; int32_t L_53; L_53 = DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline(L_52, NULL); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_51, L_53); // writer.Write(device.layout); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_54 = V_0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* L_55 = V_12; String_t* L_56; L_56 = DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_inline(L_55, NULL); VirtualActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_54, L_56); // writer.Write(device.stateFormat); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_57 = V_0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* L_58 = V_12; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_59; L_59 = DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916_inline(L_58, NULL); int32_t L_60; L_60 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_59, NULL); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_57, L_60); // writer.Write(device.stateSizeInBytes); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_61 = V_0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* L_62 = V_12; int32_t L_63; L_63 = DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C_inline(L_62, NULL); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_61, L_63); // writer.Write(device.m_FullLayoutJson ?? string.Empty); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_64 = V_0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* L_65 = V_12; String_t* L_66 = L_65->___m_FullLayoutJson_4; String_t* L_67 = L_66; G_B22_0 = L_67; G_B22_1 = L_64; if (L_67) { G_B23_0 = L_67; G_B23_1 = L_64; goto IL_017c; } } { String_t* L_68 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B23_0 = L_68; G_B23_1 = G_B22_1; } IL_017c: { VirtualActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.String) */, G_B23_1, G_B23_0); // for (var i = 0; i < deviceCount; ++i) int32_t L_69 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_69, 1)); } IL_0187: { // for (var i = 0; i < deviceCount; ++i) int32_t L_70 = V_11; int32_t L_71 = V_3; if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_0123; } } { // writer.Flush(); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_72 = V_0; VirtualActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_72); // var offsetOfDeviceList = stream.Position - positionOfDeviceList; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_73 = ___stream0; int64_t L_74; L_74 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_73); int64_t L_75 = V_2; V_4 = ((int64_t)il2cpp_codegen_subtract(L_74, L_75)); // writer.Write(offsetOfDeviceList); BinaryWriter_tFB94D67EDFA3F6A34744A163BDABE287FDF2ED1E* L_76 = V_0; int64_t L_77 = V_4; VirtualActionInvoker1< int64_t >::Invoke(18 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_76, L_77); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::ReadFrom(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_ReadFrom_m0B3DB3EBB340BBD3B9AE3A819C432B09BF4F358F (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_0 = NULL; { // if (string.IsNullOrEmpty(filePath)) String_t* L_0 = ___filePath0; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(filePath)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E6231226F0A62484622AE51964EB5710BB528F9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_ReadFrom_m0B3DB3EBB340BBD3B9AE3A819C432B09BF4F358F_RuntimeMethod_var))); } IL_0013: { // using (var stream = File.OpenRead(filePath)) String_t* L_3 = ___filePath0; FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4; L_4 = File_OpenRead_m6181B052EB0E98D2E18FAC79E7744D766BA4244C(L_3, NULL); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0023: {// begin finally (depth: 1) { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = V_0; if (!L_5) { goto IL_002c; } } { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_6 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_002c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) // ReadFrom(stream); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_7 = V_0; InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327(__this, L_7, NULL); goto IL_002d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002d: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::ReadFrom(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* V_0 = NULL; uint64_t V_1 = 0; uint64_t V_2 = 0; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint8_t* V_6 = NULL; int64_t V_7 = 0; int32_t V_8 = 0; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* V_9 = NULL; uint64_t V_10 = 0; int32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; int32_t V_14 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_15 = NULL; uint8_t* V_16 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_17 = NULL; int32_t V_18 = 0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 V_19; memset((&V_19), 0, sizeof(V_19)); il2cpp::utils::ExceptionSupportStack __active_exceptions; { // if (stream == null) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(stream)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327_RuntimeMethod_var))); } IL_000e: { // if (!stream.CanRead) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ___stream0; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); if (L_3) { goto IL_0026; } } { // throw new ArgumentException("Stream does not support reading", nameof(stream)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4EC35FE30A8C73BDAEF7A654EEEA3953D7FAE24)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327_RuntimeMethod_var))); } IL_0026: { // var reader = new BinaryReader(stream); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = ___stream0; BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_6 = (BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158*)il2cpp_codegen_object_new(BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158_il2cpp_TypeInfo_var); BinaryReader__ctor_m898732FE0DBEDD480B24F6DE45A9AC696E44CC0F(L_6, L_5, NULL); V_0 = L_6; // if (reader.ReadInt32() != kFileFormat) BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_7 = V_0; int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_7); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9; L_9 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(L_8, NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10; L_10 = InputEventTrace_get_kFileFormat_m1ECD7EAD5F4E9E247214316891DE8D4DBA07A40D(NULL); bool L_11; L_11 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_9, L_10, NULL); if (!L_11) { goto IL_005e; } } { // throw new IOException($"Stream does not appear to be an InputEventTrace (no '{kFileFormat}' code)"); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12; L_12 = InputEventTrace_get_kFileFormat_m1ECD7EAD5F4E9E247214316891DE8D4DBA07A40D(NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_13 = L_12; RuntimeObject* L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_13); String_t* L_15; L_15 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral589E6D8BD59F7D804E4A1A1C559787B0B2549B6C)), L_14, NULL); IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_16 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var))); IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327_RuntimeMethod_var))); } IL_005e: { // if (reader.ReadInt32() > kFileVersion) BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_17 = V_0; int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_17); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); int32_t L_19 = ((InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_StaticFields*)il2cpp_codegen_static_fields_for(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))->___kFileVersion_17; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0085; } } { // throw new IOException($"Stream is an InputEventTrace but a newer version (expected version {kFileVersion} or below)"); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))); int32_t L_20 = ((InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))))->___kFileVersion_17; int32_t L_21 = L_20; RuntimeObject* L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_21); String_t* L_23; L_23 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34E2E1D5D393F33E08B55532C6B7D27294F02F4C)), L_22, NULL); IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_24 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var))); IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA(L_24, L_23, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327_RuntimeMethod_var))); } IL_0085: { // reader.ReadInt32(); // Flags; ignored for now. BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_25 = V_0; int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_25); // reader.ReadInt32(); // Platform; for now we're not doing anything with it. BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_27 = V_0; int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_27); // var eventCount = reader.ReadUInt64(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_29 = V_0; uint64_t L_30; L_30 = VirtualFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_29); V_1 = L_30; // var totalEventSizeInBytes = reader.ReadUInt64(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_31 = V_0; uint64_t L_32; L_32 = VirtualFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_31); V_2 = L_32; // var oldBuffer = m_EventBuffer; uint8_t* L_33; L_33 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); V_3 = L_33; // if (eventCount > 0 && totalEventSizeInBytes > 0) uint64_t L_34 = V_1; if ((!(((uint64_t)L_34) > ((uint64_t)((int64_t)0))))) { goto IL_027e; } } { uint64_t L_35 = V_2; if ((!(((uint64_t)L_35) > ((uint64_t)((int64_t)0))))) { goto IL_027e; } } { // if (m_EventBuffer != null && m_EventBufferSize >= (long)totalEventSizeInBytes) uint8_t* L_36; L_36 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((((intptr_t)L_36) == ((intptr_t)((uintptr_t)0)))) { goto IL_00d5; } } { int64_t L_37 = __this->___m_EventBufferSize_6; uint64_t L_38 = V_2; if ((((int64_t)L_37) < ((int64_t)L_38))) { goto IL_00d5; } } { // buffer = m_EventBuffer; uint8_t* L_39; L_39 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); V_4 = L_39; goto IL_00e6; } IL_00d5: { // buffer = (byte*)UnsafeUtility.Malloc((long)totalEventSizeInBytes, InputEvent.kAlignment, Allocator.Persistent); uint64_t L_40 = V_2; void* L_41; L_41 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(L_40, 4, 4, NULL); V_4 = (uint8_t*)L_41; // m_EventBufferSize = (long)totalEventSizeInBytes; uint64_t L_42 = V_2; __this->___m_EventBufferSize_6 = L_42; } IL_00e6: { } try {// begin try (depth: 1) { // var tailPtr = buffer; uint8_t* L_43 = V_4; V_5 = L_43; // var endPtr = tailPtr + totalEventSizeInBytes; uint8_t* L_44 = V_5; uint64_t L_45 = V_2; V_6 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((uintptr_t)L_45))); // var totalEventSize = 0L; V_7 = ((int64_t)0); // for (var i = 0ul; i < eventCount; ++i) V_10 = ((int64_t)0); goto IL_01b6_1; } IL_00ff_1: { // var eventType = reader.ReadInt32(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_46 = V_0; int32_t L_47; L_47 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_46); V_11 = L_47; // var eventSizeInBytes = (uint)reader.ReadUInt16(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_48 = V_0; uint16_t L_49; L_49 = VirtualFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_48); V_12 = L_49; // var eventDeviceId = (uint)reader.ReadUInt16(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_50 = V_0; uint16_t L_51; L_51 = VirtualFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_50); V_13 = L_51; // if (eventSizeInBytes > endPtr - tailPtr) uint32_t L_52 = V_12; uint8_t* L_53 = V_6; uint8_t* L_54 = V_5; if ((((int64_t)((int64_t)(uint64_t)L_52)) > ((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_53, (intptr_t)L_54))/1)))))) { goto IL_01be_1; } } { // *(int*)tailPtr = eventType; uint8_t* L_55 = V_5; int32_t L_56 = V_11; *((int32_t*)L_55) = (int32_t)L_56; // tailPtr += 4; uint8_t* L_57 = V_5; V_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_57, 4)); // *(ushort*)tailPtr = (ushort)eventSizeInBytes; uint8_t* L_58 = V_5; uint32_t L_59 = V_12; *((int16_t*)L_58) = (int16_t)((int32_t)(uint16_t)L_59); // tailPtr += 2; uint8_t* L_60 = V_5; V_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_60, 2)); // *(ushort*)tailPtr = (ushort)eventDeviceId; uint8_t* L_61 = V_5; uint32_t L_62 = V_13; *((int16_t*)L_61) = (int16_t)((int32_t)(uint16_t)L_62); // tailPtr += 2; uint8_t* L_63 = V_5; V_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_63, 2)); // var remainingSize = (int)eventSizeInBytes - sizeof(int) - sizeof(short) - sizeof(short); uint32_t L_64 = V_12; V_14 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_64, 4)), 2)), 2)); // var tempBuffer = reader.ReadBytes(remainingSize); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_65 = V_0; int32_t L_66 = V_14; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67; L_67 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_65, L_66); V_15 = L_67; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_018a_1: {// begin finally (depth: 2) V_17 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { // fixed(byte* tempBufferPtr = tempBuffer) ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = V_15; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = L_68; V_17 = L_69; if (!L_69) { goto IL_016b_2; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_70 = V_17; if (((int32_t)(((RuntimeArray*)L_70)->max_length))) { goto IL_0171_2; } } IL_016b_2: { V_16 = (uint8_t*)((uintptr_t)0); goto IL_017c_2; } IL_0171_2: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_71 = V_17; V_16 = (uint8_t*)((uintptr_t)((L_71)->GetAddressAtUnchecked(static_cast(0)))); } IL_017c_2: { // UnsafeUtility.MemCpy(tailPtr, tempBufferPtr, remainingSize); uint8_t* L_72 = V_5; uint8_t* L_73 = V_16; int32_t L_74 = V_14; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_72, (void*)L_73, ((int64_t)L_74), NULL); goto IL_018e_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_018e_1: { // tailPtr += remainingSize.AlignToMultipleOf(InputEvent.kAlignment); uint8_t* L_75 = V_5; int32_t L_76 = V_14; int32_t L_77; L_77 = NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline(L_76, 4, NULL); V_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, L_77)); // totalEventSize += eventSizeInBytes.AlignToMultipleOf(InputEvent.kAlignment); int64_t L_78 = V_7; uint32_t L_79 = V_12; uint32_t L_80; L_80 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_79, 4, NULL); V_7 = ((int64_t)il2cpp_codegen_add(L_78, ((int64_t)(uint64_t)L_80))); // if (tailPtr >= endPtr) uint8_t* L_81 = V_5; uint8_t* L_82 = V_6; if ((!(((uintptr_t)L_81) < ((uintptr_t)L_82)))) { goto IL_01be_1; } } { // for (var i = 0ul; i < eventCount; ++i) uint64_t L_83 = V_10; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_83, ((int64_t)1))); } IL_01b6_1: { // for (var i = 0ul; i < eventCount; ++i) uint64_t L_84 = V_10; uint64_t L_85 = V_1; if ((!(((uint64_t)L_84) >= ((uint64_t)L_85)))) { goto IL_00ff_1; } } IL_01be_1: { // var deviceCount = reader.ReadInt32(); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_86 = V_0; int32_t L_87; L_87 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_86); V_8 = L_87; // var deviceInfos = new DeviceInfo[deviceCount]; int32_t L_88 = V_8; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_89 = (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*)(DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*)SZArrayNew(DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A_il2cpp_TypeInfo_var, (uint32_t)L_88); V_9 = L_89; // for (var i = 0; i < deviceCount; ++i) V_18 = 0; goto IL_0233_1; } IL_01d4_1: { // deviceInfos[i] = new DeviceInfo // { // deviceId = reader.ReadInt32(), // layout = reader.ReadString(), // stateFormat = reader.ReadInt32(), // stateSizeInBytes = reader.ReadInt32(), // m_FullLayoutJson = reader.ReadString() // }; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_90 = V_9; int32_t L_91 = V_18; il2cpp_codegen_initobj((&V_19), sizeof(DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52)); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_92 = V_0; int32_t L_93; L_93 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_92); DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD_inline((&V_19), L_93, NULL); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_94 = V_0; String_t* L_95; L_95 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_94); DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69_inline((&V_19), L_95, NULL); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_96 = V_0; int32_t L_97; L_97 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_96); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_98; L_98 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(L_97, NULL); DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478_inline((&V_19), L_98, NULL); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_99 = V_0; int32_t L_100; L_100 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_99); DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3_inline((&V_19), L_100, NULL); BinaryReader_t9A6D85F0FE9AE4EBB5E8D66997DFD1D84939E158* L_101 = V_0; String_t* L_102; L_102 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_101); (&V_19)->___m_FullLayoutJson_4 = L_102; Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___m_FullLayoutJson_4), (void*)L_102); DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 L_103 = V_19; (L_90)->SetAtUnchecked(static_cast(L_91), (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52)L_103); // for (var i = 0; i < deviceCount; ++i) int32_t L_104 = V_18; V_18 = ((int32_t)il2cpp_codegen_add(L_104, 1)); } IL_0233_1: { // for (var i = 0; i < deviceCount; ++i) int32_t L_105 = V_18; int32_t L_106 = V_8; if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01d4_1; } } { // m_EventBuffer = buffer; uint8_t* L_107 = V_4; InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56(__this, L_107, NULL); // m_EventBufferHead = m_EventBuffer; uint8_t* L_108; L_108 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_108, NULL); // m_EventBufferTail = endPtr; uint8_t* L_109 = V_6; InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, L_109, NULL); // m_EventCount = (long)eventCount; uint64_t L_110 = V_1; __this->___m_EventCount_9 = L_110; // m_EventSizeInBytes = totalEventSize; int64_t L_111 = V_7; __this->___m_EventSizeInBytes_10 = L_111; // m_DeviceInfos = deviceInfos; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_112 = V_9; __this->___m_DeviceInfos_16 = L_112; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceInfos_16), (void*)L_112); // } goto IL_0296; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_026e; } throw e; } CATCH_026e: {// begin catch(System.Object) { // catch // if (buffer != oldBuffer) uint8_t* L_113 = V_4; uint8_t* L_114 = V_3; if ((((intptr_t)L_113) == ((intptr_t)L_114))) { goto IL_027c; } } { // UnsafeUtility.Free(buffer, Allocator.Persistent); uint8_t* L_115 = V_4; UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_115, 4, NULL); } IL_027c: { // throw; IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); } }// end catch (depth: 1) IL_027e: { // m_EventBuffer = default; InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56(__this, (uint8_t*)((uintptr_t)0), NULL); // m_EventBufferHead = default; InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, (uint8_t*)((uintptr_t)0), NULL); // m_EventBufferTail = default; InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, (uint8_t*)((uintptr_t)0), NULL); } IL_0296: { // if (m_EventBuffer != oldBuffer && oldBuffer != null) uint8_t* L_116; L_116 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); uint8_t* L_117 = V_3; if ((((intptr_t)L_116) == ((intptr_t)L_117))) { goto IL_02ab; } } { uint8_t* L_118 = V_3; if ((((intptr_t)L_118) == ((intptr_t)((uintptr_t)0)))) { goto IL_02ab; } } { // UnsafeUtility.Free(oldBuffer, Allocator.Persistent); uint8_t* L_119 = V_3; UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_119, 4, NULL); } IL_02ab: { // ++m_ChangeCounter; int32_t L_120 = __this->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = ((int32_t)il2cpp_codegen_add(L_120, 1)); // } return; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace::LoadFrom(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* InputEventTrace_LoadFrom_mEFB01D71D9BACB72028F20075B8B09E3C4052BB8 (String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_0 = NULL; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* V_1 = NULL; { // if (string.IsNullOrEmpty(filePath)) String_t* L_0 = ___filePath0; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(filePath)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E6231226F0A62484622AE51964EB5710BB528F9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_LoadFrom_mEFB01D71D9BACB72028F20075B8B09E3C4052BB8_RuntimeMethod_var))); } IL_0013: { // using (var stream = File.OpenRead(filePath)) String_t* L_3 = ___filePath0; FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4; L_4 = File_OpenRead_m6181B052EB0E98D2E18FAC79E7744D766BA4244C(L_3, NULL); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0023: {// begin finally (depth: 1) { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = V_0; if (!L_5) { goto IL_002c; } } { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_6 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_002c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) // return LoadFrom(stream); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_8; L_8 = InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD(L_7, NULL); V_1 = L_8; goto IL_002d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002d: { // } InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_9 = V_1; return L_9; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace::LoadFrom(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (stream == null) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(stream)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD_RuntimeMethod_var))); } IL_000e: { // if (!stream.CanRead) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ___stream0; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); if (L_3) { goto IL_0026; } } { // throw new ArgumentException("Stream must be readable", nameof(stream)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE518FE2FD73613C259C98F83F70015A67E8459D1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_LoadFrom_mB957CED841234BDBFBA2C7D99D89AF0CE73884AD_RuntimeMethod_var))); } IL_0026: { // var trace = new InputEventTrace(); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_5 = (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD*)il2cpp_codegen_object_new(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); InputEventTrace__ctor_m33E71735CDB4DEC9D50431B1DF90CA88BD532AB3(L_5, ((int64_t)((int32_t)1048576)), (bool)0, ((int64_t)(-1)), ((int64_t)(-1)), NULL); // trace.ReadFrom(stream); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_6 = L_5; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = ___stream0; InputEventTrace_ReadFrom_mA7D0BA1D2798D9B3C02633563006A65A3E31E327(L_6, L_7, NULL); // return trace; return L_6; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace::Replay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* InputEventTrace_Replay_m6AF6120FF577F3025FEF03C4D21B018A1B5C6335 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Disable(); InputEventTrace_Disable_m58CF35DBD23C6091AEE498C2DFC14E40D51BA8D9(__this, NULL); // return new ReplayController(this); ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* L_0 = (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C*)il2cpp_codegen_object_new(ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C_il2cpp_TypeInfo_var); ReplayController__ctor_mFACECC15923550957D306EF31786A98FD37F1F03(L_0, __this, NULL); return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::Resize(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_Resize_m257080DC43F8E24AD91F423FB340139965B1C190 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, int64_t ___newBufferSize0, int64_t ___newMaxBufferSize1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_1; memset((&V_1), 0, sizeof(V_1)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int64_t V_5 = 0; int32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; { // if (newBufferSize <= 0) int64_t L_0 = ___newBufferSize0; if ((((int64_t)L_0) > ((int64_t)((int64_t)0)))) { goto IL_0015; } } { // throw new ArgumentException("Size must be positive", nameof(newBufferSize)); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5278FC49D5DD7EE6B7B489211DF85A018916ACB6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5F6475699851D077E0F965E3C29BEB8A33E339A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventTrace_Resize_m257080DC43F8E24AD91F423FB340139965B1C190_RuntimeMethod_var))); } IL_0015: { // if (m_EventBufferSize == newBufferSize) int64_t L_2 = __this->___m_EventBufferSize_6; int64_t L_3 = ___newBufferSize0; if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0020; } } { // return true; return (bool)1; } IL_0020: { // if (newMaxBufferSize < newBufferSize) int64_t L_4 = ___newMaxBufferSize1; int64_t L_5 = ___newBufferSize0; if ((((int64_t)L_4) >= ((int64_t)L_5))) { goto IL_0027; } } { // newMaxBufferSize = newBufferSize; int64_t L_6 = ___newBufferSize0; ___newMaxBufferSize1 = L_6; } IL_0027: { // var newEventBuffer = (byte*)UnsafeUtility.Malloc(newBufferSize, InputEvent.kAlignment, Allocator.Persistent); int64_t L_7 = ___newBufferSize0; void* L_8; L_8 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(L_7, 4, 4, NULL); V_0 = (uint8_t*)L_8; // if (newEventBuffer == default) uint8_t* L_9 = V_0; if ((!(((uintptr_t)L_9) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0037; } } { // return false; return (bool)0; } IL_0037: { // if (m_EventCount > 0) int64_t L_10 = __this->___m_EventCount_9; if ((((int64_t)L_10) <= ((int64_t)((int64_t)0)))) { goto IL_0102; } } { // if (newBufferSize < m_EventBufferSize || m_HasWrapped) int64_t L_11 = ___newBufferSize0; int64_t L_12 = __this->___m_EventBufferSize_6; if ((((int64_t)L_11) < ((int64_t)L_12))) { goto IL_0058; } } { bool L_13 = __this->___m_HasWrapped_14; if (!L_13) { goto IL_00f0; } } IL_0058: { // var fromPtr = new InputEventPtr((InputEvent*)m_EventBufferHead); uint8_t* L_14; L_14 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&V_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_14, NULL); // var toPtr = (InputEvent*)newEventBuffer; uint8_t* L_15 = V_0; V_2 = (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_15; // var newEventCount = 0; V_3 = 0; // var newEventSizeInBytes = 0; V_4 = 0; // var remainingEventBytes = m_EventSizeInBytes; int64_t L_16 = __this->___m_EventSizeInBytes_10; V_5 = L_16; // for (var i = 0; i < m_EventCount; ++i) V_6 = 0; goto IL_00cb; } IL_0079: { // var eventSizeInBytes = fromPtr.sizeInBytes; uint32_t L_17; L_17 = InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597((&V_1), NULL); V_7 = L_17; // var alignedEventSizeInBytes = eventSizeInBytes.AlignToMultipleOf(InputEvent.kAlignment); uint32_t L_18 = V_7; uint32_t L_19; L_19 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_18, 4, NULL); V_8 = L_19; // if (remainingEventBytes <= newBufferSize) int64_t L_20 = V_5; int64_t L_21 = ___newBufferSize0; if ((((int64_t)L_20) > ((int64_t)L_21))) { goto IL_00b3; } } { // UnsafeUtility.MemCpy(toPtr, fromPtr.ToPointer(), eventSizeInBytes); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_22 = V_2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_23; L_23 = InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6((&V_1), NULL); uint32_t L_24 = V_7; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_22, (void*)L_23, ((int64_t)(uint64_t)L_24), NULL); // toPtr = InputEvent.GetNextInMemory(toPtr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_25 = V_2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_26; L_26 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21(L_25, NULL); V_2 = L_26; // newEventSizeInBytes += (int)alignedEventSizeInBytes; int32_t L_27 = V_4; uint32_t L_28 = V_8; V_4 = ((int32_t)il2cpp_codegen_add(L_27, (int32_t)L_28)); // ++newEventCount; int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_00b3: { // remainingEventBytes -= alignedEventSizeInBytes; int64_t L_30 = V_5; uint32_t L_31 = V_8; V_5 = ((int64_t)il2cpp_codegen_subtract(L_30, ((int64_t)(uint64_t)L_31))); // if (!GetNextEvent(ref fromPtr)) bool L_32; L_32 = InputEventTrace_GetNextEvent_mDF7ED13DD6F42BA87EDE532CAB99BB697C8B108A(__this, (&V_1), NULL); if (!L_32) { goto IL_00d6; } } { // for (var i = 0; i < m_EventCount; ++i) int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_33, 1)); } IL_00cb: { // for (var i = 0; i < m_EventCount; ++i) int32_t L_34 = V_6; int64_t L_35 = __this->___m_EventCount_9; if ((((int64_t)((int64_t)L_34)) < ((int64_t)L_35))) { goto IL_0079; } } IL_00d6: { // m_HasWrapped = false; __this->___m_HasWrapped_14 = (bool)0; // m_EventCount = newEventCount; int32_t L_36 = V_3; __this->___m_EventCount_9 = ((int64_t)L_36); // m_EventSizeInBytes = newEventSizeInBytes; int32_t L_37 = V_4; __this->___m_EventSizeInBytes_10 = ((int64_t)L_37); goto IL_0102; } IL_00f0: { // UnsafeUtility.MemCpy(newEventBuffer, // m_EventBufferHead, // m_EventSizeInBytes); uint8_t* L_38 = V_0; uint8_t* L_39; L_39 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); int64_t L_40 = __this->___m_EventSizeInBytes_10; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_38, (void*)L_39, L_40, NULL); } IL_0102: { // if (m_EventBuffer != null) uint8_t* L_41; L_41 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((((intptr_t)L_41) == ((intptr_t)((uintptr_t)0)))) { goto IL_0118; } } { // UnsafeUtility.Free(m_EventBuffer, Allocator.Persistent); uint8_t* L_42; L_42 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_42, 4, NULL); } IL_0118: { // m_EventBufferSize = newBufferSize; int64_t L_43 = ___newBufferSize0; __this->___m_EventBufferSize_6 = L_43; // m_EventBuffer = newEventBuffer; uint8_t* L_44 = V_0; InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56(__this, L_44, NULL); // m_EventBufferHead = newEventBuffer; uint8_t* L_45 = V_0; InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_45, NULL); // m_EventBufferTail = m_EventBuffer + m_EventSizeInBytes; uint8_t* L_46; L_46 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); int64_t L_47 = __this->___m_EventSizeInBytes_10; InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, ((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, ((intptr_t)L_47))), NULL); // m_MaxEventBufferSize = newMaxBufferSize; int64_t L_48 = ___newMaxBufferSize1; __this->___m_MaxEventBufferSize_7 = L_48; // ++m_ChangeCounter; int32_t L_49 = __this->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = ((int32_t)il2cpp_codegen_add(L_49, 1)); // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Clear_mA0F23B4A934720A074AF146EDC4B1758BE341ED2 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // m_EventBufferHead = m_EventBufferTail = default; il2cpp_codegen_initobj((&V_0), sizeof(uint8_t*)); uint8_t* L_0 = V_0; InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, L_0, NULL); uint8_t* L_1 = V_0; InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_1, NULL); // m_EventCount = 0; __this->___m_EventCount_9 = ((int64_t)0); // m_EventSizeInBytes = 0; __this->___m_EventSizeInBytes_10 = ((int64_t)0); // ++m_ChangeCounter; int32_t L_2 = __this->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = ((int32_t)il2cpp_codegen_add(L_2, 1)); // m_DeviceInfos = null; __this->___m_DeviceInfos_16 = (DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceInfos_16), (void*)(DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A*)NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Enable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Enable_mF9369AEAFDEDC7C4ED2995DA4F385AF308506DD3 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Enabled) bool L_0 = __this->___m_Enabled_2; if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (m_EventBuffer == default) uint8_t* L_1; L_1 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0019; } } { // Allocate(); InputEventTrace_Allocate_mDF187B47860B3630C655626FC6745DA0CC927E9D(__this, NULL); } IL_0019: { // InputSystem.onEvent += OnInputEvent; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_2; L_2 = InputSystem_get_onEvent_mADCC1DBC03BC468ABF3AF7FB9BF2A0D9E1740510(NULL); Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_3 = (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)il2cpp_codegen_object_new(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10(L_3, __this, (intptr_t)((void*)InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8_RuntimeMethod_var), NULL); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_4; L_4 = InputEventListener_op_Addition_mE4193B2988A4BA5E50D618112E188CEFAB5B6AFC(L_2, L_3, NULL); InputSystem_set_onEvent_m8FD1599425D2F0408F6001E4D1663D53105D7F21(L_4, NULL); // if (m_RecordFrameMarkers) bool L_5 = __this->___m_RecordFrameMarkers_15; if (!L_5) { goto IL_004d; } } { // InputSystem.onBeforeUpdate += OnBeforeUpdate; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, __this, (intptr_t)((void*)InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_add_onBeforeUpdate_m022480417EA69F0488F81F112B2D9BED5D65AC5C(L_6, NULL); } IL_004d: { // m_Enabled = true; __this->___m_Enabled_2 = (bool)1; // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Disable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Disable_m58CF35DBD23C6091AEE498C2DFC14E40D51BA8D9 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!m_Enabled) bool L_0 = __this->___m_Enabled_2; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // InputSystem.onEvent -= OnInputEvent; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_1; L_1 = InputSystem_get_onEvent_mADCC1DBC03BC468ABF3AF7FB9BF2A0D9E1740510(NULL); Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_2 = (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)il2cpp_codegen_object_new(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var); Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10(L_2, __this, (intptr_t)((void*)InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8_RuntimeMethod_var), NULL); InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_3; L_3 = InputEventListener_op_Subtraction_m1F22563B9F83525FF3046236D787006F931913FA(L_1, L_2, NULL); InputSystem_set_onEvent_m8FD1599425D2F0408F6001E4D1663D53105D7F21(L_3, NULL); // InputSystem.onBeforeUpdate -= OnBeforeUpdate; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_4, __this, (intptr_t)((void*)InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83_RuntimeMethod_var), NULL); InputSystem_remove_onBeforeUpdate_m4BD541DC1AB9FC6C87FB71B35A39CC75223E530C(L_4, NULL); // m_Enabled = false; __this->___m_Enabled_2 = (bool)0; // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace::GetNextEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventTrace_GetNextEvent_mDF7ED13DD6F42BA87EDE532CAB99BB697C8B108A (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___current0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (m_EventBuffer == default) uint8_t* L_0; L_0 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // if (m_EventBufferHead == default) uint8_t* L_1; L_1 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0018; } } { // return false; return (bool)0; } IL_0018: { // if (!current.valid) InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_2 = ___current0; bool L_3; L_3 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(L_2, NULL); if (L_3) { goto IL_0033; } } { // current = new InputEventPtr((InputEvent*)m_EventBufferHead); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_4 = ___current0; uint8_t* L_5; L_5 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_6; memset((&L_6), 0, sizeof(L_6)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_6), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_5, /*hidden argument*/NULL); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_4 = L_6; // return true; return (bool)1; } IL_0033: { // var nextEvent = (byte*)current.Next().data; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_7 = ___current0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8; L_8 = InputEventPtr_Next_m401E057F7E6DAB9468F04D705173539E8876809D(L_7, NULL); V_2 = L_8; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_9; L_9 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_2), NULL); V_0 = (uint8_t*)L_9; // var endOfBuffer = m_EventBuffer + m_EventBufferSize; uint8_t* L_10; L_10 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); int64_t L_11 = __this->___m_EventBufferSize_6; V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)L_11))); // if (nextEvent == m_EventBufferTail) uint8_t* L_12 = V_0; uint8_t* L_13; L_13 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); if ((!(((uintptr_t)L_12) == ((uintptr_t)L_13)))) { goto IL_005c; } } { // return false; return (bool)0; } IL_005c: { // if (endOfBuffer - nextEvent < InputEvent.kBaseEventSize || // ((InputEvent*)nextEvent)->sizeInBytes == 0) uint8_t* L_14 = V_1; uint8_t* L_15 = V_0; if ((((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_14, (intptr_t)L_15))/1)))) < ((int64_t)((int64_t)((int32_t)20))))) { goto IL_006f; } } { uint8_t* L_16 = V_0; uint32_t L_17; L_17 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_16, NULL); if (L_17) { goto IL_0081; } } IL_006f: { // nextEvent = m_EventBuffer; uint8_t* L_18; L_18 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); V_0 = L_18; // if (nextEvent == current.ToPointer()) uint8_t* L_19 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_20 = ___current0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_21; L_21 = InputEventPtr_ToPointer_m2DE1A988A02CC6E632A5262095B719513F166CA6(L_20, NULL); if ((!(((uintptr_t)L_19) == ((uintptr_t)L_21)))) { goto IL_0081; } } { // return false; // There's only a single event in the buffer. return (bool)0; } IL_0081: { // current = new InputEventPtr((InputEvent*)nextEvent); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_22 = ___current0; uint8_t* L_23 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_24; memset((&L_24), 0, sizeof(L_24)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_24), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_23, /*hidden argument*/NULL); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_22 = L_24; // return true; return (bool)1; } } // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.LowLevel.InputEventTrace::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventTrace_GetEnumerator_mEB8437D4B14D194CBA901FB9DD034AB0BD1015E3 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Enumerator(this); Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_0 = (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)il2cpp_codegen_object_new(Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75_il2cpp_TypeInfo_var); Enumerator__ctor_m4F5637FFD01430441D557749B2443A43E2E52575(L_0, __this, NULL); return L_0; } } // System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.InputEventTrace::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputEventTrace_System_Collections_IEnumerable_GetEnumerator_m35DFC81CECF28C55A9C7674E80AE9C2C4CFF02BD (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // return GetEnumerator(); RuntimeObject* L_0; L_0 = InputEventTrace_GetEnumerator_mEB8437D4B14D194CBA901FB9DD034AB0BD1015E3(__this, NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Dispose_m863313DA63405B01E2654F5B69ADAF01D8D6805F (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // Disable(); InputEventTrace_Disable_m58CF35DBD23C6091AEE498C2DFC14E40D51BA8D9(__this, NULL); // Release(); InputEventTrace_Release_m07D09F2199EA12E1DA722C54B84C4E1398081D01(__this, NULL); // } return; } } // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => (byte*)m_EventBufferStorage; uint64_t L_0 = __this->___m_EventBufferStorage_11; return (uint8_t*)(((uintptr_t)L_0)); } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBuffer(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) { { // set => m_EventBufferStorage = (ulong)value; uint8_t* L_0 = ___value0; __this->___m_EventBufferStorage_11 = ((int64_t)(uint64_t)(intptr_t)L_0); return; } } // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBufferHead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => (byte*)m_EventBufferHeadStorage; uint64_t L_0 = __this->___m_EventBufferHeadStorage_12; return (uint8_t*)(((uintptr_t)L_0)); } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBufferHead(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) { { // set => m_EventBufferHeadStorage = (ulong)value; uint8_t* L_0 = ___value0; __this->___m_EventBufferHeadStorage_12 = ((int64_t)(uint64_t)(intptr_t)L_0); return; } } // System.Byte* UnityEngine.InputSystem.LowLevel.InputEventTrace::get_m_EventBufferTail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // get => (byte*)m_EventBufferTailStorage; uint64_t L_0 = __this->___m_EventBufferTailStorage_13; return (uint8_t*)(((uintptr_t)L_0)); } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::set_m_EventBufferTail(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, uint8_t* ___value0, const RuntimeMethod* method) { { // set => m_EventBufferTailStorage = (ulong)value; uint8_t* L_0 = ___value0; __this->___m_EventBufferTailStorage_13 = ((int64_t)(uint64_t)(intptr_t)L_0); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Allocate_mDF187B47860B3630C655626FC6745DA0CC927E9D (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // m_EventBuffer = (byte*)UnsafeUtility.Malloc(m_EventBufferSize, InputEvent.kAlignment, Allocator.Persistent); int64_t L_0 = __this->___m_EventBufferSize_6; void* L_1; L_1 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(L_0, 4, 4, NULL); InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56(__this, (uint8_t*)L_1, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_Release_m07D09F2199EA12E1DA722C54B84C4E1398081D01 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { { // Clear(); InputEventTrace_Clear_mA0F23B4A934720A074AF146EDC4B1758BE341ED2(__this, NULL); // if (m_EventBuffer != default) uint8_t* L_0; L_0 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))) { goto IL_0024; } } { // UnsafeUtility.Free(m_EventBuffer, Allocator.Persistent); uint8_t* L_1; L_1 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_1, 4, NULL); // m_EventBuffer = default; InputEventTrace_set_m_EventBuffer_m9E277FFE218D8DB8738E10166B8685AAEBF20A56(__this, (uint8_t*)((uintptr_t)0), NULL); } IL_0024: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::OnBeforeUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_OnBeforeUpdate_m5C7650BB886DCFFADEB5E267D1E016A4E782DF83 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 V_0; memset((&V_0), 0, sizeof(V_0)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (m_RecordFrameMarkers) bool L_0 = __this->___m_RecordFrameMarkers_15; if (!L_0) { goto IL_004e; } } { // var frameMarkerEvent = new InputEvent // { // type = FrameMarkerEvent, // internalTime = InputRuntime.s_Instance.currentTime, // sizeInBytes = (uint)UnsafeUtility.SizeOf() // }; il2cpp_codegen_initobj((&V_1), sizeof(InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5)); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1; L_1 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740((&V_1), L_1, NULL); RuntimeObject* L_2 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_3; L_3 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_2); InputEvent_set_internalTime_m914C4E1111E2A886D56B9D0A888ECE911F894980((&V_1), L_3, NULL); int32_t L_4; L_4 = UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9(UnsafeUtility_SizeOf_TisInputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5_m0A49629FF4362F75BF20F043E1BA1E7D050C76F9_RuntimeMethod_var); InputEvent_set_sizeInBytes_m0F44793DDA0884B427B82447CE1106FC4E6F691C((&V_1), L_4, NULL); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_5 = V_1; V_0 = L_5; // OnInputEvent(new InputEventPtr((InputEvent*)UnsafeUtility.AddressOf(ref frameMarkerEvent)), null); void* L_6; L_6 = il2cpp_codegen_unsafe_cast((&V_0)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_7; memset((&L_7), 0, sizeof(L_7)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_7), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_6, /*hidden argument*/NULL); InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8(__this, L_7, (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)NULL, NULL); } IL_004e: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::OnInputEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace_OnInputEvent_m119567393F344B8F53888E8564191B1280414AC8 (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m096E657BAB53406356BABE16CE03C92212CF5A52_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CD29DF87BDE4FB4030DE06320C56337EE9127EF); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint8_t* V_1 = NULL; bool V_2 = false; uint8_t* V_3 = NULL; int64_t V_4 = 0; int64_t V_5 = 0; int64_t V_6 = 0; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; uint32_t V_9 = 0; bool V_10 = false; int32_t V_11 = 0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 V_12; memset((&V_12), 0, sizeof(V_12)); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B18_0 = 0; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* G_B49_0 = NULL; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** G_B49_1 = NULL; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* G_B48_0 = NULL; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** G_B48_1 = NULL; String_t* G_B50_0 = NULL; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* G_B50_1 = NULL; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** G_B50_2 = NULL; { // if (inputEvent.handled) bool L_0; L_0 = InputEventPtr_get_handled_m6981E3A01858EB383B2420DA720DE82BF7A8ADFF((&___inputEvent0), NULL); if (!L_0) { goto IL_000a; } } { // return; return; } IL_000a: { // if (m_DeviceId != InputDevice.InvalidDeviceId && inputEvent.deviceId != m_DeviceId && inputEvent.type != FrameMarkerEvent) int32_t L_1 = __this->___m_DeviceId_4; if (!L_1) { goto IL_0035; } } { int32_t L_2; L_2 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___inputEvent0), NULL); int32_t L_3 = __this->___m_DeviceId_4; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0035; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4; L_4 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___inputEvent0), NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5; L_5 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); bool L_6; L_6 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_4, L_5, NULL); if (!L_6) { goto IL_0035; } } { // return; return; } IL_0035: { // if (m_OnFilterEvent != null && !m_OnFilterEvent(inputEvent, device)) Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* L_7 = __this->___m_OnFilterEvent_3; if (!L_7) { goto IL_004d; } } { Func_3_t909DE6B45C7207C868E7F32B3EB0D3BAD2365CB0* L_8 = __this->___m_OnFilterEvent_3; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_9 = ___inputEvent0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10 = ___device1; bool L_11; L_11 = Func_3_Invoke_mF26F7E74E56162E7527FB17F4A83729B04772C55_inline(L_8, L_9, L_10, NULL); if (L_11) { goto IL_004d; } } { // return; return; } IL_004d: { // if (m_EventBuffer == default) uint8_t* L_12; L_12 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); if ((!(((uintptr_t)L_12) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0058; } } { // return; return; } IL_0058: { // var bytesNeeded = inputEvent.sizeInBytes.AlignToMultipleOf(InputEvent.kAlignment); uint32_t L_13; L_13 = InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597((&___inputEvent0), NULL); uint32_t L_14; L_14 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_13, 4, NULL); V_0 = L_14; // if (bytesNeeded > m_MaxEventBufferSize) uint32_t L_15 = V_0; int64_t L_16 = __this->___m_MaxEventBufferSize_7; if ((((int64_t)((int64_t)(uint64_t)L_15)) <= ((int64_t)L_16))) { goto IL_0071; } } { // return; return; } IL_0071: { // if (m_EventBufferTail == default) uint8_t* L_17; L_17 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); if ((!(((uintptr_t)L_17) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0093; } } { // m_EventBufferHead = m_EventBuffer; uint8_t* L_18; L_18 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_18, NULL); // m_EventBufferTail = m_EventBuffer; uint8_t* L_19; L_19 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, L_19, NULL); } IL_0093: { // var newTail = m_EventBufferTail + bytesNeeded; uint8_t* L_20; L_20 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); uint32_t L_21 = V_0; V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((uintptr_t)L_21))); // var newTailOvertakesHead = newTail > m_EventBufferHead && m_EventBufferHead != m_EventBuffer; uint8_t* L_22 = V_1; uint8_t* L_23; L_23 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); if ((!(((uintptr_t)L_22) > ((uintptr_t)L_23)))) { goto IL_00b9; } } { uint8_t* L_24; L_24 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); uint8_t* L_25; L_25 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); G_B18_0 = ((((int32_t)((((intptr_t)L_24) == ((intptr_t)L_25))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00ba; } IL_00b9: { G_B18_0 = 0; } IL_00ba: { V_2 = (bool)G_B18_0; // var newTailGoesPastEndOfBuffer = newTail > m_EventBuffer + m_EventBufferSize; uint8_t* L_26 = V_1; uint8_t* L_27; L_27 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); int64_t L_28 = __this->___m_EventBufferSize_6; // if (newTailGoesPastEndOfBuffer) if (!((!(((uintptr_t)L_26) <= ((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, ((intptr_t)L_28))))))? 1 : 0)) { goto IL_019f; } } { // if (m_EventBufferSize < m_MaxEventBufferSize && !m_HasWrapped) int64_t L_29 = __this->___m_EventBufferSize_6; int64_t L_30 = __this->___m_MaxEventBufferSize_7; if ((((int64_t)L_29) >= ((int64_t)L_30))) { goto IL_0135; } } { bool L_31 = __this->___m_HasWrapped_14; if (L_31) { goto IL_0135; } } { // var increment = Math.Max(m_GrowIncrementSize, bytesNeeded.AlignToMultipleOf(InputEvent.kAlignment)); int64_t L_32 = __this->___m_GrowIncrementSize_8; uint32_t L_33 = V_0; uint32_t L_34; L_34 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_33, 4, NULL); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int64_t L_35; L_35 = Math_Max_mD37411571F0547F04F280D5A8D1F044819AFA597(L_32, ((int64_t)(uint64_t)L_34), NULL); V_5 = L_35; // var newBufferSize = m_EventBufferSize + increment; int64_t L_36 = __this->___m_EventBufferSize_6; int64_t L_37 = V_5; V_6 = ((int64_t)il2cpp_codegen_add(L_36, L_37)); // if (newBufferSize > m_MaxEventBufferSize) int64_t L_38 = V_6; int64_t L_39 = __this->___m_MaxEventBufferSize_7; if ((((int64_t)L_38) <= ((int64_t)L_39))) { goto IL_0119; } } { // newBufferSize = m_MaxEventBufferSize; int64_t L_40 = __this->___m_MaxEventBufferSize_7; V_6 = L_40; } IL_0119: { // if (newBufferSize < bytesNeeded) int64_t L_41 = V_6; uint32_t L_42 = V_0; if ((((int64_t)L_41) >= ((int64_t)((int64_t)(uint64_t)L_42)))) { goto IL_0120; } } { // return; return; } IL_0120: { // Resize(newBufferSize); int64_t L_43 = V_6; bool L_44; L_44 = InputEventTrace_Resize_m257080DC43F8E24AD91F423FB340139965B1C190(__this, L_43, ((int64_t)(-1)), NULL); // newTail = m_EventBufferTail + bytesNeeded; uint8_t* L_45; L_45 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); uint32_t L_46 = V_0; V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((uintptr_t)L_46))); } IL_0135: { // var spaceLeft = m_EventBufferSize - (m_EventBufferTail - m_EventBuffer); int64_t L_47 = __this->___m_EventBufferSize_6; uint8_t* L_48; L_48 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); uint8_t* L_49; L_49 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); V_4 = ((int64_t)il2cpp_codegen_subtract(L_47, ((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_48, (intptr_t)L_49))/1))))); // if (spaceLeft < bytesNeeded) int64_t L_50 = V_4; uint32_t L_51 = V_0; if ((((int64_t)L_50) >= ((int64_t)((int64_t)(uint64_t)L_51)))) { goto IL_019f; } } { // m_HasWrapped = true; __this->___m_HasWrapped_14 = (bool)1; // if (spaceLeft >= InputEvent.kBaseEventSize) int64_t L_52 = V_4; if ((((int64_t)L_52) < ((int64_t)((int64_t)((int32_t)20))))) { goto IL_0170; } } { // UnsafeUtility.MemClear(m_EventBufferTail, InputEvent.kBaseEventSize); uint8_t* L_53; L_53 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1((void*)L_53, ((int64_t)((int32_t)20)), NULL); } IL_0170: { // m_EventBufferTail = m_EventBuffer; uint8_t* L_54; L_54 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, L_54, NULL); // newTail = m_EventBuffer + bytesNeeded; uint8_t* L_55; L_55 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); uint32_t L_56 = V_0; V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((uintptr_t)L_56))); // if (newTailOvertakesHead) bool L_57 = V_2; if (!L_57) { goto IL_0195; } } { // m_EventBufferHead = m_EventBuffer; uint8_t* L_58; L_58 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_58, NULL); } IL_0195: { // newTailOvertakesHead = newTail > m_EventBufferHead; uint8_t* L_59 = V_1; uint8_t* L_60; L_60 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); V_2 = (bool)((!(((uintptr_t)L_59) <= ((uintptr_t)L_60)))? 1 : 0); } IL_019f: { // if (newTailOvertakesHead) bool L_61 = V_2; if (!L_61) { goto IL_0215; } } { // var newHead = m_EventBufferHead; uint8_t* L_62; L_62 = InputEventTrace_get_m_EventBufferHead_m88F6EDC94DB00CF2675D70A37A4A00CCD6BACD75(__this, NULL); V_7 = L_62; // var endOfBufferMinusOneEvent = // m_EventBuffer + m_EventBufferSize - InputEvent.kBaseEventSize; uint8_t* L_63; L_63 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); int64_t L_64 = __this->___m_EventBufferSize_6; V_8 = ((uint8_t*)il2cpp_codegen_subtract((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_63, ((intptr_t)L_64))), ((int32_t)20))); goto IL_0208; } IL_01bf: { // var numBytes = ((InputEvent*)newHead)->sizeInBytes; uint8_t* L_65 = V_7; uint32_t L_66; L_66 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_65, NULL); V_9 = L_66; // newHead += numBytes; uint8_t* L_67 = V_7; uint32_t L_68 = V_9; V_7 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((uintptr_t)L_68))); // --m_EventCount; int64_t L_69 = __this->___m_EventCount_9; __this->___m_EventCount_9 = ((int64_t)il2cpp_codegen_subtract(L_69, ((int64_t)1))); // m_EventSizeInBytes -= numBytes; int64_t L_70 = __this->___m_EventSizeInBytes_10; uint32_t L_71 = V_9; __this->___m_EventSizeInBytes_10 = ((int64_t)il2cpp_codegen_subtract(L_70, ((int64_t)(uint64_t)L_71))); // if (newHead > endOfBufferMinusOneEvent || ((InputEvent*)newHead)->sizeInBytes == 0) uint8_t* L_72 = V_7; uint8_t* L_73 = V_8; if ((!(((uintptr_t)L_72) <= ((uintptr_t)L_73)))) { goto IL_01fe; } } { uint8_t* L_74 = V_7; uint32_t L_75; L_75 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_74, NULL); if (L_75) { goto IL_0208; } } IL_01fe: { // newHead = m_EventBuffer; uint8_t* L_76; L_76 = InputEventTrace_get_m_EventBuffer_mE0A429C0F9F57F7EF20002FB6DB132137739311B(__this, NULL); V_7 = L_76; // break; goto IL_020d; } IL_0208: { // while (newHead < newTail) uint8_t* L_77 = V_7; uint8_t* L_78 = V_1; if ((!(((uintptr_t)L_77) >= ((uintptr_t)L_78)))) { goto IL_01bf; } } IL_020d: { // m_EventBufferHead = newHead; uint8_t* L_79 = V_7; InputEventTrace_set_m_EventBufferHead_m1D7E13093AAC343D59DC33FF9EE2656399156156(__this, L_79, NULL); } IL_0215: { // var buffer = m_EventBufferTail; uint8_t* L_80; L_80 = InputEventTrace_get_m_EventBufferTail_m593729CFB6F66C1D30117FDF1478C7428BD761EF(__this, NULL); V_3 = L_80; // m_EventBufferTail = newTail; uint8_t* L_81 = V_1; InputEventTrace_set_m_EventBufferTail_mB66F5AF649362018180B0DC73A2B7B9DE24E4C7B(__this, L_81, NULL); // UnsafeUtility.MemCpy(buffer, inputEvent.data, inputEvent.sizeInBytes); uint8_t* L_82 = V_3; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_83; L_83 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___inputEvent0), NULL); uint32_t L_84; L_84 = InputEventPtr_get_sizeInBytes_mE060F5A7176AAF8ED749DB4A3DC7976249716597((&___inputEvent0), NULL); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_82, (void*)L_83, ((int64_t)(uint64_t)L_84), NULL); // ++m_ChangeCounter; int32_t L_85 = __this->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = ((int32_t)il2cpp_codegen_add(L_85, 1)); // ++m_EventCount; int64_t L_86 = __this->___m_EventCount_9; __this->___m_EventCount_9 = ((int64_t)il2cpp_codegen_add(L_86, ((int64_t)1))); // m_EventSizeInBytes += bytesNeeded; int64_t L_87 = __this->___m_EventSizeInBytes_10; uint32_t L_88 = V_0; __this->___m_EventSizeInBytes_10 = ((int64_t)il2cpp_codegen_add(L_87, ((int64_t)(uint64_t)L_88))); // if (device != null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_89 = ___device1; if (!L_89) { goto IL_033a; } } { // var haveRecord = false; V_10 = (bool)0; // if (m_DeviceInfos != null) DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_90 = __this->___m_DeviceInfos_16; if (!L_90) { goto IL_02ab; } } { // for (var i = 0; i < m_DeviceInfos.Length; ++i) V_11 = 0; goto IL_029f; } IL_027a: { // if (m_DeviceInfos[i].deviceId == device.deviceId) DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_91 = __this->___m_DeviceInfos_16; int32_t L_92 = V_11; int32_t L_93; L_93 = DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline(((L_91)->GetAddressAtUnchecked(static_cast(L_92))), NULL); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_94 = ___device1; int32_t L_95; L_95 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_94, NULL); if ((!(((uint32_t)L_93) == ((uint32_t)L_95)))) { goto IL_0299; } } { // haveRecord = true; V_10 = (bool)1; // break; goto IL_02ab; } IL_0299: { // for (var i = 0; i < m_DeviceInfos.Length; ++i) int32_t L_96 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_96, 1)); } IL_029f: { // for (var i = 0; i < m_DeviceInfos.Length; ++i) int32_t L_97 = V_11; DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A* L_98 = __this->___m_DeviceInfos_16; if ((((int32_t)L_97) < ((int32_t)((int32_t)(((RuntimeArray*)L_98)->max_length))))) { goto IL_027a; } } IL_02ab: { // if (!haveRecord) bool L_99 = V_10; if (L_99) { goto IL_033a; } } { // ArrayHelpers.Append(ref m_DeviceInfos, new DeviceInfo // { // m_DeviceId = device.deviceId, // m_Layout = device.layout, // m_StateFormat = device.stateBlock.format, // m_StateSizeInBytes = (int)device.stateBlock.alignedSizeInBytes, // // // If it's a generated layout, store the full layout JSON in the device info. We do this so that // // when saving traces for this kind of input, we can recreate the device. // m_FullLayoutJson = InputControlLayout.s_Layouts.IsGeneratedLayout(device.m_Layout) // ? InputSystem.LoadLayout(device.layout).ToJson() // : null // }); DeviceInfoU5BU5D_t83A513EC4EB7BD3AA21A9352117520BC63C34E1A** L_100 = (&__this->___m_DeviceInfos_16); il2cpp_codegen_initobj((&V_12), sizeof(DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52)); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_101 = ___device1; int32_t L_102; L_102 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_101, NULL); (&V_12)->___m_DeviceId_0 = L_102; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_103 = ___device1; String_t* L_104; L_104 = InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971(L_103, NULL); (&V_12)->___m_Layout_1 = L_104; Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___m_Layout_1), (void*)L_104); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_105 = ___device1; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_106; L_106 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_105, NULL); V_13 = L_106; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_107; L_107 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_13), NULL); (&V_12)->___m_StateFormat_2 = L_107; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_108 = ___device1; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_109; L_109 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_108, NULL); V_13 = L_109; uint32_t L_110; L_110 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5((&V_13), NULL); (&V_12)->___m_StateSizeInBytes_3 = L_110; il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_111 = ___device1; InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_112 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_111)->___m_Layout_7; bool L_113; L_113 = Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_112, NULL); G_B48_0 = (&V_12); G_B48_1 = L_100; if (L_113) { G_B49_0 = (&V_12); G_B49_1 = L_100; goto IL_031d; } } { G_B50_0 = ((String_t*)(NULL)); G_B50_1 = G_B48_0; G_B50_2 = G_B48_1; goto IL_032d; } IL_031d: { InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_114 = ___device1; String_t* L_115; L_115 = InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971(L_114, NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_116; L_116 = InputSystem_LoadLayout_m51D956618DED057AED89ACBC4068B49BC8764189(L_115, NULL); String_t* L_117; L_117 = InputControlLayout_ToJson_mC3A56BD729D0884D80D6215145CBB99BBB3AE358(L_116, NULL); G_B50_0 = L_117; G_B50_1 = G_B49_0; G_B50_2 = G_B49_1; } IL_032d: { G_B50_1->___m_FullLayoutJson_4 = G_B50_0; Il2CppCodeGenWriteBarrier((void**)(&G_B50_1->___m_FullLayoutJson_4), (void*)G_B50_0); DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 L_118 = V_12; int32_t L_119; L_119 = ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538(G_B50_2, L_118, ArrayHelpers_Append_TisDeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_m12D0540A13D944AB6449C772B158A7FF8E39A538_RuntimeMethod_var); } IL_033a: { // if (m_EventListeners.length > 0) CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* L_120 = (&__this->___m_EventListeners_5); int32_t L_121; L_121 = CallbackArray_1_get_length_m096E657BAB53406356BABE16CE03C92212CF5A52(L_120, CallbackArray_1_get_length_m096E657BAB53406356BABE16CE03C92212CF5A52_RuntimeMethod_var); if ((((int32_t)L_121) <= ((int32_t)0))) { goto IL_035f; } } { // DelegateHelpers.InvokeCallbacksSafe(ref m_EventListeners, new InputEventPtr((InputEvent*)buffer), // "InputEventTrace.onEvent"); CallbackArray_1_tAD4A1ECAC1FC4436A788BF59DBD4892BE2D26477* L_122 = (&__this->___m_EventListeners_5); uint8_t* L_123 = V_3; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_124; memset((&L_124), 0, sizeof(L_124)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_124), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_123, /*hidden argument*/NULL); DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A(L_122, L_124, _stringLiteral6CD29DF87BDE4FB4030DE06320C56337EE9127EF, NULL, DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_m9DEBF1BF04DA506E770B06B906F6ED856417BC9A_RuntimeMethod_var); } IL_035f: { // } return; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace::get_kFileFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventTrace_get_kFileFormat_m1ECD7EAD5F4E9E247214316891DE8D4DBA07A40D (const RuntimeMethod* method) { { // private static FourCC kFileFormat => new FourCC('I', 'E', 'V', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)73), ((int32_t)69), ((int32_t)86), ((int32_t)84), /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventTrace__cctor_m028F937D06711C841E6F940EFCCD32DB02FC9FB6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static int kFileVersion = 1; ((InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_StaticFields*)il2cpp_codegen_static_fields_for(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var))->___kFileVersion_17 = 1; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputEventTrace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4F5637FFD01430441D557749B2443A43E2E52575 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___trace0, const RuntimeMethod* method) { { // public Enumerator(InputEventTrace trace) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Trace = trace; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_0 = ___trace0; __this->___m_Trace_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Trace_0), (void*)L_0); // m_ChangeCounter = trace.m_ChangeCounter; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_1 = ___trace0; int32_t L_2 = L_1->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = L_2; // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m385FC51CC8FD384DE531046778BB39C30B623B4F (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { { // m_Trace = null; __this->___m_Trace_0 = (InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Trace_0), (void*)(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD*)NULL); // m_Current = new InputEventPtr(); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_0 = (&__this->___m_Current_2); il2cpp_codegen_initobj(L_0, sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)); // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { { // if (m_Trace == null) InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_0 = __this->___m_Trace_0; if (L_0) { goto IL_0014; } } { // throw new ObjectDisposedException(ToString()); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24_RuntimeMethod_var))); } IL_0014: { // if (m_Trace.m_ChangeCounter != m_ChangeCounter) InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_3 = __this->___m_Trace_0; int32_t L_4 = L_3->___m_ChangeCounter_1; int32_t L_5 = __this->___m_ChangeCounter_1; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0032; } } { // throw new InvalidOperationException("Trace has been modified while enumerating!"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82D9A561A7A240949C795C99087C473D0967B043)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24_RuntimeMethod_var))); } IL_0032: { // return m_Trace.GetNextEvent(ref m_Current); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_7 = __this->___m_Trace_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_8 = (&__this->___m_Current_2); bool L_9; L_9 = InputEventTrace_GetNextEvent_mDF7ED13DD6F42BA87EDE532CAB99BB697C8B108A(L_7, L_8, NULL); return L_9; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m46AEA042ECC7F28D364C0716655595E40642DA97 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { { // m_Current = default; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_0 = (&__this->___m_Current_2); il2cpp_codegen_initobj(L_0, sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)); // m_ChangeCounter = m_Trace.m_ChangeCounter; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_1 = __this->___m_Trace_0; int32_t L_2 = L_1->___m_ChangeCounter_1; __this->___m_ChangeCounter_1 = L_2; // } return; } } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_m3C388C6F62B1736308A7B1AAB5D1AE461B2D50CC (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { { // public InputEventPtr Current => m_Current; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = __this->___m_Current_2; return L_0; } } // System.Object UnityEngine.InputSystem.LowLevel.InputEventTrace/Enumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m5A9E9359FAC5B803483750D45AA3A021EC206376 (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // object IEnumerator.Current => Current; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0; L_0 = Enumerator_get_Current_m3C388C6F62B1736308A7B1AAB5D1AE461B2D50CC_inline(__this, NULL); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = L_0; RuntimeObject* L_2 = Box(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var, &L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.LowLevel.InputEventTrace UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_trace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ReplayController_get_trace_m302517610A782CCCBAF79F4AF6E7FCDA4A332EE7 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public InputEventTrace trace => m_EventTrace; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_0 = __this->___m_EventTrace_3; return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_finished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReplayController_get_finished_mBD93E7E39307728EB74B4677E6CDD43A4F029856 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public bool finished { get; private set; } bool L_0 = __this->___U3CfinishedU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::set_finished(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___value0, const RuntimeMethod* method) { { // public bool finished { get; private set; } bool L_0 = ___value0; __this->___U3CfinishedU3Ek__BackingField_0 = L_0; return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_paused() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReplayController_get_paused_mA3967138FEFDD72AE8823B2B2DACEBE6E5555F30 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public bool paused { get; set; } bool L_0 = __this->___U3CpausedU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::set_paused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_set_paused_m1C90331162E8C5BDA8041F1CF98E045AFE661D1F (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___value0, const RuntimeMethod* method) { { // public bool paused { get; set; } bool L_0 = ___value0; __this->___U3CpausedU3Ek__BackingField_1 = L_0; return; } } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public int position { get; private set; } int32_t L_0 = __this->___U3CpositionU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::set_position(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int position { get; private set; } int32_t L_0 = ___value0; __this->___U3CpositionU3Ek__BackingField_2 = L_0; return; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::get_createdDevices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReplayController_get_createdDevices_m323215E6F2382A6E4C02936095FF14042579E78C (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public IEnumerable createdDevices => m_CreatedDevices; InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C L_0 = __this->___m_CreatedDevices_7; InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C L_1 = L_0; RuntimeObject* L_2 = Box(InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C_il2cpp_TypeInfo_var, &L_1); return (RuntimeObject*)L_2; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::.ctor(UnityEngine.InputSystem.LowLevel.InputEventTrace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController__ctor_mFACECC15923550957D306EF31786A98FD37F1F03 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* ___trace0, const RuntimeMethod* method) { { // internal ReplayController(InputEventTrace trace) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // if (trace == null) InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_0 = ___trace0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(trace)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8332BDAEF71624DC1D56CDA64F0BAC2461AA9EF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReplayController__ctor_mFACECC15923550957D306EF31786A98FD37F1F03_RuntimeMethod_var))); } IL_0014: { // m_EventTrace = trace; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_2 = ___trace0; __this->___m_EventTrace_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_EventTrace_3), (void*)L_2); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_Dispose_mFD934A373395714CBCAFDB0DB034B6728F61BA15 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tA6A2274AE31A9D0C4E245176DC4855437D643269_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_GetEnumerator_mF42E560968274088F43D58E20B67D7C313C7980B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // InputSystem.onBeforeUpdate -= OnBeginFrame; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_0, __this, (intptr_t)((void*)ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_remove_onBeforeUpdate_m4BD541DC1AB9FC6C87FB71B35A39CC75223E530C(L_0, NULL); // finished = true; ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline(__this, (bool)1, NULL); // foreach (var device in m_CreatedDevices) InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C* L_1 = (&__this->___m_CreatedDevices_7); RuntimeObject* L_2; L_2 = InlinedArray_1_GetEnumerator_mF42E560968274088F43D58E20B67D7C313C7980B(L_1, InlinedArray_1_GetEnumerator_mF42E560968274088F43D58E20B67D7C313C7980B_RuntimeMethod_var); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003b: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0044; } } { RuntimeObject* L_4 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0044: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0031_1; } IL_0026_1: { // foreach (var device in m_CreatedDevices) RuntimeObject* L_5 = V_0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6; L_6 = InterfaceFuncInvoker0< InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tA6A2274AE31A9D0C4E245176DC4855437D643269_il2cpp_TypeInfo_var, L_5); // InputSystem.RemoveDevice(device); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_RemoveDevice_mBA895DEE9FCFC53AC9040DE72860D95ABFB5E858(L_6, NULL); } IL_0031_1: { // foreach (var device in m_CreatedDevices) RuntimeObject* L_7 = V_0; bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0026_1; } } { goto IL_0045; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0045: { // m_CreatedDevices = default; InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C* L_9 = (&__this->___m_CreatedDevices_7); il2cpp_codegen_initobj(L_9, sizeof(InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C)); // } return; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::WithDeviceMappedFromTo(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_WithDeviceMappedFromTo_m031C51AFBE0637B093457927BA8D452F78B6F3D0 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___recordedDevice0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___playbackDevice1, const RuntimeMethod* method) { { // if (recordedDevice == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___recordedDevice0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(recordedDevice)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0CF8CCC4707209C88733F45D2F50CAF236223A22)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReplayController_WithDeviceMappedFromTo_m031C51AFBE0637B093457927BA8D452F78B6F3D0_RuntimeMethod_var))); } IL_000e: { // if (playbackDevice == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = ___playbackDevice1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(playbackDevice)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA699959862D8ADBB4A539849B791187B154DA724)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReplayController_WithDeviceMappedFromTo_m031C51AFBE0637B093457927BA8D452F78B6F3D0_RuntimeMethod_var))); } IL_001c: { // WithDeviceMappedFromTo(recordedDevice.deviceId, playbackDevice.deviceId); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___recordedDevice0; int32_t L_5; L_5 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_4, NULL); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = ___playbackDevice1; int32_t L_7; L_7 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_6, NULL); ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* L_8; L_8 = ReplayController_WithDeviceMappedFromTo_m88AC8466C0CEAB26F9F502DF6A1B3853512F7090(__this, L_5, L_7, NULL); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::WithDeviceMappedFromTo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_WithDeviceMappedFromTo_m88AC8466C0CEAB26F9F502DF6A1B3853512F7090 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___recordedDeviceId0, int32_t ___playbackDeviceId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 V_1; memset((&V_1), 0, sizeof(V_1)); { // for (var i = 0; i < m_DeviceIDMappings.length; ++i) V_0 = 0; goto IL_0046; } IL_0004: { // if (m_DeviceIDMappings[i].Key != recordedDeviceId) InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_0 = (&__this->___m_DeviceIDMappings_5); int32_t L_1 = V_0; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_2; L_2 = InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1(L_0, L_1, InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_RuntimeMethod_var); V_1 = L_2; int32_t L_3; L_3 = KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_inline((&V_1), KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var); int32_t L_4 = ___recordedDeviceId0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0042; } } { // if (recordedDeviceId == playbackDeviceId) // Device mapped back to itself. int32_t L_5 = ___recordedDeviceId0; int32_t L_6 = ___playbackDeviceId1; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_002d; } } { // m_DeviceIDMappings.RemoveAtWithCapacity(i); InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_7 = (&__this->___m_DeviceIDMappings_5); int32_t L_8 = V_0; InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E(L_7, L_8, InlinedArray_1_RemoveAtWithCapacity_m4D058322BEC61FA58F04CE9A837A2E464759415E_RuntimeMethod_var); goto IL_0040; } IL_002d: { // m_DeviceIDMappings[i] = new KeyValuePair(recordedDeviceId, playbackDeviceId); InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_9 = (&__this->___m_DeviceIDMappings_5); int32_t L_10 = V_0; int32_t L_11 = ___recordedDeviceId0; int32_t L_12 = ___playbackDeviceId1; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_13; memset((&L_13), 0, sizeof(L_13)); KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221((&L_13), L_11, L_12, /*hidden argument*/KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var); InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786(L_9, L_10, L_13, InlinedArray_1_set_Item_m6A196904387C38864370BABA0CBACC0EEF6BB786_RuntimeMethod_var); } IL_0040: { // return this; return __this; } IL_0042: { // for (var i = 0; i < m_DeviceIDMappings.length; ++i) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0046: { // for (var i = 0; i < m_DeviceIDMappings.length; ++i) int32_t L_15 = V_0; InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_16 = (&__this->___m_DeviceIDMappings_5); int32_t L_17 = L_16->___length_0; if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0004; } } { // if (recordedDeviceId == playbackDeviceId) int32_t L_18 = ___recordedDeviceId0; int32_t L_19 = ___playbackDeviceId1; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_005a; } } { // return this; return __this; } IL_005a: { // m_DeviceIDMappings.AppendWithCapacity(new KeyValuePair(recordedDeviceId, playbackDeviceId)); InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_20 = (&__this->___m_DeviceIDMappings_5); int32_t L_21 = ___recordedDeviceId0; int32_t L_22 = ___playbackDeviceId1; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_23; memset((&L_23), 0, sizeof(L_23)); KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221((&L_23), L_21, L_22, /*hidden argument*/KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var); int32_t L_24; L_24 = InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F(L_20, L_23, ((int32_t)10), InlinedArray_1_AppendWithCapacity_mDB0D8ADCFF5D374E15017980D7073D63B8E8C48F_RuntimeMethod_var); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::WithAllDevicesMappedToNewInstances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_WithAllDevicesMappedToNewInstances_mE3646C9DA51E76700A20C50D4DB8677AF27D5814 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // m_CreateNewDevices = true; __this->___m_CreateNewDevices_6 = (bool)1; // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::OnFinished(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_OnFinished_m95B708248C2320BFA3373C1A41A5130DEE8956AA (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___action0, const RuntimeMethod* method) { { // m_OnFinished = action; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = ___action0; __this->___m_OnFinished_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnFinished_8), (void*)L_0); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::OnEvent(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_OnEvent_mDD42B905AA6C1FB9C1BF8CA5C192F8194A7AB97A (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* ___action0, const RuntimeMethod* method) { { // m_OnEvent = action; Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* L_0 = ___action0; __this->___m_OnEvent_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnEvent_9), (void*)L_0); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::PlayOneEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_PlayOneEvent_m2533EAE40DCB7642C6A4F4CF04E989D9AD0C1548 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!MoveNext(true, out var eventPtr)) bool L_0; L_0 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)1, (&V_0), NULL); if (L_0) { goto IL_0016; } } { // throw new InvalidOperationException("No more events"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral85B9AAF0EB29996A5ABED6647FBC8A4437062717)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReplayController_PlayOneEvent_m2533EAE40DCB7642C6A4F4CF04E989D9AD0C1548_RuntimeMethod_var))); } IL_0016: { // QueueEvent(eventPtr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_2 = V_0; ReplayController_QueueEvent_mC5FA360DEB643DF3D85E7A9AFD6510D66A7F8BEE(__this, L_2, NULL); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::Rewind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_Rewind_m966D7F7493073FA5213D740C41EF3980703E5925 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // m_Enumerator = default; __this->___m_Enumerator_4 = (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Enumerator_4), (void*)(Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)NULL); // m_AllEventsByTime = null; __this->___m_AllEventsByTime_13 = (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllEventsByTime_13), (void*)(List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*)NULL); // m_AllEventsByTimeIndex = -1; __this->___m_AllEventsByTimeIndex_12 = (-1); // position = 0; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, 0, NULL); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::PlayAllFramesOneByOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_PlayAllFramesOneByOne_m1F8D045A9E2A1A24F8E07811CCF01D82226420CA (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // finished = false; ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline(__this, (bool)0, NULL); // InputSystem.onBeforeUpdate += OnBeginFrame; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_0, __this, (intptr_t)((void*)ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_add_onBeforeUpdate_m022480417EA69F0488F81F112B2D9BED5D65AC5C(L_0, NULL); // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::PlayAllEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_PlayAllEvents_m9A0CDBB6150CD394857B0BA1A2EDB189FFC7F931 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // finished = false; ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline(__this, (bool)0, NULL); } IL_0007: { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_001d: {// begin finally (depth: 1) // Finished(); ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF(__this, NULL); // } return; }// end finally (depth: 1) }); try {// begin try (depth: 1) IL_0007_1: { // while (MoveNext(true, out var eventPtr)) bool L_0; L_0 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)1, (&V_0), NULL); if (!L_0) { goto IL_001b_1; } } { // QueueEvent(eventPtr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1 = V_0; ReplayController_QueueEvent_mC5FA360DEB643DF3D85E7A9AFD6510D66A7F8BEE(__this, L_1, NULL); goto IL_0007_1; } IL_001b_1: { // } goto IL_0024; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0024: { // return this; return __this; } } // UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::PlayAllEventsAccordingToTimestamps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* ReplayController_PlayAllEventsAccordingToTimestamps_m9BF27D0D471C45409AE8D1FB6706FD875037DF4E (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CPlayAllEventsAccordingToTimestampsU3Eb__38_0_mD6E1BBAC6B62A15BA7EF6AA962FB149E191F86A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* V_0 = NULL; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_1; memset((&V_1), 0, sizeof(V_1)); Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* G_B5_0 = NULL; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* G_B5_1 = NULL; Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* G_B4_0 = NULL; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* G_B4_1 = NULL; { // var eventsByTime = new List(); List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_0 = (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*)il2cpp_codegen_object_new(List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448_il2cpp_TypeInfo_var); List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5(L_0, List_1__ctor_m6CF56031007CD05AA70A2FDA98FB9652FD3C0DF5_RuntimeMethod_var); V_0 = L_0; } IL_0006: { // while (MoveNext(true, out var eventPtr)) bool L_1; L_1 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)1, (&V_1), NULL); if (!L_1) { goto IL_001a; } } { // eventsByTime.Add(eventPtr); List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_2 = V_0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3 = V_1; List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_inline(L_2, L_3, List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_RuntimeMethod_var); goto IL_0006; } IL_001a: { // eventsByTime.Sort((a, b) => a.time.CompareTo(b.time)); List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var); Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* L_5 = ((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9__38_0_1; Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* L_6 = L_5; G_B4_0 = L_6; G_B4_1 = L_4; if (L_6) { G_B5_0 = L_6; G_B5_1 = L_4; goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var); U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* L_7 = ((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9_0; Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* L_8 = (Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188*)il2cpp_codegen_object_new(Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188_il2cpp_TypeInfo_var); Comparison_1__ctor_m3066D7B2DF7828CC841C0313A7664013366E7F33(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CPlayAllEventsAccordingToTimestampsU3Eb__38_0_mD6E1BBAC6B62A15BA7EF6AA962FB149E191F86A5_RuntimeMethod_var), NULL); Comparison_1_t862EC1638BBB220501FBDE3A364BB2316809E188* L_9 = L_8; ((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9__38_0_1 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9__38_0_1), (void*)L_9); G_B5_0 = L_9; G_B5_1 = G_B4_1; } IL_003a: { List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813(G_B5_1, G_B5_0, List_1_Sort_mEB9A929B41F7294B9F91D91FFCEB73C358478813_RuntimeMethod_var); // m_Enumerator.Dispose(); Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_10 = __this->___m_Enumerator_4; Enumerator_Dispose_m385FC51CC8FD384DE531046778BB39C30B623B4F(L_10, NULL); // m_Enumerator = null; __this->___m_Enumerator_4 = (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Enumerator_4), (void*)(Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)NULL); // m_AllEventsByTime = eventsByTime; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_11 = V_0; __this->___m_AllEventsByTime_13 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllEventsByTime_13), (void*)L_11); // position = 0; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, 0, NULL); // finished = false; ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline(__this, (bool)0, NULL); // m_StartTimeAsPerFirstEvent = -1; __this->___m_StartTimeAsPerFirstEvent_10 = (-1.0); // m_AllEventsByTimeIndex = -1; __this->___m_AllEventsByTimeIndex_12 = (-1); // InputSystem.onBeforeUpdate += OnBeginFrame; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_12 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_12, __this, (intptr_t)((void*)ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_add_onBeforeUpdate_m022480417EA69F0488F81F112B2D9BED5D65AC5C(L_12, NULL); // return this; return __this; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::OnBeginFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_3; memset((&V_3), 0, sizeof(V_3)); { // if (paused) bool L_0; L_0 = ReplayController_get_paused_mA3967138FEFDD72AE8823B2B2DACEBE6E5555F30_inline(__this, NULL); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (!MoveNext(false, out var currentEventPtr)) bool L_1; L_1 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)0, (&V_0), NULL); if (L_1) { goto IL_0036; } } { // if (m_AllEventsByTime == null || m_AllEventsByTimeIndex >= m_AllEventsByTime.Count) List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_2 = __this->___m_AllEventsByTime_13; if (!L_2) { goto IL_002f; } } { int32_t L_3 = __this->___m_AllEventsByTimeIndex_12; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_4 = __this->___m_AllEventsByTime_13; int32_t L_5; L_5 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_4, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0035; } } IL_002f: { // Finished(); ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF(__this, NULL); } IL_0035: { // return; return; } IL_0036: { // if (currentEventPtr.type == FrameMarkerEvent) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6; L_6 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&V_0), NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7; L_7 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); bool L_8; L_8 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_6, L_7, NULL); if (!L_8) { goto IL_008d; } } { // if (!MoveNext(false, out var nextEvent)) bool L_9; L_9 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)0, (&V_1), NULL); if (L_9) { goto IL_005b; } } { // Finished(); ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF(__this, NULL); // return; return; } IL_005b: { // if (nextEvent.type == FrameMarkerEvent) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10; L_10 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11; L_11 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); bool L_12; L_12 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_10, L_11, NULL); if (!L_12) { goto IL_008b; } } { // --position; int32_t L_13; L_13 = ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline(__this, NULL); V_2 = ((int32_t)il2cpp_codegen_subtract(L_13, 1)); int32_t L_14 = V_2; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, L_14, NULL); // m_Enumerator.m_Current = currentEventPtr; Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_15 = __this->___m_Enumerator_4; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_16 = V_0; L_15->___m_Current_2 = L_16; // return; return; } IL_008b: { // currentEventPtr = nextEvent; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_17 = V_1; V_0 = L_17; } IL_008d: { // QueueEvent(currentEventPtr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_18 = V_0; ReplayController_QueueEvent_mC5FA360DEB643DF3D85E7A9AFD6510D66A7F8BEE(__this, L_18, NULL); // if (!MoveNext(false, out var nextEvent)) bool L_19; L_19 = ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980(__this, (bool)0, (&V_3), NULL); if (L_19) { goto IL_00c1; } } { // if (m_AllEventsByTime == null || m_AllEventsByTimeIndex >= m_AllEventsByTime.Count) List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_20 = __this->___m_AllEventsByTime_13; if (!L_20) { goto IL_00ba; } } { int32_t L_21 = __this->___m_AllEventsByTimeIndex_12; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_22 = __this->___m_AllEventsByTime_13; int32_t L_23; L_23 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_22, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_00f5; } } IL_00ba: { // Finished(); ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF(__this, NULL); // break; return; } IL_00c1: { // if (nextEvent.type == FrameMarkerEvent) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_24; L_24 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_25; L_25 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); bool L_26; L_26 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_24, L_25, NULL); if (!L_26) { goto IL_00f1; } } { // m_Enumerator.m_Current = currentEventPtr; Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_27 = __this->___m_Enumerator_4; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_28 = V_0; L_27->___m_Current_2 = L_28; // --position; int32_t L_29; L_29 = ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline(__this, NULL); V_2 = ((int32_t)il2cpp_codegen_subtract(L_29, 1)); int32_t L_30 = V_2; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, L_30, NULL); // break; return; } IL_00f1: { // currentEventPtr = nextEvent; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_31 = V_3; V_0 = L_31; // while (true) goto IL_008d; } IL_00f5: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::Finished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_Finished_m264D5E388A7FA1EFCED8420A5969C84D505493DF (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B2_0 = NULL; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B1_0 = NULL; { // finished = true; ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline(__this, (bool)1, NULL); // InputSystem.onBeforeUpdate -= OnBeginFrame; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_0, __this, (intptr_t)((void*)ReplayController_OnBeginFrame_m099944319B93E1E8A2B6264F50F31CF5434277EF_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_remove_onBeforeUpdate_m4BD541DC1AB9FC6C87FB71B35A39CC75223E530C(L_0, NULL); // m_OnFinished?.Invoke(); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = __this->___m_OnFinished_8; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0023; } } { return; } IL_0023: { Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B2_0, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplayController_QueueEvent_mC5FA360DEB643DF3D85E7A9AFD6510D66A7F8BEE (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; int32_t V_1 = 0; int32_t V_2 = 0; Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* G_B5_0 = NULL; Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* G_B4_0 = NULL; { // var originalTimestamp = eventPtr.internalTime; double L_0; L_0 = InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781((&___eventPtr0), NULL); V_0 = L_0; // if (m_AllEventsByTime != null) List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_1 = __this->___m_AllEventsByTime_13; if (!L_1) { goto IL_002e; } } { // eventPtr.internalTime = m_StartTimeAsPerRuntime + (eventPtr.internalTime - m_StartTimeAsPerFirstEvent); double L_2 = __this->___m_StartTimeAsPerRuntime_11; double L_3; L_3 = InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781((&___eventPtr0), NULL); double L_4 = __this->___m_StartTimeAsPerFirstEvent_10; InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810((&___eventPtr0), ((double)il2cpp_codegen_add(L_2, ((double)il2cpp_codegen_subtract(L_3, L_4)))), NULL); goto IL_003f; } IL_002e: { // eventPtr.internalTime = InputRuntime.s_Instance.currentTime; RuntimeObject* L_5 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_6; L_6 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_5); InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810((&___eventPtr0), L_6, NULL); } IL_003f: { // var originalEventId = eventPtr.id; int32_t L_7; L_7 = InputEventPtr_get_id_mED485DFF0A720B0A27201BAFD554D42A8FE527FB((&___eventPtr0), NULL); V_1 = L_7; // var originalDeviceId = eventPtr.deviceId; int32_t L_8; L_8 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___eventPtr0), NULL); V_2 = L_8; // eventPtr.deviceId = ApplyDeviceMapping(originalDeviceId); int32_t L_9 = V_2; int32_t L_10; L_10 = ReplayController_ApplyDeviceMapping_mE74A404A704F80B52F5FC9C728B13D0433A46962(__this, L_9, NULL); InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97((&___eventPtr0), L_10, NULL); // m_OnEvent?.Invoke(eventPtr); Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* L_11 = __this->___m_OnEvent_9; Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* L_12 = L_11; G_B4_0 = L_12; if (L_12) { G_B5_0 = L_12; goto IL_0069; } } { goto IL_006f; } IL_0069: { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_13 = ___eventPtr0; Action_1_Invoke_m30D56EDF2807EF309EEF182BA63A3F0EF0B08A15_inline(G_B5_0, L_13, NULL); } IL_006f: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0078: {// begin finally (depth: 1) // eventPtr.internalTime = originalTimestamp; double L_14 = V_0; InputEventPtr_set_internalTime_mBD0B465C6882DD13F5FA3AAE487C0FA8A68E3810((&___eventPtr0), L_14, NULL); // eventPtr.id = originalEventId; int32_t L_15 = V_1; InputEventPtr_set_id_m8CCBE3CAF92578F56613E99AAA4334BCCFCFD40B((&___eventPtr0), L_15, NULL); // eventPtr.deviceId = originalDeviceId; int32_t L_16 = V_2; InputEventPtr_set_deviceId_mDC5B90109CDEECE63A5F1310379DB8B1B31D2B97((&___eventPtr0), L_16, NULL); // } return; }// end finally (depth: 1) }); try {// begin try (depth: 1) // InputSystem.QueueEvent(eventPtr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_17 = ___eventPtr0; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_QueueEvent_mC30D182ADDD60BFC2AF10D24CEE2481D0EB77996(L_17, NULL); // } goto IL_0091; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0091: { // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::MoveNext(System.Boolean,UnityEngine.InputSystem.LowLevel.InputEventPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReplayController_MoveNext_m2887515FB9A9316E0A2A272C57ADA2301DD90980 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___skipFrameEvents0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // eventPtr = default; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_0 = ___eventPtr1; il2cpp_codegen_initobj(L_0, sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)); // if (m_AllEventsByTime != null) List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_1 = __this->___m_AllEventsByTime_13; if (!L_1) { goto IL_0103; } } { // if (m_AllEventsByTimeIndex + 1 >= m_AllEventsByTime.Count) int32_t L_2 = __this->___m_AllEventsByTimeIndex_12; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_3 = __this->___m_AllEventsByTime_13; int32_t L_4; L_4 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_3, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) < ((int32_t)L_4))) { goto IL_004b; } } { // position = m_AllEventsByTime.Count; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_5 = __this->___m_AllEventsByTime_13; int32_t L_6; L_6 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_5, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, L_6, NULL); // m_AllEventsByTimeIndex = m_AllEventsByTime.Count; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_7 = __this->___m_AllEventsByTime_13; int32_t L_8; L_8 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_7, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); __this->___m_AllEventsByTimeIndex_12 = L_8; // return false; return (bool)0; } IL_004b: { // if (m_AllEventsByTimeIndex < 0) int32_t L_9 = __this->___m_AllEventsByTimeIndex_12; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0080; } } { // m_StartTimeAsPerFirstEvent = m_AllEventsByTime[0].internalTime; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_10 = __this->___m_AllEventsByTime_13; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_11; L_11 = List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718(L_10, 0, List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_RuntimeMethod_var); V_0 = L_11; double L_12; L_12 = InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781((&V_0), NULL); __this->___m_StartTimeAsPerFirstEvent_10 = L_12; // m_StartTimeAsPerRuntime = InputRuntime.s_Instance.currentTime; RuntimeObject* L_13 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_14; L_14 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_13); __this->___m_StartTimeAsPerRuntime_11 = L_14; goto IL_00cc; } IL_0080: { // else if (m_AllEventsByTimeIndex < m_AllEventsByTime.Count - 1 && // m_AllEventsByTime[m_AllEventsByTimeIndex + 1].internalTime > m_StartTimeAsPerFirstEvent + (InputRuntime.s_Instance.currentTime - m_StartTimeAsPerRuntime)) int32_t L_15 = __this->___m_AllEventsByTimeIndex_12; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_16 = __this->___m_AllEventsByTime_13; int32_t L_17; L_17 = List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_inline(L_16, List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_RuntimeMethod_var); if ((((int32_t)L_15) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_17, 1))))) { goto IL_00cc; } } { List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_18 = __this->___m_AllEventsByTime_13; int32_t L_19 = __this->___m_AllEventsByTimeIndex_12; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_20; L_20 = List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718(L_18, ((int32_t)il2cpp_codegen_add(L_19, 1)), List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_RuntimeMethod_var); V_0 = L_20; double L_21; L_21 = InputEventPtr_get_internalTime_mB0A20BAF50AC9842691B0495A766A18B05CB4781((&V_0), NULL); double L_22 = __this->___m_StartTimeAsPerFirstEvent_10; RuntimeObject* L_23 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_24; L_24 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_23); double L_25 = __this->___m_StartTimeAsPerRuntime_11; if ((!(((double)L_21) > ((double)((double)il2cpp_codegen_add(L_22, ((double)il2cpp_codegen_subtract(L_24, L_25)))))))) { goto IL_00cc; } } { // return false; return (bool)0; } IL_00cc: { // ++m_AllEventsByTimeIndex; int32_t L_26 = __this->___m_AllEventsByTimeIndex_12; __this->___m_AllEventsByTimeIndex_12 = ((int32_t)il2cpp_codegen_add(L_26, 1)); // ++position; int32_t L_27; L_27 = ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline(__this, NULL); V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1)); int32_t L_28 = V_1; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, L_28, NULL); // eventPtr = m_AllEventsByTime[m_AllEventsByTimeIndex]; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_29 = ___eventPtr1; List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* L_30 = __this->___m_AllEventsByTime_13; int32_t L_31 = __this->___m_AllEventsByTimeIndex_12; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_32; L_32 = List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718(L_30, L_31, List_1_get_Item_m230131CE40A0013D25B1FB05FDDB98CB898BB718_RuntimeMethod_var); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_29 = L_32; goto IL_0161; } IL_0103: { // if (m_Enumerator == null) Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_33 = __this->___m_Enumerator_4; if (L_33) { goto IL_011c; } } { // m_Enumerator = new Enumerator(m_EventTrace); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_34 = __this->___m_EventTrace_3; Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_35 = (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75*)il2cpp_codegen_object_new(Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75_il2cpp_TypeInfo_var); Enumerator__ctor_m4F5637FFD01430441D557749B2443A43E2E52575(L_35, L_34, NULL); __this->___m_Enumerator_4 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Enumerator_4), (void*)L_35); } IL_011c: { // if (!m_Enumerator.MoveNext()) Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_36 = __this->___m_Enumerator_4; bool L_37; L_37 = Enumerator_MoveNext_mBAEFD5A6376C9CFEE01B48D250572D491A8C6C24(L_36, NULL); if (L_37) { goto IL_012b; } } { // return false; return (bool)0; } IL_012b: { // ++position; int32_t L_38; L_38 = ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline(__this, NULL); V_1 = ((int32_t)il2cpp_codegen_add(L_38, 1)); int32_t L_39 = V_1; ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline(__this, L_39, NULL); // eventPtr = m_Enumerator.Current; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_40 = ___eventPtr1; Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* L_41 = __this->___m_Enumerator_4; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_42; L_42 = Enumerator_get_Current_m3C388C6F62B1736308A7B1AAB5D1AE461B2D50CC_inline(L_41, NULL); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_40 = L_42; // while (skipFrameEvents && eventPtr.type == FrameMarkerEvent); bool L_43 = ___skipFrameEvents0; if (!L_43) { goto IL_0161; } } { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_44 = ___eventPtr1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_45; L_45 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69(L_44, NULL); il2cpp_codegen_runtime_class_init_inline(InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_46; L_46 = InputEventTrace_get_FrameMarkerEvent_m491AB38CDCEED20E74D4717FB782716649FB16FC(NULL); bool L_47; L_47 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_45, L_46, NULL); if (L_47) { goto IL_011c; } } IL_0161: { // return true; return (bool)1; } } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController::ApplyDeviceMapping(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReplayController_ApplyDeviceMapping_mE74A404A704F80B52F5FC9C728B13D0433A46962 (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___originalDeviceId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_mC3DD9D6BFC53FE2F13BC3FEE652EC3B2CBA547AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass43_0_U3CApplyDeviceMappingU3Eb__0_mD9F26ADD12D189195E38531637DD0404DCBC9F1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* V_0 = NULL; int32_t V_1 = 0; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 V_4; memset((&V_4), 0, sizeof(V_4)); DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 V_5; memset((&V_5), 0, sizeof(V_5)); InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_6; memset((&V_6), 0, sizeof(V_6)); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_7 = NULL; int32_t V_8 = 0; Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C V_9; memset((&V_9), 0, sizeof(V_9)); il2cpp::utils::ExceptionSupportStack __active_exceptions; { U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_0 = (U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass43_0__ctor_m44DFCFD88DB448F015B1576A19C27E625666493C(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_1 = V_0; int32_t L_2 = ___originalDeviceId0; L_1->___originalDeviceId_0 = L_2; // for (var i = 0; i < m_DeviceIDMappings.length; ++i) V_1 = 0; goto IL_0039; } IL_0011: { // var entry = m_DeviceIDMappings[i]; InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_3 = (&__this->___m_DeviceIDMappings_5); int32_t L_4 = V_1; KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_5; L_5 = InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1(L_3, L_4, InlinedArray_1_get_Item_m1C8BF2A41804F8D2B398B234FE3B1E940D36DFF1_RuntimeMethod_var); V_2 = L_5; // if (entry.Key == originalDeviceId) int32_t L_6; L_6 = KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_inline((&V_2), KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var); U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_7 = V_0; int32_t L_8 = L_7->___originalDeviceId_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0035; } } { // return entry.Value; int32_t L_9; L_9 = KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_inline((&V_2), KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var); return L_9; } IL_0035: { // for (var i = 0; i < m_DeviceIDMappings.length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0039: { // for (var i = 0; i < m_DeviceIDMappings.length; ++i) int32_t L_11 = V_1; InlinedArray_1_tCD4550E16CF87B93F7C4EF9D0F922C1D5E99FA43* L_12 = (&__this->___m_DeviceIDMappings_5); int32_t L_13 = L_12->___length_0; if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0011; } } { // if (m_CreateNewDevices) bool L_14 = __this->___m_CreateNewDevices_6; if (!L_14) { goto IL_0120; } } try {// begin try (depth: 1) { // var deviceIndex = m_EventTrace.deviceInfos.IndexOf(x => x.deviceId == originalDeviceId); InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_15 = __this->___m_EventTrace_3; ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 L_16; L_16 = InputEventTrace_get_deviceInfos_m66BCE6CE81C634A9352F04CF76CEA14F4E8B3942(L_15, NULL); V_4 = L_16; U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_17 = V_0; Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D* L_18 = (Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D*)il2cpp_codegen_object_new(Predicate_1_t81E65ECFCC613C16F7408ECA5D3D94536697174D_il2cpp_TypeInfo_var); Predicate_1__ctor_mB518D664C1FF6E6E0E5886154563FF1AD31B74D3(L_18, L_17, (intptr_t)((void*)U3CU3Ec__DisplayClass43_0_U3CApplyDeviceMappingU3Eb__0_mD9F26ADD12D189195E38531637DD0404DCBC9F1D_RuntimeMethod_var), NULL); int32_t L_19; L_19 = ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB((&V_4), L_18, ReadOnlyArray_1_IndexOf_mFE4262FD29B7CC10555B765F22C7D263C0BC97AB_RuntimeMethod_var); V_3 = L_19; // if (deviceIndex != -1) int32_t L_20 = V_3; if ((((int32_t)L_20) == ((int32_t)(-1)))) { goto IL_011b_1; } } { // var deviceInfo = m_EventTrace.deviceInfos[deviceIndex]; InputEventTrace_t1D25547AACA8FD1C1AA974F31EF9BD9478205FBD* L_21 = __this->___m_EventTrace_3; ReadOnlyArray_1_tA6BF8CE904C9753E9B1BA944C102C36E3B75E570 L_22; L_22 = InputEventTrace_get_deviceInfos_m66BCE6CE81C634A9352F04CF76CEA14F4E8B3942(L_21, NULL); V_4 = L_22; int32_t L_23 = V_3; DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 L_24; L_24 = ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A((&V_4), L_23, ReadOnlyArray_1_get_Item_mDFB5E4BE282F80EE3CF856F0DD06DD5BD72B8B2A_RuntimeMethod_var); V_5 = L_24; // var layoutName = new InternedString(deviceInfo.layout); String_t* L_25; L_25 = DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_inline((&V_5), NULL); InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_6), L_25, NULL); // if (!InputControlLayout.s_Layouts.HasLayout(layoutName)) il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var); InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26 = V_6; bool L_27; L_27 = Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_26, NULL); if (L_27) { goto IL_00dc_1; } } { // if (string.IsNullOrEmpty(deviceInfo.m_FullLayoutJson)) DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 L_28 = V_5; String_t* L_29 = L_28.___m_FullLayoutJson_4; bool L_30; L_30 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_29, NULL); if (!L_30) { goto IL_00c5_1; } } { // return originalDeviceId; U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_31 = V_0; int32_t L_32 = L_31->___originalDeviceId_0; V_8 = L_32; goto IL_0127; } IL_00c5_1: { // InputSystem.RegisterLayout(deviceInfo.m_FullLayoutJson); DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 L_33 = V_5; String_t* L_34 = L_33.___m_FullLayoutJson_4; il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C)); Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C L_35 = V_9; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputSystem_RegisterLayout_m8FBCD0A0BD4FF8E93362CC0965AF7718F2EB318A(L_34, (String_t*)NULL, L_35, NULL); } IL_00dc_1: { // var device = InputSystem.AddDevice(layoutName); InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_36 = V_6; String_t* L_37; L_37 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_36, NULL); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_38; L_38 = InputSystem_AddDevice_m80FC919566BCDE8E9B09F19FA2AF32FF53A9710F(L_37, (String_t*)NULL, (String_t*)NULL, NULL); V_7 = L_38; // WithDeviceMappedFromTo(originalDeviceId, device.deviceId); U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_39 = V_0; int32_t L_40 = L_39->___originalDeviceId_0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_41 = V_7; int32_t L_42; L_42 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_41, NULL); ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* L_43; L_43 = ReplayController_WithDeviceMappedFromTo_m88AC8466C0CEAB26F9F502DF6A1B3853512F7090(__this, L_40, L_42, NULL); // m_CreatedDevices.AppendWithCapacity(device); InlinedArray_1_t1B3C6A098E8582B58A16218A7BA01827E025158C* L_44 = (&__this->___m_CreatedDevices_7); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_45 = V_7; int32_t L_46; L_46 = InlinedArray_1_AppendWithCapacity_mC3DD9D6BFC53FE2F13BC3FEE652EC3B2CBA547AE(L_44, L_45, ((int32_t)10), InlinedArray_1_AppendWithCapacity_mC3DD9D6BFC53FE2F13BC3FEE652EC3B2CBA547AE_RuntimeMethod_var); // return device.deviceId; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_47 = V_7; int32_t L_48; L_48 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_47, NULL); V_8 = L_48; goto IL_0127; } IL_011b_1: { // } goto IL_0120; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_011d; } throw e; } CATCH_011d: {// begin catch(System.Object) // catch // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0120; }// end catch (depth: 1) IL_0120: { // return originalDeviceId; U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* L_49 = V_0; int32_t L_50 = L_49->___originalDeviceId_0; return L_50; } IL_0127: { // } int32_t L_51 = V_8; return L_51; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDECAA01D180B4F03913E6E0BBB46019554673294 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* L_0 = (U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F*)il2cpp_codegen_object_new(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m2B226897DC23B48ACB5AF11CF779F3B02EDC558D(L_0, NULL); ((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2B226897DC23B48ACB5AF11CF779F3B02EDC558D (U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c::b__38_0(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CPlayAllEventsAccordingToTimestampsU3Eb__38_0_mD6E1BBAC6B62A15BA7EF6AA962FB149E191F86A5 (U3CU3Ec_t5336D6DE5130C3DB505031E2A946E99F7FF3205F* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___a0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___b1, const RuntimeMethod* method) { double V_0 = 0.0; { // eventsByTime.Sort((a, b) => a.time.CompareTo(b.time)); double L_0; L_0 = InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185((&___a0), NULL); V_0 = L_0; double L_1; L_1 = InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185((&___b1), NULL); int32_t L_2; L_2 = Double_CompareTo_m40FD7CA33B178CCFA4B6755267DC67841092CCFC((&V_0), L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m44DFCFD88DB448F015B1576A19C27E625666493C (U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventTrace/ReplayController/<>c__DisplayClass43_0::b__0(UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass43_0_U3CApplyDeviceMappingU3Eb__0_mD9F26ADD12D189195E38531637DD0404DCBC9F1D (U3CU3Ec__DisplayClass43_0_tC673746FB77AF6915ACB62C483E6BD5A00DC974A* __this, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52 ___x0, const RuntimeMethod* method) { { // var deviceIndex = m_EventTrace.deviceInfos.IndexOf(x => x.deviceId == originalDeviceId); int32_t L_0; L_0 = DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline((&___x0), NULL); int32_t L_1 = __this->___originalDeviceId_0; return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_pinvoke(const DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52& unmarshaled, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_pinvoke& marshaled) { marshaled.___m_DeviceId_0 = unmarshaled.___m_DeviceId_0; marshaled.___m_Layout_1 = il2cpp_codegen_marshal_string(unmarshaled.___m_Layout_1); marshaled.___m_StateFormat_2 = unmarshaled.___m_StateFormat_2; marshaled.___m_StateSizeInBytes_3 = unmarshaled.___m_StateSizeInBytes_3; marshaled.___m_FullLayoutJson_4 = il2cpp_codegen_marshal_string(unmarshaled.___m_FullLayoutJson_4); } IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_pinvoke_back(const DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_pinvoke& marshaled, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52& unmarshaled) { int32_t unmarshaledm_DeviceId_temp_0 = 0; unmarshaledm_DeviceId_temp_0 = marshaled.___m_DeviceId_0; unmarshaled.___m_DeviceId_0 = unmarshaledm_DeviceId_temp_0; unmarshaled.___m_Layout_1 = il2cpp_codegen_marshal_string_result(marshaled.___m_Layout_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Layout_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Layout_1)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED unmarshaledm_StateFormat_temp_2; memset((&unmarshaledm_StateFormat_temp_2), 0, sizeof(unmarshaledm_StateFormat_temp_2)); unmarshaledm_StateFormat_temp_2 = marshaled.___m_StateFormat_2; unmarshaled.___m_StateFormat_2 = unmarshaledm_StateFormat_temp_2; int32_t unmarshaledm_StateSizeInBytes_temp_3 = 0; unmarshaledm_StateSizeInBytes_temp_3 = marshaled.___m_StateSizeInBytes_3; unmarshaled.___m_StateSizeInBytes_3 = unmarshaledm_StateSizeInBytes_temp_3; unmarshaled.___m_FullLayoutJson_4 = il2cpp_codegen_marshal_string_result(marshaled.___m_FullLayoutJson_4); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_FullLayoutJson_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_FullLayoutJson_4)); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_pinvoke_cleanup(DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_Layout_1); marshaled.___m_Layout_1 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_FullLayoutJson_4); marshaled.___m_FullLayoutJson_4 = NULL; } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_com(const DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52& unmarshaled, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_com& marshaled) { marshaled.___m_DeviceId_0 = unmarshaled.___m_DeviceId_0; marshaled.___m_Layout_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Layout_1); marshaled.___m_StateFormat_2 = unmarshaled.___m_StateFormat_2; marshaled.___m_StateSizeInBytes_3 = unmarshaled.___m_StateSizeInBytes_3; marshaled.___m_FullLayoutJson_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_FullLayoutJson_4); } IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_com_back(const DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_com& marshaled, DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52& unmarshaled) { int32_t unmarshaledm_DeviceId_temp_0 = 0; unmarshaledm_DeviceId_temp_0 = marshaled.___m_DeviceId_0; unmarshaled.___m_DeviceId_0 = unmarshaledm_DeviceId_temp_0; unmarshaled.___m_Layout_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Layout_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Layout_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Layout_1)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED unmarshaledm_StateFormat_temp_2; memset((&unmarshaledm_StateFormat_temp_2), 0, sizeof(unmarshaledm_StateFormat_temp_2)); unmarshaledm_StateFormat_temp_2 = marshaled.___m_StateFormat_2; unmarshaled.___m_StateFormat_2 = unmarshaledm_StateFormat_temp_2; int32_t unmarshaledm_StateSizeInBytes_temp_3 = 0; unmarshaledm_StateSizeInBytes_temp_3 = marshaled.___m_StateSizeInBytes_3; unmarshaled.___m_StateSizeInBytes_3 = unmarshaledm_StateSizeInBytes_temp_3; unmarshaled.___m_FullLayoutJson_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_FullLayoutJson_4); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_FullLayoutJson_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_FullLayoutJson_4)); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo IL2CPP_EXTERN_C void DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshal_com_cleanup(DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_Layout_1); marshaled.___m_Layout_1 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_FullLayoutJson_4); marshaled.___m_FullLayoutJson_4 = NULL; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6 (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_DeviceId; int32_t L_0 = __this->___m_DeviceId_0; return L_0; } } IL2CPP_EXTERN_C int32_t DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_deviceId(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_DeviceId = value; int32_t L_0 = ___value0; __this->___m_DeviceId_0 = L_0; return; } } IL2CPP_EXTERN_C void DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_Layout; String_t* L_0 = __this->___m_Layout_1; return L_0; } } IL2CPP_EXTERN_C String_t* DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_layout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69 (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Layout = value; String_t* L_0 = ___value0; __this->___m_Layout_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Layout_1), (void*)L_0); return; } } IL2CPP_EXTERN_C void DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69_inline(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_stateFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916 (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_StateFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___m_StateFormat_2; return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_stateFormat(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478 (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { { // set => m_StateFormat = value; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___value0; __this->___m_StateFormat_2 = L_0; return; } } IL2CPP_EXTERN_C void DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_StateSizeInBytes; int32_t L_0 = __this->___m_StateSizeInBytes_3; return L_0; } } IL2CPP_EXTERN_C int32_t DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::set_stateSizeInBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3 (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_StateSizeInBytes = value; int32_t L_0 = ___value0; __this->___m_StateSizeInBytes_3 = L_0; return; } } IL2CPP_EXTERN_C void DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3_inline(_thisAdjusted, ___value0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 UnityEngine.InputSystem.LowLevel.StateEvent::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) { { // public uint stateSizeInBytes => baseEvent.sizeInBytes - (InputEvent.kBaseEventSize + sizeof(int)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = (&__this->___baseEvent_2); uint32_t L_1; L_1 = InputEvent_get_sizeInBytes_m71B7FE5CF7674275875248208BB51161C90B9307(L_0, NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)24))); } } IL2CPP_EXTERN_C uint32_t StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21(_thisAdjusted, method); return _returnValue; } // System.Void* UnityEngine.InputSystem.LowLevel.StateEvent::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // { U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC* L_0 = (&__this->___stateData_4); uint8_t* L_1 = (&L_0->___FixedElementField_0); V_0 = L_1; // fixed(byte* data = stateData) uint8_t* L_2 = V_0; // return data; return (void*)(((uintptr_t)L_2)); } } IL2CPP_EXTERN_C void* StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); void* _returnValue; _returnValue = StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.StateEvent::ToEventPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 StateEvent_ToEventPtr_mD3680659E169AB02E24D776602EDDE77369CE06D (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) { StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* V_0 = NULL; { // { V_0 = __this; // fixed(StateEvent * ptr = &this) StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_0 = V_0; // return new InputEventPtr((InputEvent*)ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_1; memset((&L_1), 0, sizeof(L_1)); InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline((&L_1), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)((uintptr_t)L_0), /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 StateEvent_ToEventPtr_mD3680659E169AB02E24D776602EDDE77369CE06D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 _returnValue; _returnValue = StateEvent_ToEventPtr_mD3680659E169AB02E24D776602EDDE77369CE06D(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED StateEvent_get_typeStatic_m919C8D08A31FF49959788F03C2DADD67B763B0BB (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED StateEvent_get_typeStatic_m919C8D08A31FF49959788F03C2DADD67B763B0BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = StateEvent_get_typeStatic_m919C8D08A31FF49959788F03C2DADD67B763B0BB(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!ptr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___ptr0), NULL); if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(ptr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D_RuntimeMethod_var))); } IL_0014: { // if (!ptr.IsA()) bool L_2; L_2 = InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327((&___ptr0), InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var); if (L_2) { goto IL_0039; } } { // throw new InvalidCastException($"Cannot cast event with type '{ptr.type}' into StateEvent"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___ptr0), NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC29674F226716B02549B8B392EB04F0D3FBEB76)), L_5, NULL); InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_7 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var))); InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D_RuntimeMethod_var))); } IL_0039: { // return FromUnchecked(ptr); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = ___ptr0; StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_9; L_9 = StateEvent_FromUnchecked_m2735488B081D9C8E972D4F2B6D80C044599BFB81(L_8, NULL); return L_9; } } // UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_FromUnchecked_m2735488B081D9C8E972D4F2B6D80C044599BFB81 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) { { // return (StateEvent*)ptr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0; L_0 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___ptr0), NULL); return (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)(L_0); } } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr&,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF StateEvent_From_m3A895E1EFC3ACCC663394334EBAA2B6CEC08BC6E (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, int32_t ___allocator2, const RuntimeMethod* method) { { // return From(device, out eventPtr, allocator, useDefaultState: false); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_1 = ___eventPtr1; int32_t L_2 = ___allocator2; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_3; L_3 = StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9(L_0, L_1, L_2, (bool)0, NULL); return L_3; } } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.StateEvent::FromDefaultStateFor(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr&,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF StateEvent_FromDefaultStateFor_m75B0A43DF9C0C010A531A4C0A525B58D3C879CBF (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, int32_t ___allocator2, const RuntimeMethod* method) { { // return From(device, out eventPtr, allocator, useDefaultState: true); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_1 = ___eventPtr1; int32_t L_2 = ___allocator2; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_3; L_3 = StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9(L_0, L_1, L_2, (bool)1, NULL); return L_3; } } // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr&,Unity.Collections.Allocator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* ___eventPtr1, int32_t ___allocator2, bool ___useDefaultState3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t V_1 = 0; uint32_t V_2 = 0; uint8_t* V_3 = NULL; uint32_t V_4 = 0; StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* V_5 = NULL; void* G_B7_0 = NULL; { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9_RuntimeMethod_var))); } IL_000e: { // if (!device.added) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = ___device0; bool L_3; L_3 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_2, NULL); if (L_3) { goto IL_002c; } } { // throw new ArgumentException($"Device '{device}' has not been added to system", // nameof(device)); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___device0; String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral336A688B6B40BC4C1AF41D269266485DC8485E3B)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StateEvent_From_m1C02D0B7B693C47FFA472D23EF1F2CF0FBEA9AC9_RuntimeMethod_var))); } IL_002c: { // var stateFormat = device.m_StateBlock.format; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_7 = ___device0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_8 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_7)->___m_StateBlock_0); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9; L_9 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(L_8, NULL); V_0 = L_9; // var stateSize = device.m_StateBlock.alignedSizeInBytes; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10 = ___device0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_11 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_10)->___m_StateBlock_0); uint32_t L_12; L_12 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_11, NULL); V_1 = L_12; // var stateOffset = device.m_StateBlock.byteOffset; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = ___device0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_14 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_13)->___m_StateBlock_0); uint32_t L_15; L_15 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_14, NULL); V_2 = L_15; // var statePtr = (byte*)(useDefaultState ? device.defaultStatePtr : device.currentStatePtr) + (int)stateOffset; bool L_16 = ___useDefaultState3; if (L_16) { goto IL_005b; } } { InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_17 = ___device0; void* L_18; L_18 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_17, NULL); G_B7_0 = L_18; goto IL_0061; } IL_005b: { InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_19 = ___device0; void* L_20; L_20 = InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline(L_19, NULL); G_B7_0 = L_20; } IL_0061: { uint32_t L_21 = V_2; V_3 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)G_B7_0, (int32_t)L_21)); // var eventSize = InputEvent.kBaseEventSize + sizeof(int) + stateSize; uint32_t L_22 = V_1; V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)24), (int32_t)L_22)); // var buffer = new NativeArray((int)eventSize.AlignToMultipleOf(4), allocator); uint32_t L_23 = V_4; uint32_t L_24; L_24 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_23, 4, NULL); int32_t L_25 = ___allocator2; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_26; memset((&L_26), 0, sizeof(L_26)); NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&L_26), L_24, L_25, 1, /*hidden argument*/NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var); // var stateEventPtr = (StateEvent*)buffer.GetUnsafePtr(); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_27 = L_26; void* L_28; L_28 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_27, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var); V_5 = (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_28; // stateEventPtr->baseEvent = new InputEvent(Type, (int)eventSize, device.deviceId, InputRuntime.s_Instance.currentTime); StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_29 = V_5; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_30; L_30 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); uint32_t L_31 = V_4; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_32 = ___device0; int32_t L_33; L_33 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_32, NULL); RuntimeObject* L_34 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_35; L_35 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_34); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_36; memset((&L_36), 0, sizeof(L_36)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_36), L_30, L_31, L_33, L_35, /*hidden argument*/NULL); L_29->___baseEvent_2 = L_36; // stateEventPtr->stateFormat = stateFormat; StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_37 = V_5; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_38 = V_0; L_37->___stateFormat_3 = L_38; // UnsafeUtility.MemCpy(stateEventPtr->state, statePtr, stateSize); StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_39 = V_5; void* L_40; L_40 = StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_39, NULL); uint8_t* L_41 = V_3; uint32_t L_42 = V_1; UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_40, (void*)L_41, ((int64_t)(uint64_t)L_42), NULL); // eventPtr = stateEventPtr->ToEventPtr(); InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_43 = ___eventPtr1; StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_44 = V_5; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_45; L_45 = StateEvent_ToEventPtr_mD3680659E169AB02E24D776602EDDE77369CE06D((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_44, NULL); *(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*)L_43 = L_45; // return buffer; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TextEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TextEvent_get_typeStatic_m1140CC664806484A029BEACF8E85E2EA41DB0CD0 (TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* __this, const RuntimeMethod* method) { { // public FourCC typeStatic => Type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1413830740), NULL); return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED TextEvent_get_typeStatic_m1140CC664806484A029BEACF8E85E2EA41DB0CD0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = TextEvent_get_typeStatic_m1140CC664806484A029BEACF8E85E2EA41DB0CD0(_thisAdjusted, method); return _returnValue; } // UnityEngine.InputSystem.LowLevel.TextEvent* UnityEngine.InputSystem.LowLevel.TextEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* TextEvent_From_m392E7397CAB8204770ABAD76324B9182EBA20469 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!eventPtr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr0), NULL); if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextEvent_From_m392E7397CAB8204770ABAD76324B9182EBA20469_RuntimeMethod_var))); } IL_0014: { // if (!eventPtr.IsA()) bool L_2; L_2 = InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A((&___eventPtr0), InputEventPtr_IsA_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m01CE0B6701368BD1BFDB10DE3162AF9A3D413B8A_RuntimeMethod_var); if (L_2) { goto IL_0039; } } { // throw new InvalidCastException(string.Format("Cannot cast event with type '{0}' into TextEvent", // eventPtr.type)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; L_3 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr0), NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = L_3; RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C199811F186FA928A800B2EFB80A1C7498DA9B5)), L_5, NULL); InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_7 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var))); InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextEvent_From_m392E7397CAB8204770ABAD76324B9182EBA20469_RuntimeMethod_var))); } IL_0039: { // return (TextEvent*)eventPtr.data; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_8; L_8 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&___eventPtr0), NULL); return (TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E*)(L_8); } } // UnityEngine.InputSystem.LowLevel.TextEvent UnityEngine.InputSystem.LowLevel.TextEvent::Create(System.Int32,System.Char,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E TextEvent_Create_mA0C940CB8C8A2FC03C256F6D7A63511D8F0FB1F4 (int32_t ___deviceId0, Il2CppChar ___character1, double ___time2, const RuntimeMethod* method) { TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E V_0; memset((&V_0), 0, sizeof(V_0)); { // var inputEvent = new TextEvent // { // baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize + 4, deviceId, time), // character = character // }; il2cpp_codegen_initobj((&V_0), sizeof(TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1413830740), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)24), L_1, L_2, /*hidden argument*/NULL); (&V_0)->___baseEvent_1 = L_3; Il2CppChar L_4 = ___character1; (&V_0)->___character_2 = L_4; TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E L_5 = V_0; // return inputEvent; return L_5; } } // UnityEngine.InputSystem.LowLevel.TextEvent UnityEngine.InputSystem.LowLevel.TextEvent::Create(System.Int32,System.Int32,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E TextEvent_Create_mAF268A3F6F1E4D0B69B719EC71A26C3E39965DFF (int32_t ___deviceId0, int32_t ___character1, double ___time2, const RuntimeMethod* method) { TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E V_0; memset((&V_0), 0, sizeof(V_0)); { // var inputEvent = new TextEvent // { // baseEvent = new InputEvent(Type, InputEvent.kBaseEventSize + 4, deviceId, time), // character = character // }; il2cpp_codegen_initobj((&V_0), sizeof(TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1413830740), NULL); int32_t L_1 = ___deviceId0; double L_2 = ___time2; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 L_3; memset((&L_3), 0, sizeof(L_3)); InputEvent__ctor_mC37410F819784AAFC4D2A58C104E0F093E932924((&L_3), L_0, ((int32_t)24), L_1, L_2, /*hidden argument*/NULL); (&V_0)->___baseEvent_1 = L_3; int32_t L_4 = ___character1; (&V_0)->___character_2 = L_4; TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E L_5 = V_0; // return inputEvent; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_Multicast(InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___updateType0, ___eventBuffer1, reinterpret_cast(currentDelegate->___method_3)); } } void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_OpenInst(InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___updateType0, ___eventBuffer1, method); } void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_OpenStatic(InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___updateType0, ___eventBuffer1, method); } void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_OpenStaticInvoker(InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* >::Invoke(__this->___method_ptr_0, method, NULL, ___updateType0, ___eventBuffer1); } void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_ClosedStaticInvoker(InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___updateType0, ___eventBuffer1); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55 (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___eventBuffer1' to native representation InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke* ____eventBuffer1_marshaled = NULL; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ____eventBuffer1_marshaled_dereferenced = {}; InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke(*___eventBuffer1, ____eventBuffer1_marshaled_dereferenced); ____eventBuffer1_marshaled = &____eventBuffer1_marshaled_dereferenced; // Native function invocation il2cppPInvokeFunc(___updateType0, ____eventBuffer1_marshaled); // Marshaling of parameter '___eventBuffer1' back from native representation InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE _____eventBuffer1_marshaled_unmarshaled_dereferenced; memset((&_____eventBuffer1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____eventBuffer1_marshaled_unmarshaled_dereferenced)); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_back(*____eventBuffer1_marshaled, _____eventBuffer1_marshaled_unmarshaled_dereferenced); InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshal_pinvoke_cleanup(*____eventBuffer1_marshaled); *___eventBuffer1 = _____eventBuffer1_marshaled_unmarshaled_dereferenced; } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdateDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdateDelegate__ctor_m3B042EEEB64F60473356D68735482D18DC72BE8A (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___object0 == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_Multicast; } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdateDelegate::Invoke(UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___updateType0, ___eventBuffer1, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.InputSystem.LowLevel.InputUpdateDelegate::BeginInvoke(UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventBuffer&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputUpdateDelegate_BeginInvoke_m8D3AF780E439E287A0F878BF199F9D29C82BB5CC (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___callback2, RuntimeObject* ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var, &___updateType0); __d_args[1] = Box(InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_il2cpp_TypeInfo_var, &*___eventBuffer1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdateDelegate::EndInvoke(UnityEngine.InputSystem.LowLevel.InputEventBuffer&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdateDelegate_EndInvoke_mBF3D556902AD150E226D2E09CEF43C648F54DE3D (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___eventBuffer0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_maxNumDevices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxNumDevices_m0FEEC51F3510A61C081B4C4159FD4453CC847428 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int maxNumDevices { get; set; } int32_t L_0 = __this->___U3CmaxNumDevicesU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_maxNumDevices_m0FEEC51F3510A61C081B4C4159FD4453CC847428_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_maxNumDevices_m0FEEC51F3510A61C081B4C4159FD4453CC847428_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_maxNumDevices(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_maxNumDevices_m9F11EC470346A3CB0048D2DAE5B38E3344E51C08 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int maxNumDevices { get; set; } int32_t L_0 = ___value0; __this->___U3CmaxNumDevicesU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_maxNumDevices_m9F11EC470346A3CB0048D2DAE5B38E3344E51C08_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_maxNumDevices_m9F11EC470346A3CB0048D2DAE5B38E3344E51C08_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentNumDevices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentNumDevices_m95D2F0878FD22AFB147019A4511CEA6856FAFB45 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentNumDevices { get; set; } int32_t L_0 = __this->___U3CcurrentNumDevicesU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_currentNumDevices_m95D2F0878FD22AFB147019A4511CEA6856FAFB45_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_currentNumDevices_m95D2F0878FD22AFB147019A4511CEA6856FAFB45_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentNumDevices(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_currentNumDevices_m548C2BF7385931D42DD8FF22BB010FF602AC14EA (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentNumDevices { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentNumDevicesU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_currentNumDevices_m548C2BF7385931D42DD8FF22BB010FF602AC14EA_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_currentNumDevices_m548C2BF7385931D42DD8FF22BB010FF602AC14EA_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_maxStateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxStateSizeInBytes_m105BD2DF857955095D11D617F738350B638C4EF2 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int maxStateSizeInBytes { get; set; } int32_t L_0 = __this->___U3CmaxStateSizeInBytesU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_maxStateSizeInBytes_m105BD2DF857955095D11D617F738350B638C4EF2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_maxStateSizeInBytes_m105BD2DF857955095D11D617F738350B638C4EF2_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_maxStateSizeInBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_maxStateSizeInBytes_m31330B150C4D44C95E79B2BCF9AC422E9D3CD105 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int maxStateSizeInBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CmaxStateSizeInBytesU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_maxStateSizeInBytes_m31330B150C4D44C95E79B2BCF9AC422E9D3CD105_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_maxStateSizeInBytes_m31330B150C4D44C95E79B2BCF9AC422E9D3CD105_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentStateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentStateSizeInBytes_mF8F8501666ADFA81A4BD4DF71F8E27847B0D6EA5 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentStateSizeInBytes { get; set; } int32_t L_0 = __this->___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_currentStateSizeInBytes_mF8F8501666ADFA81A4BD4DF71F8E27847B0D6EA5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_currentStateSizeInBytes_mF8F8501666ADFA81A4BD4DF71F8E27847B0D6EA5_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentStateSizeInBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_currentStateSizeInBytes_m9BBDBBD4A727B654A36F2396F40DB4D0E137CD7D (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentStateSizeInBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentStateSizeInBytesU3Ek__BackingField_3 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_currentStateSizeInBytes_m9BBDBBD4A727B654A36F2396F40DB4D0E137CD7D_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_currentStateSizeInBytes_m9BBDBBD4A727B654A36F2396F40DB4D0E137CD7D_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentControlCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentControlCount_mEBDE0B72A6A56819D2BBA87394C386EECEBD78F3 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentControlCount { get; set; } int32_t L_0 = __this->___U3CcurrentControlCountU3Ek__BackingField_4; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_currentControlCount_mEBDE0B72A6A56819D2BBA87394C386EECEBD78F3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_currentControlCount_mEBDE0B72A6A56819D2BBA87394C386EECEBD78F3_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentControlCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_currentControlCount_mDF1F18CB6B69696C953510A4FE58C87D6FA72729 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentControlCount { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentControlCountU3Ek__BackingField_4 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_currentControlCount_mDF1F18CB6B69696C953510A4FE58C87D6FA72729_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_currentControlCount_mDF1F18CB6B69696C953510A4FE58C87D6FA72729_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_currentLayoutCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentLayoutCount_m69DC513C2784189A9B3F214A3332DD9DC352A528 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentLayoutCount { get; set; } int32_t L_0 = __this->___U3CcurrentLayoutCountU3Ek__BackingField_5; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_currentLayoutCount_m69DC513C2784189A9B3F214A3332DD9DC352A528_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_currentLayoutCount_m69DC513C2784189A9B3F214A3332DD9DC352A528_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_currentLayoutCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_currentLayoutCount_m43BD6E6E44CA3DF2C58AC09B180F83DEC5FDAF4A (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentLayoutCount { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentLayoutCountU3Ek__BackingField_5 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_currentLayoutCount_m43BD6E6E44CA3DF2C58AC09B180F83DEC5FDAF4A_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_currentLayoutCount_m43BD6E6E44CA3DF2C58AC09B180F83DEC5FDAF4A_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalEventBytes { get; set; } int32_t L_0 = __this->___U3CtotalEventBytesU3Ek__BackingField_6; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventBytes_m3E9A896A75E1A57ABA893EA1F63E98E041D404ED (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalEventBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalEventBytesU3Ek__BackingField_6 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_totalEventBytes_m3E9A896A75E1A57ABA893EA1F63E98E041D404ED_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_totalEventBytes_m3E9A896A75E1A57ABA893EA1F63E98E041D404ED_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalEventCount { get; set; } int32_t L_0 = __this->___U3CtotalEventCountU3Ek__BackingField_7; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventCount_mE8188B2A42002E32190B8981B2B5D2D08A95DBE5 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalEventCount { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalEventCountU3Ek__BackingField_7 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_totalEventCount_mE8188B2A42002E32190B8981B2B5D2D08A95DBE5_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_totalEventCount_mE8188B2A42002E32190B8981B2B5D2D08A95DBE5_inline(_thisAdjusted, ___value0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalUpdateCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalUpdateCount { get; set; } int32_t L_0 = __this->___U3CtotalUpdateCountU3Ek__BackingField_8; return L_0; } } IL2CPP_EXTERN_C int32_t InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalUpdateCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_totalUpdateCount_mF43ADDD579F92E2727B55A6E10B578180C2019C2 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalUpdateCount { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalUpdateCountU3Ek__BackingField_8 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_totalUpdateCount_mF43ADDD579F92E2727B55A6E10B578180C2019C2_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_totalUpdateCount_mF43ADDD579F92E2727B55A6E10B578180C2019C2_inline(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventProcessingTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double totalEventProcessingTime { get; set; } double L_0 = __this->___U3CtotalEventProcessingTimeU3Ek__BackingField_9; return L_0; } } IL2CPP_EXTERN_C double InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventProcessingTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventProcessingTime_m1C75FA1C698121B1A1C5BE0044264CCAA0304732 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) { { // public double totalEventProcessingTime { get; set; } double L_0 = ___value0; __this->___U3CtotalEventProcessingTimeU3Ek__BackingField_9 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_totalEventProcessingTime_m1C75FA1C698121B1A1C5BE0044264CCAA0304732_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_totalEventProcessingTime_m1C75FA1C698121B1A1C5BE0044264CCAA0304732_inline(_thisAdjusted, ___value0, method); } // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_totalEventLagTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double totalEventLagTime { get; set; } double L_0 = __this->___U3CtotalEventLagTimeU3Ek__BackingField_10; return L_0; } } IL2CPP_EXTERN_C double InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputMetrics::set_totalEventLagTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventLagTime_m486CE7F87D0221E5829B6D7BDE37837CB3D239F4 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) { { // public double totalEventLagTime { get; set; } double L_0 = ___value0; __this->___U3CtotalEventLagTimeU3Ek__BackingField_10 = L_0; return; } } IL2CPP_EXTERN_C void InputMetrics_set_totalEventLagTime_m486CE7F87D0221E5829B6D7BDE37837CB3D239F4_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputMetrics_set_totalEventLagTime_m486CE7F87D0221E5829B6D7BDE37837CB3D239F4_inline(_thisAdjusted, ___value0, method); } // System.Single UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageEventBytesPerFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputMetrics_get_averageEventBytesPerFrame_m3B35751312B79976908CAA27A8F8E9DB387E3DB8 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public float averageEventBytesPerFrame => (float)totalEventBytes / totalUpdateCount; int32_t L_0; L_0 = InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B_inline(__this, NULL); int32_t L_1; L_1 = InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61_inline(__this, NULL); return ((float)(((float)L_0)/((float)L_1))); } } IL2CPP_EXTERN_C float InputMetrics_get_averageEventBytesPerFrame_m3B35751312B79976908CAA27A8F8E9DB387E3DB8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = InputMetrics_get_averageEventBytesPerFrame_m3B35751312B79976908CAA27A8F8E9DB387E3DB8(_thisAdjusted, method); return _returnValue; } // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageProcessingTimePerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_averageProcessingTimePerEvent_m2A93733786AB9DD394CD35F52B3E3BD5B9307020 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double averageProcessingTimePerEvent => totalEventProcessingTime / totalEventCount; double L_0; L_0 = InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3_inline(__this, NULL); int32_t L_1; L_1 = InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_inline(__this, NULL); return ((double)(L_0/((double)L_1))); } } IL2CPP_EXTERN_C double InputMetrics_get_averageProcessingTimePerEvent_m2A93733786AB9DD394CD35F52B3E3BD5B9307020_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputMetrics_get_averageProcessingTimePerEvent_m2A93733786AB9DD394CD35F52B3E3BD5B9307020(_thisAdjusted, method); return _returnValue; } // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::get_averageLagTimePerEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputMetrics_get_averageLagTimePerEvent_mE4CDD4A599B33E03A76F2E75E1CECDBED08115C7 (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double averageLagTimePerEvent => totalEventLagTime / totalEventCount; double L_0; L_0 = InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6_inline(__this, NULL); int32_t L_1; L_1 = InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_inline(__this, NULL); return ((double)(L_0/((double)L_1))); } } IL2CPP_EXTERN_C double InputMetrics_get_averageLagTimePerEvent_mE4CDD4A599B33E03A76F2E75E1CECDBED08115C7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputMetrics_get_averageLagTimePerEvent_mE4CDD4A599B33E03A76F2E75E1CECDBED08115C7(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate::OnBeforeUpdate(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdate_OnBeforeUpdate_mFA52E401CB450644C86ED0BF541778F87C25C350 (int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_LatestUpdateType = type; int32_t L_0 = ___type0; ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1 = L_0; int32_t L_1 = ___type0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1))) > ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_2 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16))))) { goto IL_002a; } } IL_0011: { // s_PlayerUpdateStepCount.OnBeforeUpdate(); UpdateStepCount_OnBeforeUpdate_m064BE8C6A6E25B934C7CD9B81514C3A61376E002((&((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2), NULL); // s_UpdateStepCount = s_PlayerUpdateStepCount.value; uint32_t L_3; L_3 = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline((&((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2), NULL); ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0 = L_3; } IL_002a: { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate::OnUpdate(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdate_OnUpdate_mD8BE4B7923DCD47BD219EF00C83EB5D7238611C7 (int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_LatestUpdateType = type; int32_t L_0 = ___type0; ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1 = L_0; int32_t L_1 = ___type0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1))) > ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_2 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16))))) { goto IL_002a; } } IL_0011: { // s_PlayerUpdateStepCount.OnUpdate(); UpdateStepCount_OnUpdate_m7E993B061FBF276567B5004742BED2443F2D1426((&((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2), NULL); // s_UpdateStepCount = s_PlayerUpdateStepCount.value; uint32_t L_3; L_3 = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline((&((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2), NULL); ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0 = L_3; } IL_002a: { // } return; } } // UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState UnityEngine.InputSystem.LowLevel.InputUpdate::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 InputUpdate_Save_m6214BF2D6F1760F25E62E16A373C3604B8DCC1B3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new SerializedState // { // lastUpdateType = s_LatestUpdateType, // playerUpdateStepCount = s_PlayerUpdateStepCount, // #if UNITY_EDITOR // lastNonEditorUpdateType = s_LatestNonEditorUpdateType, // editorUpdateStepCount = s_EditorUpdateStepCount // #endif // }; il2cpp_codegen_initobj((&V_0), sizeof(SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026)); int32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1; (&V_0)->___lastUpdateType_0 = L_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 L_1 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2; (&V_0)->___playerUpdateStepCount_1 = L_1; SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 L_2 = V_0; return L_2; } } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate::Restore(UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdate_Restore_m71BD8B07EC8C07C82F8DA7DDFCA5B7330AADDB9D (SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // s_LatestUpdateType = state.lastUpdateType; SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 L_0 = ___state0; int32_t L_1 = L_0.___lastUpdateType_0; ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1 = L_1; // s_PlayerUpdateStepCount = state.playerUpdateStepCount; SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 L_2 = ___state0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 L_3 = L_2.___playerUpdateStepCount_1; ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2 = L_3; // switch (s_LatestUpdateType) int32_t L_4 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1; V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, 1))) > ((uint32_t)1)))) { goto IL_0027; } } { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)16))))) { goto IL_0037; } } IL_0027: { // s_UpdateStepCount = s_PlayerUpdateStepCount.value; uint32_t L_7; L_7 = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline((&((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_PlayerUpdateStepCount_2), NULL); ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0 = L_7; // break; return; } IL_0037: { // s_UpdateStepCount = 0; ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0 = 0; // } return; } } // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate::GetUpdateTypeForPlayer(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputUpdate_GetUpdateTypeForPlayer_m6077A2E346925FCB56E1554E12DA16F45B3F252A (int32_t ___mask0, const RuntimeMethod* method) { { // if ((mask & InputUpdateType.Manual) != 0) int32_t L_0 = ___mask0; if (!((int32_t)((int32_t)L_0&((int32_t)16)))) { goto IL_0009; } } { // return InputUpdateType.Manual; return (int32_t)(((int32_t)16)); } IL_0009: { // if ((mask & InputUpdateType.Dynamic) != 0) int32_t L_1 = ___mask0; if (!((int32_t)((int32_t)L_1&1))) { goto IL_0010; } } { // return InputUpdateType.Dynamic; return (int32_t)(1); } IL_0010: { // if ((mask & InputUpdateType.Fixed) != 0) int32_t L_2 = ___mask0; if (!((int32_t)((int32_t)L_2&2))) { goto IL_0017; } } { // return InputUpdateType.Fixed; return (int32_t)(2); } IL_0017: { // return InputUpdateType.None; return (int32_t)(0); } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate::IsPlayerUpdate(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputUpdate_IsPlayerUpdate_m1742D058C11228F0B2FC3F35A7B42883D6BCD2C4 (int32_t ___updateType0, const RuntimeMethod* method) { { // if (updateType == InputUpdateType.Editor) int32_t L_0 = ___updateType0; if ((!(((uint32_t)L_0) == ((uint32_t)8)))) { goto IL_0006; } } { // return false; return (bool)0; } IL_0006: { // return updateType != default; int32_t L_1 = ___updateType0; return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled) { marshaled.___m_WasUpdated_0 = static_cast(unmarshaled.___m_WasUpdated_0); marshaled.___U3CvalueU3Ek__BackingField_1 = unmarshaled.___U3CvalueU3Ek__BackingField_1; } IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_back(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled) { bool unmarshaledm_WasUpdated_temp_0 = false; unmarshaledm_WasUpdated_temp_0 = static_cast(marshaled.___m_WasUpdated_0); unmarshaled.___m_WasUpdated_0 = unmarshaledm_WasUpdated_temp_0; uint32_t unmarshaledU3CvalueU3Ek__BackingField_temp_1 = 0; unmarshaledU3CvalueU3Ek__BackingField_temp_1 = marshaled.___U3CvalueU3Ek__BackingField_1; unmarshaled.___U3CvalueU3Ek__BackingField_1 = unmarshaledU3CvalueU3Ek__BackingField_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_cleanup(UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled) { marshaled.___m_WasUpdated_0 = static_cast(unmarshaled.___m_WasUpdated_0); marshaled.___U3CvalueU3Ek__BackingField_1 = unmarshaled.___U3CvalueU3Ek__BackingField_1; } IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_back(const UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled, UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324& unmarshaled) { bool unmarshaledm_WasUpdated_temp_0 = false; unmarshaledm_WasUpdated_temp_0 = static_cast(marshaled.___m_WasUpdated_0); unmarshaled.___m_WasUpdated_0 = unmarshaledm_WasUpdated_temp_0; uint32_t unmarshaledU3CvalueU3Ek__BackingField_temp_1 = 0; unmarshaledU3CvalueU3Ek__BackingField_temp_1 = marshaled.___U3CvalueU3Ek__BackingField_1; unmarshaled.___U3CvalueU3Ek__BackingField_1 = unmarshaledU3CvalueU3Ek__BackingField_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount IL2CPP_EXTERN_C void UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_cleanup(UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com& marshaled) { } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459 (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) { { // public uint value { get; private set; } uint32_t L_0 = __this->___U3CvalueU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C uint32_t UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::set_value(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint value { get; private set; } uint32_t L_0 = ___value0; __this->___U3CvalueU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_inline(_thisAdjusted, ___value0, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::OnBeforeUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateStepCount_OnBeforeUpdate_m064BE8C6A6E25B934C7CD9B81514C3A61376E002 (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // m_WasUpdated = true; __this->___m_WasUpdated_0 = (bool)1; // value++; uint32_t L_0; L_0 = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline(__this, NULL); V_0 = L_0; uint32_t L_1 = V_0; UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, 1)), NULL); // } return; } } IL2CPP_EXTERN_C void UpdateStepCount_OnBeforeUpdate_m064BE8C6A6E25B934C7CD9B81514C3A61376E002_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); UpdateStepCount_OnBeforeUpdate_m064BE8C6A6E25B934C7CD9B81514C3A61376E002(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::OnUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateStepCount_OnUpdate_m7E993B061FBF276567B5004742BED2443F2D1426 (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // if (!m_WasUpdated) bool L_0 = __this->___m_WasUpdated_0; if (L_0) { goto IL_0018; } } { // value++; uint32_t L_1; L_1 = UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline(__this, NULL); V_0 = L_1; uint32_t L_2 = V_0; UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, 1)), NULL); } IL_0018: { // m_WasUpdated = false; __this->___m_WasUpdated_0 = (bool)0; // } return; } } IL2CPP_EXTERN_C void UpdateStepCount_OnUpdate_m7E993B061FBF276567B5004742BED2443F2D1426_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); UpdateStepCount_OnUpdate_m7E993B061FBF276567B5004742BED2443F2D1426(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_pinvoke(const SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026& unmarshaled, SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke& marshaled) { marshaled.___lastUpdateType_0 = unmarshaled.___lastUpdateType_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke(unmarshaled.___playerUpdateStepCount_1, marshaled.___playerUpdateStepCount_1); } IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_pinvoke_back(const SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke& marshaled, SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026& unmarshaled) { int32_t unmarshaledlastUpdateType_temp_0 = 0; unmarshaledlastUpdateType_temp_0 = marshaled.___lastUpdateType_0; unmarshaled.___lastUpdateType_0 = unmarshaledlastUpdateType_temp_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 unmarshaledplayerUpdateStepCount_temp_1; memset((&unmarshaledplayerUpdateStepCount_temp_1), 0, sizeof(unmarshaledplayerUpdateStepCount_temp_1)); UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_back(marshaled.___playerUpdateStepCount_1, unmarshaledplayerUpdateStepCount_temp_1); unmarshaled.___playerUpdateStepCount_1 = unmarshaledplayerUpdateStepCount_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_pinvoke_cleanup(SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke& marshaled) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_pinvoke_cleanup(marshaled.___playerUpdateStepCount_1); } // Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_com(const SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026& unmarshaled, SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com& marshaled) { marshaled.___lastUpdateType_0 = unmarshaled.___lastUpdateType_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com(unmarshaled.___playerUpdateStepCount_1, marshaled.___playerUpdateStepCount_1); } IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_com_back(const SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com& marshaled, SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026& unmarshaled) { int32_t unmarshaledlastUpdateType_temp_0 = 0; unmarshaledlastUpdateType_temp_0 = marshaled.___lastUpdateType_0; unmarshaled.___lastUpdateType_0 = unmarshaledlastUpdateType_temp_0; UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 unmarshaledplayerUpdateStepCount_temp_1; memset((&unmarshaledplayerUpdateStepCount_temp_1), 0, sizeof(unmarshaledplayerUpdateStepCount_temp_1)); UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_back(marshaled.___playerUpdateStepCount_1, unmarshaledplayerUpdateStepCount_temp_1); unmarshaled.___playerUpdateStepCount_1 = unmarshaledplayerUpdateStepCount_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState IL2CPP_EXTERN_C void SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshal_com_cleanup(SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com& marshaled) { UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshal_com_cleanup(marshaled.___playerUpdateStepCount_1); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::AllocateDeviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeInputRuntime_AllocateDeviceId_m946D273D3B7AAFAAC30A8F26FD91050C2F64284C (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return NativeInputSystem.AllocateDeviceId(); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); int32_t L_0; L_0 = NativeInputSystem_AllocateDeviceId_m0F5EA2F96B8C2DB31D86E14B7F3C34105E6D67BA(NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::Update(UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_Update_m2D4646BBC664C86F1E2DBBDBD3C4E5947DCDC759 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, int32_t ___updateType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // NativeInputSystem.Update((NativeInputUpdateType)updateType); int32_t L_0 = ___updateType0; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); NativeInputSystem_Update_m898216ECCA26122D827C2FB45FC4A20296031036(L_0, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_QueueEvent_m0F23D7F562BB21BDB91599A087FC1D93B608E997 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // NativeInputSystem.QueueInputEvent((IntPtr)ptr); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___ptr0; intptr_t L_1; L_1 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D((void*)L_0, NULL); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); NativeInputSystem_QueueInputEvent_m9363FC2953D733EA8A3AE58470A90B4767ED0B7B(L_1, NULL); // } return; } } // System.Int64 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NativeInputRuntime_DeviceCommand_mB8A526874AD69E9506C9107ED93456FCBE1CCDF1 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, int32_t ___deviceId0, InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* ___commandPtr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (commandPtr == null) InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_0 = ___commandPtr1; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0010; } } { // throw new ArgumentNullException(nameof(commandPtr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8ABFE73B54F1E2EDA1877D47B6AD4176818D1A01)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeInputRuntime_DeviceCommand_mB8A526874AD69E9506C9107ED93456FCBE1CCDF1_RuntimeMethod_var))); } IL_0010: { // return NativeInputSystem.IOCTL(deviceId, commandPtr->type, new IntPtr(commandPtr->payloadPtr), commandPtr->payloadSizeInBytes); int32_t L_2 = ___deviceId0; InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_3 = ___commandPtr1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = L_3->___type_4; int32_t L_5; L_5 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_4, NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_6 = ___commandPtr1; void* L_7; L_7 = InputDeviceCommand_get_payloadPtr_mCE339E6458B03F15067C3ADE7D22EEBAE4D29982((InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*)L_6, NULL); intptr_t L_8; memset((&L_8), 0, sizeof(L_8)); IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_8), L_7, /*hidden argument*/NULL); InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E* L_9 = ___commandPtr1; int32_t L_10; L_10 = InputDeviceCommand_get_payloadSizeInBytes_m65597C869B0A3AF1D1B928605A06216AB6897D11((InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E*)L_9, NULL); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); int64_t L_11; L_11 = NativeInputSystem_IOCTL_m11AC7B69197C6214E794B563D48FD60E848901E7(L_2, L_5, L_8, L_10, NULL); return L_11; } } // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* NativeInputRuntime_get_onUpdate_mE886C37B946EBE5F90AC89313FE42D737CC5010C (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_OnUpdate; InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* L_0 = __this->___m_OnUpdate_2; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onUpdate(UnityEngine.InputSystem.LowLevel.InputUpdateDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onUpdate_m4997FBF82DD4A70BD43AE78A4A4D18465674343E (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass7_0_U3Cset_onUpdateU3Eb__0_mA6FA76E66DF94BD79BE9B23EC8C0B4B2038F76F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* V_0 = NULL; { U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* L_0 = (U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass7_0__ctor_m51D08934E5A8EC08EFB189DECE6572F9128ACB8A(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* L_1 = V_0; InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* L_2 = ___value0; L_1->___value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___value_0), (void*)L_2); // if (value != null) U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* L_3 = V_0; InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* L_4 = L_3->___value_0; if (!L_4) { goto IL_0028; } } { // NativeInputSystem.onUpdate = // (updateType, eventBufferPtr) => // { // var buffer = new InputEventBuffer((InputEvent*)eventBufferPtr->eventBuffer, // eventBufferPtr->eventCount, // sizeInBytes: eventBufferPtr->sizeInBytes, // capacityInBytes: eventBufferPtr->capacityInBytes); // // try // { // value((InputUpdateType)updateType, ref buffer); // } // catch (Exception e) // { // // Always report the original exception first to confuse users less about what it the actual failure. // Debug.LogException(e); // Debug.LogError($"{e.GetType().Name} during event processing of {updateType} update; resetting event buffer"); // buffer.Reset(); // } // // if (buffer.eventCount > 0) // { // eventBufferPtr->eventCount = buffer.eventCount; // eventBufferPtr->sizeInBytes = (int)buffer.sizeInBytes; // eventBufferPtr->capacityInBytes = (int)buffer.capacityInBytes; // eventBufferPtr->eventBuffer = // NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(buffer.data); // } // else // { // eventBufferPtr->eventCount = 0; // eventBufferPtr->sizeInBytes = 0; // } // }; U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* L_5 = V_0; NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495* L_6 = (NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495*)il2cpp_codegen_object_new(NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495_il2cpp_TypeInfo_var); NativeUpdateCallback__ctor_m04FDCD50564E7535FADAFF34BBA83500585A84F5(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass7_0_U3Cset_onUpdateU3Eb__0_mA6FA76E66DF94BD79BE9B23EC8C0B4B2038F76F7_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onUpdate_0 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onUpdate_0), (void*)L_6); goto IL_002e; } IL_0028: { // NativeInputSystem.onUpdate = null; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onUpdate_0 = (NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onUpdate_0), (void*)(NativeUpdateCallback_tC5CA5A9117B79251968A4DA3758552EFE1D37495*)NULL); } IL_002e: { // m_OnUpdate = value; U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* L_7 = V_0; InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* L_8 = L_7->___value_0; __this->___m_OnUpdate_2 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnUpdate_2), (void*)L_8); // } return; } } // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onBeforeUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* NativeInputRuntime_get_onBeforeUpdate_m809577D51ABF625E285F9D7B662DB7206916F2ED (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_OnBeforeUpdate; Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* L_0 = __this->___m_OnBeforeUpdate_3; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onBeforeUpdate(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onBeforeUpdate_mAA088EE83845CF7A3EA0064674DB7CFCE47A94F7 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3Cset_onBeforeUpdateU3Eb__0_m8866A3C60E714FB89E34A85EEAC587B91D9AD43D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* V_0 = NULL; { U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* L_0 = (U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_m8B3228945AA7BBBB692912F4767821233DBAA6B5(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* L_1 = V_0; Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* L_2 = ___value0; L_1->___value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___value_0), (void*)L_2); // if (value != null) U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* L_3 = V_0; Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* L_4 = L_3->___value_0; if (!L_4) { goto IL_0028; } } { // NativeInputSystem.onBeforeUpdate = updateType => value((InputUpdateType)updateType); U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* L_5 = V_0; Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B* L_6 = (Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B*)il2cpp_codegen_object_new(Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B_il2cpp_TypeInfo_var); Action_1__ctor_m6053BD5AC27ECDD2DF78552B3ECB0D0F38B008C0(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass10_0_U3Cset_onBeforeUpdateU3Eb__0_m8866A3C60E714FB89E34A85EEAC587B91D9AD43D_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onBeforeUpdate_1 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onBeforeUpdate_1), (void*)L_6); goto IL_002e; } IL_0028: { // NativeInputSystem.onBeforeUpdate = null; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onBeforeUpdate_1 = (Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onBeforeUpdate_1), (void*)(Action_1_t7797D4D8783204B10C3D28B96B049C48276C3B1B*)NULL); } IL_002e: { // m_OnBeforeUpdate = value; U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* L_7 = V_0; Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* L_8 = L_7->___value_0; __this->___m_OnBeforeUpdate_3 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnBeforeUpdate_3), (void*)L_8); // } return; } } // System.Func`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onShouldRunUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* NativeInputRuntime_get_onShouldRunUpdate_m63574D7B7B837DBFBCDEC63215482D53EEA8E50C (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_OnShouldRunUpdate; Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* L_0 = __this->___m_OnShouldRunUpdate_4; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onShouldRunUpdate(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onShouldRunUpdate_m670E29C3FD891451265FC4F8E05D752F9E6AAC49 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3Cset_onShouldRunUpdateU3Eb__0_mA1457EFD8C1B7BBC063563F4D3D7C41EDB06062F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* V_0 = NULL; { U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* L_0 = (U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_m9BDD963AD4B4D771579687755A1B9A1DB691A89C(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* L_1 = V_0; Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* L_2 = ___value0; L_1->___value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___value_0), (void*)L_2); // if (value != null) U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* L_3 = V_0; Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* L_4 = L_3->___value_0; if (!L_4) { goto IL_0028; } } { // NativeInputSystem.onShouldRunUpdate = updateType => value((InputUpdateType)updateType); U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* L_5 = V_0; Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2* L_6 = (Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2*)il2cpp_codegen_object_new(Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2_il2cpp_TypeInfo_var); Func_2__ctor_m04C8BE35346A258C612317730B8A43E84EEF5E55(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass13_0_U3Cset_onShouldRunUpdateU3Eb__0_mA1457EFD8C1B7BBC063563F4D3D7C41EDB06062F_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onShouldRunUpdate_2 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onShouldRunUpdate_2), (void*)L_6); goto IL_002e; } IL_0028: { // NativeInputSystem.onShouldRunUpdate = null; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); ((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onShouldRunUpdate_2 = (Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var))->___onShouldRunUpdate_2), (void*)(Func_2_t880CA675AE5D39E081BEEF14DC092D82674DE4F2*)NULL); } IL_002e: { // m_OnShouldRunUpdate = value; U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* L_7 = V_0; Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* L_8 = L_7->___value_0; __this->___m_OnShouldRunUpdate_4 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnShouldRunUpdate_4), (void*)L_8); // } return; } } // System.Action`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onDeviceDiscovered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* NativeInputRuntime_get_onDeviceDiscovered_mC1F5209174E18A2115CA3C0CBFAE8B80F1E3EF41 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => NativeInputSystem.onDeviceDiscovered; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* L_0; L_0 = NativeInputSystem_get_onDeviceDiscovered_mD55A996A1107331B95C4D9409B8D4C98BADB8FCC(NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onDeviceDiscovered(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onDeviceDiscovered_mCC90ECADE7ECF924CA330CC29FC17DADE38F5022 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set => NativeInputSystem.onDeviceDiscovered = value; Action_2_t6AAF2E215E74E16A4EEF0A0749A4A325D99F5BA6* L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); NativeInputSystem_set_onDeviceDiscovered_m8DEE711BB866D1C923DA537B7DE62BF03094D855(L_0, NULL); return; } } // System.Action UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onShutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* NativeInputRuntime_get_onShutdown_mEB42B00CF7C754143347E8880367CB2BA5BA064F (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_ShutdownMethod; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___m_ShutdownMethod_1; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onShutdown(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onShutdown_m5368B5CC4629E50BB049EBB3D7F62977542AE949 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = ___value0; if (L_0) { goto IL_0016; } } { // Application.quitting -= OnShutdown; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, __this, (intptr_t)((void*)NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A_RuntimeMethod_var), NULL); Application_remove_quitting_m9DC9D4165EDB0FD93AB893655E26BF73566D2C1B(L_1, NULL); goto IL_002f; } IL_0016: { // else if (m_ShutdownMethod == null) Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___m_ShutdownMethod_1; if (L_2) { goto IL_002f; } } { // Application.quitting += OnShutdown; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, __this, (intptr_t)((void*)NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A_RuntimeMethod_var), NULL); Application_add_quitting_m5767AC63F23ABFD5BC3D60710906643BA536CCC5(L_3, NULL); } IL_002f: { // m_ShutdownMethod = value; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = ___value0; __this->___m_ShutdownMethod_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ShutdownMethod_1), (void*)L_4); // } return; } } // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_onPlayerFocusChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* NativeInputRuntime_get_onPlayerFocusChanged_m5D7383969271CA93C125A1B08E700E14C5848BDA (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_FocusChangedMethod; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = __this->___m_FocusChangedMethod_7; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_onPlayerFocusChanged(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_onPlayerFocusChanged_mC9A28201FD6C91E2E95636CA8AB7E2014A6FEB16 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputRuntime_OnFocusChanged_m5EBBEFE59AA7D3441379388C255BA98963D59250_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (value == null) Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = ___value0; if (L_0) { goto IL_0016; } } { // Application.focusChanged -= OnFocusChanged; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_1 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var); Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_1, __this, (intptr_t)((void*)NativeInputRuntime_OnFocusChanged_m5EBBEFE59AA7D3441379388C255BA98963D59250_RuntimeMethod_var), NULL); Application_remove_focusChanged_m1348AD63AFFB9F50347A09DDE75F91B5A6710624(L_1, NULL); goto IL_002f; } IL_0016: { // else if (m_FocusChangedMethod == null) Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_2 = __this->___m_FocusChangedMethod_7; if (L_2) { goto IL_002f; } } { // Application.focusChanged += OnFocusChanged; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var); Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_3, __this, (intptr_t)((void*)NativeInputRuntime_OnFocusChanged_m5EBBEFE59AA7D3441379388C255BA98963D59250_RuntimeMethod_var), NULL); Application_add_focusChanged_m8C984ECC5D23BE2E395EEAEE58D028F2B95A7E85(L_3, NULL); } IL_002f: { // m_FocusChangedMethod = value; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_4 = ___value0; __this->___m_FocusChangedMethod_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FocusChangedMethod_7), (void*)L_4); // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_isPlayerFocused() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeInputRuntime_get_isPlayerFocused_mFFAE21C76A82509C61E261738039543DD80A6CF8 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public bool isPlayerFocused => Application.isFocused; bool L_0; L_0 = Application_get_isFocused_mFEEC52E355AA7AAA6B7250520CA544D80BE77524(NULL); return L_0; } } // System.Single UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_pollingFrequency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NativeInputRuntime_get_pollingFrequency_m7809A2FD35CB7952D8257D279E325E6C3F894553 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // get => m_PollingFrequency; float L_0 = __this->___m_PollingFrequency_5; return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::set_pollingFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_set_pollingFrequency_mBBB031DA20FB40AD577156C195BF94C9A1F4559D (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_PollingFrequency = value; float L_0 = ___value0; __this->___m_PollingFrequency_5 = L_0; // NativeInputSystem.SetPollingFrequency(value); float L_1 = ___value0; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); NativeInputSystem_SetPollingFrequency_mDEF2E1093D0776906BC95CC8E29A143C115910A0(L_1, NULL); // } return; } } // System.Double UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_currentTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputRuntime_get_currentTime_m4F1F15E7FA7E6B03E553AEA050F0A06608F46700 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public double currentTime => NativeInputSystem.currentTime; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); double L_0; L_0 = NativeInputSystem_get_currentTime_mB10D8CF832AA53952843986F29675B3BC71AAEC9(NULL); return L_0; } } // System.Double UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_currentTimeForFixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputRuntime_get_currentTimeForFixedUpdate_mF324E8BF5B540BCF2C42E2AA65CC11AEB42CAC47 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public double currentTimeForFixedUpdate => Time.fixedUnscaledTime + currentTimeOffsetToRealtimeSinceStartup; float L_0; L_0 = Time_get_fixedUnscaledTime_m408E1B883AE5D5D1469E6036F8A4B4822A6E9B37(NULL); double L_1; L_1 = NativeInputRuntime_get_currentTimeOffsetToRealtimeSinceStartup_m012D3D1C30F95156D18F882AE7A17FA3F7668BC1(__this, NULL); return ((double)il2cpp_codegen_add(((double)L_0), L_1)); } } // System.Double UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_currentTimeOffsetToRealtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NativeInputRuntime_get_currentTimeOffsetToRealtimeSinceStartup_m012D3D1C30F95156D18F882AE7A17FA3F7668BC1 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public double currentTimeOffsetToRealtimeSinceStartup => NativeInputSystem.currentTimeOffsetToRealtimeSinceStartup; il2cpp_codegen_runtime_class_init_inline(NativeInputSystem_tCFE5554EBC0D3EE1DAD80FC55CE0DE38A3DDC5EE_il2cpp_TypeInfo_var); double L_0; L_0 = NativeInputSystem_get_currentTimeOffsetToRealtimeSinceStartup_mE5FB513F17BBF2FF45494D1939C44DEBF3040B55(NULL); return L_0; } } // System.Single UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_unscaledGameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NativeInputRuntime_get_unscaledGameTime_m538855F9100AFFEC5F5EB6B22ECA5C38D84E2757 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public float unscaledGameTime => Time.unscaledTime; float L_0; L_0 = Time_get_unscaledTime_mAF4040B858903E1325D1C65B8BF1AC61460B2503(NULL); return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_runInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeInputRuntime_get_runInBackground_mF0AAD098FB78AD18C3F462FF4322F093B6610EBC (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public bool runInBackground => Application.runInBackground; bool L_0; L_0 = Application_get_runInBackground_mD56510A53700CF5E71040CE3B825773DDE70C2E9(NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::OnShutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // m_ShutdownMethod(); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___m_ShutdownMethod_1; Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_0, NULL); // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::OnWantsToShutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeInputRuntime_OnWantsToShutdown_m7B453DD7CDF7EAD718D331BC56EC217E7B769E72 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // if (!m_DidCallOnShutdown) bool L_0 = __this->___m_DidCallOnShutdown_6; if (L_0) { goto IL_0015; } } { // OnShutdown(); NativeInputRuntime_OnShutdown_mD52B4BB75DB77B06409941C49A6A41F41C6AAB4A(__this, NULL); // m_DidCallOnShutdown = true; __this->___m_DidCallOnShutdown_6 = (bool)1; } IL_0015: { // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::OnFocusChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_OnFocusChanged_m5EBBEFE59AA7D3441379388C255BA98963D59250 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, bool ___focus0, const RuntimeMethod* method) { { // m_FocusChangedMethod(focus); Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = __this->___m_FocusChangedMethod_7; bool L_1 = ___focus0; Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_inline(L_0, L_1, NULL); // } return; } } // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_screenSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 NativeInputRuntime_get_screenSize_m9EB95345A9B60B98EAFD2C5A71F3A0B8AB76E67A (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public Vector2 screenSize => new Vector2(Screen.width, Screen.height); int32_t L_0; L_0 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL); int32_t L_1; L_1 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2; memset((&L_2), 0, sizeof(L_2)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), ((float)L_0), ((float)L_1), /*hidden argument*/NULL); return L_2; } } // UnityEngine.ScreenOrientation UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_screenOrientation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeInputRuntime_get_screenOrientation_m919BE2D129FC11F2E4801EC39A5971D961198491 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public ScreenOrientation screenOrientation => Screen.orientation; int32_t L_0; L_0 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL); return L_0; } } // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::get_isInBatchMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeInputRuntime_get_isInBatchMode_m42D2DBB328C9D293C2D35ABAD0BDEE5E0C01BB9D (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // public bool isInBatchMode => Application.isBatchMode; bool L_0; L_0 = Application_get_isBatchMode_mDE2DA11B2DAC8D8239BACD75A56A6EE6BAA4DC36(NULL); return L_0; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::RegisterAnalyticsEvent(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_RegisterAnalyticsEvent_m1D681549F26FF719E0B0C1E02C4637DF9806315E (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, String_t* ___name0, int32_t ___maxPerHour1, int32_t ___maxPropertiesPerEvent2, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::SendAnalyticsEvent(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime_SendAnalyticsEvent_mC6806BA8898251A3212905CCA9036D58DDECCA77 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, String_t* ___name0, RuntimeObject* ___data1, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime__ctor_mF029A72DDB68E34A46455E6354309A9585D37573 (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* __this, const RuntimeMethod* method) { { // private float m_PollingFrequency = 60.0f; __this->___m_PollingFrequency_5 = (60.0f); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeInputRuntime__cctor_mA350AC4C643B086E64D792C0229899B822A6AA5C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly NativeInputRuntime instance = new NativeInputRuntime(); NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* L_0 = (NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7*)il2cpp_codegen_object_new(NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var); NativeInputRuntime__ctor_mF029A72DDB68E34A46455E6354309A9585D37573(L_0, NULL); ((NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var))->___instance_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var))->___instance_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m51D08934E5A8EC08EFB189DECE6572F9128ACB8A (U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0::b__0(UnityEngineInternal.Input.NativeInputUpdateType,UnityEngineInternal.Input.NativeInputEventBuffer*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3Cset_onUpdateU3Eb__0_mA6FA76E66DF94BD79BE9B23EC8C0B4B2038F76F7 (U3CU3Ec__DisplayClass7_0_t1A3709DBB35971E4F78E67858F971CDD0B817698* __this, int32_t ___updateType0, NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* ___eventBufferPtr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { // var buffer = new InputEventBuffer((InputEvent*)eventBufferPtr->eventBuffer, // eventBufferPtr->eventCount, // sizeInBytes: eventBufferPtr->sizeInBytes, // capacityInBytes: eventBufferPtr->capacityInBytes); NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_0 = ___eventBufferPtr1; void* L_1 = L_0->___eventBuffer_0; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_2 = ___eventBufferPtr1; int32_t L_3 = L_2->___eventCount_1; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_4 = ___eventBufferPtr1; int32_t L_5 = L_4->___sizeInBytes_2; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_6 = ___eventBufferPtr1; int32_t L_7 = L_6->___capacityInBytes_3; InputEventBuffer__ctor_mC9DC5120D654A771A3E7B8B21E89EE6071DD01C3((&V_0), (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, L_3, L_5, L_7, NULL); } try {// begin try (depth: 1) // value((InputUpdateType)updateType, ref buffer); InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* L_8 = __this->___value_0; int32_t L_9 = ___updateType0; InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_inline(L_8, L_9, (&V_0), NULL); // } goto IL_005f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002f; } throw e; } CATCH_002f: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); // Debug.LogException(e); Exception_t* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var))); Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(L_10, NULL); // Debug.LogError($"{e.GetType().Name} during event processing of {updateType} update; resetting event buffer"); Exception_t* L_11 = V_1; Type_t* L_12; L_12 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_11, NULL); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); int32_t L_14 = ___updateType0; int32_t L_15 = L_14; RuntimeObject* L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeInputUpdateType_tBF672D1AE8F85E9FFC0D44EF6BD5FB96B5C9ACE8_il2cpp_TypeInfo_var)), &L_15); String_t* L_17; L_17 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral751EA3EF4485E58987D7536A5FB4C9668CFAC063)), L_13, L_16, NULL); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_17, NULL); // buffer.Reset(); InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B((&V_0), NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005f; }// end catch (depth: 1) IL_005f: { // if (buffer.eventCount > 0) int32_t L_18; L_18 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline((&V_0), NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00a5; } } { // eventBufferPtr->eventCount = buffer.eventCount; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_19 = ___eventBufferPtr1; int32_t L_20; L_20 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline((&V_0), NULL); L_19->___eventCount_1 = L_20; // eventBufferPtr->sizeInBytes = (int)buffer.sizeInBytes; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_21 = ___eventBufferPtr1; int64_t L_22; L_22 = InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline((&V_0), NULL); L_21->___sizeInBytes_2 = ((int32_t)L_22); // eventBufferPtr->capacityInBytes = (int)buffer.capacityInBytes; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_23 = ___eventBufferPtr1; int64_t L_24; L_24 = InputEventBuffer_get_capacityInBytes_m880911F29058AFF745E74D509EB224261374089B((&V_0), NULL); L_23->___capacityInBytes_3 = ((int32_t)L_24); // eventBufferPtr->eventBuffer = // NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks(buffer.data); NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_25 = ___eventBufferPtr1; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_26; L_26 = InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline((&V_0), NULL); void* L_27; L_27 = NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D(L_26, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_RuntimeMethod_var); L_25->___eventBuffer_0 = L_27; return; } IL_00a5: { // eventBufferPtr->eventCount = 0; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_28 = ___eventBufferPtr1; L_28->___eventCount_1 = 0; // eventBufferPtr->sizeInBytes = 0; NativeInputEventBuffer_t4EE5873AD7998E0E83C9F8585C338AB14C9101FD* L_29 = ___eventBufferPtr1; L_29->___sizeInBytes_2 = 0; // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m8B3228945AA7BBBB692912F4767821233DBAA6B5 (U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0::b__0(UnityEngineInternal.Input.NativeInputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3Cset_onBeforeUpdateU3Eb__0_m8866A3C60E714FB89E34A85EEAC587B91D9AD43D (U3CU3Ec__DisplayClass10_0_t3C16459876E43A6A7151C0E35A8B7402A64144D8* __this, int32_t ___updateType0, const RuntimeMethod* method) { { // NativeInputSystem.onBeforeUpdate = updateType => value((InputUpdateType)updateType); Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* L_0 = __this->___value_0; int32_t L_1 = ___updateType0; Action_1_Invoke_mE01F1921DBD55EF6141E4F583FAC18E854BE027A_inline(L_0, L_1, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m9BDD963AD4B4D771579687755A1B9A1DB691A89C (U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0::b__0(UnityEngineInternal.Input.NativeInputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass13_0_U3Cset_onShouldRunUpdateU3Eb__0_mA1457EFD8C1B7BBC063563F4D3D7C41EDB06062F (U3CU3Ec__DisplayClass13_0_t21F396034441DB57F92472B4AB14EAD654A1E763* __this, int32_t ___updateType0, const RuntimeMethod* method) { { // NativeInputSystem.onShouldRunUpdate = updateType => value((InputUpdateType)updateType); Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* L_0 = __this->___value_0; int32_t L_1 = ___updateType0; bool L_2; L_2 = Func_2_Invoke_m9E4BB29155A373750E25C8808FE41F57C04338D4_inline(L_0, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputState::get_currentUpdateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static InputUpdateType currentUpdateType => InputUpdate.s_LatestUpdateType; int32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1; return L_0; } } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputState::get_updateCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputState_get_updateCount_m5FF1B8BE8670AF38C6502FBCA3B4E67F8283E03E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static uint updateCount => InputUpdate.s_UpdateStepCount; uint32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0; return L_0; } } // System.Double UnityEngine.InputSystem.LowLevel.InputState::get_currentTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static double currentTime => InputRuntime.s_Instance.currentTime - InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup; RuntimeObject* L_0 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0; double L_1; L_1 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_0); double L_2 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_CurrentTimeOffsetToRealtimeSinceStartup_1; return ((double)il2cpp_codegen_subtract(L_1, L_2)); } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::add_onChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_add_onChange_m5E314392748E39203490753B50BE9388BD9C30E4 (Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // add => InputSystem.s_Manager.onDeviceStateChange += value; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* L_1 = ___value0; InputManager_add_onDeviceStateChange_mF7D8BA5B4407B93E73BC2ABCC7C2693D872D7A09(L_0, L_1, NULL); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::remove_onChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_remove_onChange_m87BAC92E99C533F1AE984D30B1DA839019029BAA (Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // remove => InputSystem.s_Manager.onDeviceStateChange -= value; il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* L_1 = ___value0; InputManager_remove_onDeviceStateChange_mD8415A6413E21AAD4827ABB263DC58918E0EE5CB(L_0, L_1, NULL); return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.LowLevel.InputUpdateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_m3920D1C32EA34F4F87A363043D7D750498070E64 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, int32_t ___updateType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_1; memset((&V_1), 0, sizeof(V_1)); InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_2; memset((&V_2), 0, sizeof(V_2)); InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B13_0 = NULL; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B13_1 = NULL; InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B13_2 = NULL; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B12_0 = NULL; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B12_1 = NULL; InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B12_2 = NULL; int32_t G_B14_0 = 0; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* G_B14_1 = NULL; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B14_2 = NULL; InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B14_3 = NULL; { // if (device == null) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_m3920D1C32EA34F4F87A363043D7D750498070E64_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr1), NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_m3920D1C32EA34F4F87A363043D7D750498070E64_RuntimeMethod_var))); } IL_0022: { // var eventType = eventPtr.type; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4; L_4 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr1), NULL); V_1 = L_4; // if (eventType == StateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6; L_6 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1398030676), NULL); bool L_7; L_7 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_5, L_6, NULL); if (!L_7) { goto IL_004a; } } { // stateFormat = StateEvent.FromUnchecked(eventPtr)->stateFormat; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = ___eventPtr1; StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_9; L_9 = StateEvent_FromUnchecked_m2735488B081D9C8E972D4F2B6D80C044599BFB81(L_8, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10 = L_9->___stateFormat_3; V_0 = L_10; goto IL_006b; } IL_004a: { // else if (eventType == DeltaStateEvent.Type) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11 = V_1; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12; L_12 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(((int32_t)1145852993), NULL); bool L_13; L_13 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_11, L_12, NULL); if (!L_13) { goto IL_006a; } } { // stateFormat = DeltaStateEvent.FromUnchecked(eventPtr)->stateFormat; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_14 = ___eventPtr1; DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_15; L_15 = DeltaStateEvent_FromUnchecked_m88C0138A7910009A5B0BCB83EEB0A3483E23613A(L_14, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_16 = L_15->___stateFormat_2; V_0 = L_16; goto IL_006b; } IL_006a: { // return; return; } IL_006b: { // if (stateFormat != device.stateBlock.format) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_17 = V_0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_18 = ___device0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_19; L_19 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_18, NULL); V_2 = L_19; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_20; L_20 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_2), NULL); bool L_21; L_21 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_17, L_20, NULL); if (!L_21) { goto IL_00b0; } } { // throw new ArgumentException( // $"State format {stateFormat} from event does not match state format {device.stateBlock.format} of device {device}", // nameof(eventPtr)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_22 = V_0; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_23 = L_22; RuntimeObject* L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_23); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_25 = ___device0; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_26; L_26 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_25, NULL); V_2 = L_26; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_27; L_27 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_2), NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_28 = L_27; RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_28); InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_30 = ___device0; String_t* L_31; L_31 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50B5FDB25780A0463D1E627B04779FAF5330F1E9)), L_24, L_29, L_30, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_32 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_32, L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_m3920D1C32EA34F4F87A363043D7D750498070E64_RuntimeMethod_var))); } IL_00b0: { // InputSystem.s_Manager.UpdateState(device, eventPtr, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_33 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_34 = ___device0; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_35 = ___eventPtr1; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_36; L_36 = InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209(L_35, NULL); int32_t L_37 = ___updateType2; G_B12_0 = L_36; G_B12_1 = L_34; G_B12_2 = L_33; if (L_37) { G_B13_0 = L_36; G_B13_1 = L_34; G_B13_2 = L_33; goto IL_00cb; } } { il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_38 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; int32_t L_39; L_39 = InputManager_get_defaultUpdateType_mB7D093DDF6E2D3B78F8AA059FA9506800C33B35C(L_38, NULL); G_B14_0 = L_39; G_B14_1 = G_B12_0; G_B14_2 = G_B12_1; G_B14_3 = G_B12_2; goto IL_00cc; } IL_00cb: { int32_t L_40 = ___updateType2; G_B14_0 = L_40; G_B14_1 = G_B13_0; G_B14_2 = G_B13_1; G_B14_3 = G_B13_2; } IL_00cc: { bool L_41; L_41 = InputManager_UpdateState_m5F6D683F850E278934DEB502A6DD96D975056477(G_B14_3, G_B14_2, G_B14_1, G_B14_0, NULL); // } return; } } // System.Boolean UnityEngine.InputSystem.LowLevel.InputState::IsIntegerFormat(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputState_IsIntegerFormat_m0B007B7B09D87CDE8C81506C135A96B1F1E1A8B1 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return format == InputStateBlock.FormatBit || // format == InputStateBlock.FormatInt || // format == InputStateBlock.FormatByte || // format == InputStateBlock.FormatShort || // format == InputStateBlock.FormatSBit || // format == InputStateBlock.FormatUInt || // format == InputStateBlock.FormatUShort || // format == InputStateBlock.FormatLong || // format == InputStateBlock.FormatULong; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2; bool L_2; L_2 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_0, L_1, NULL); if (L_2) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6; bool L_5; L_5 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_3, L_4, NULL); if (L_5) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatByte_14; bool L_8; L_8 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_6, L_7, NULL); if (L_8) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatShort_10; bool L_11; L_11 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_9, L_10, NULL); if (L_11) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_13 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSBit_4; bool L_14; L_14 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_12, L_13, NULL); if (L_14) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_15 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_16 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUInt_8; bool L_17; L_17 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_15, L_16, NULL); if (L_17) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_18 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUShort_12; bool L_20; L_20 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_18, L_19, NULL); if (L_20) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_21 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_22 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatLong_18; bool L_23; L_23 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_21, L_22, NULL); if (L_23) { goto IL_0074; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_24 = ___format0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_25 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatULong_20; bool L_26; L_26 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_24, L_25, NULL); return L_26; } IL_0074: { return (bool)1; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::AddChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, uint32_t ___groupIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (control == null) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22_RuntimeMethod_var))); } IL_000e: { // if (monitor == null) RuntimeObject* L_2 = ___monitor1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(monitor)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66771CBF7A6F8D1C96826CD68BA93D5C408C8865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22_RuntimeMethod_var))); } IL_001c: { // if (!control.device.added) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5; L_5 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_4, NULL); bool L_6; L_6 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_5, NULL); if (L_6) { goto IL_003a; } } { // throw new ArgumentException($"Device for control '{control}' has not been added to system"); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0; String_t* L_8; L_8 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26AE6F38B24292B9F4A89F463BE2C43F48DEBD1)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22_RuntimeMethod_var))); } IL_003a: { // InputSystem.s_Manager.AddStateChangeMonitor(control, monitor, monitorIndex, groupIndex); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_10 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___control0; RuntimeObject* L_12 = ___monitor1; int64_t L_13 = ___monitorIndex2; uint32_t L_14 = ___groupIndex3; InputManager_AddStateChangeMonitor_m1C245057EBCF7C66ED9756078F33B659BF2408EA(L_10, L_11, L_12, L_13, L_14, NULL); // } return; } } // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.LowLevel.InputState::AddChangeMonitor(UnityEngine.InputSystem.InputControl,System.Action`4,System.Int32,System.Action`4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputState_AddChangeMonitor_mB899A91A831301C92797BC0BF23E5E7E5A0751BA (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* ___valueChangeCallback1, int32_t ___monitorIndex2, Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* ___timerExpiredCallback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* V_0 = NULL; { // if (valueChangeCallback == null) Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* L_0 = ___valueChangeCallback1; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(valueChangeCallback)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1760F67463EE9078ADA20BFD20686874FFF562DB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_AddChangeMonitor_mB899A91A831301C92797BC0BF23E5E7E5A0751BA_RuntimeMethod_var))); } IL_000e: { // var monitor = new StateChangeMonitorDelegate // { // valueChangeCallback = valueChangeCallback, // timerExpiredCallback = timerExpiredCallback // }; StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* L_2 = (StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798*)il2cpp_codegen_object_new(StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798_il2cpp_TypeInfo_var); StateChangeMonitorDelegate__ctor_mA84CD919E53615B72F9AF0B8271CD108F4850FD0(L_2, NULL); StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* L_3 = L_2; Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* L_4 = ___valueChangeCallback1; L_3->___valueChangeCallback_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___valueChangeCallback_0), (void*)L_4); StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* L_5 = L_3; Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* L_6 = ___timerExpiredCallback3; L_5->___timerExpiredCallback_1 = L_6; Il2CppCodeGenWriteBarrier((void**)(&L_5->___timerExpiredCallback_1), (void*)L_6); V_0 = L_5; // AddChangeMonitor(control, monitor, monitorIndex); InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0; StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* L_8 = V_0; int32_t L_9 = ___monitorIndex2; InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22(L_7, L_8, ((int64_t)L_9), 0, NULL); // return monitor; StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* L_10 = V_0; return L_10; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::RemoveChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (control == null) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7_RuntimeMethod_var))); } IL_000e: { // if (monitor == null) RuntimeObject* L_2 = ___monitor1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(monitor)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66771CBF7A6F8D1C96826CD68BA93D5C408C8865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7_RuntimeMethod_var))); } IL_001c: { // InputSystem.s_Manager.RemoveStateChangeMonitor(control, monitor, monitorIndex); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___control0; RuntimeObject* L_6 = ___monitor1; int64_t L_7 = ___monitorIndex2; InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4(L_4, L_5, L_6, L_7, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::AddChangeMonitorTimeout(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Double,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_AddChangeMonitorTimeout_m4108B657ED7F955F658576641814FA286D6F911B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, double ___time2, int64_t ___monitorIndex3, int32_t ___timerIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (monitor == null) RuntimeObject* L_0 = ___monitor1; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(monitor)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66771CBF7A6F8D1C96826CD68BA93D5C408C8865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_AddChangeMonitorTimeout_m4108B657ED7F955F658576641814FA286D6F911B_RuntimeMethod_var))); } IL_000e: { // InputSystem.s_Manager.AddStateChangeMonitorTimeout(control, monitor, time, monitorIndex, timerIndex); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0; RuntimeObject* L_4 = ___monitor1; double L_5 = ___time2; int64_t L_6 = ___monitorIndex3; int32_t L_7 = ___timerIndex4; InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF(L_2, L_3, L_4, L_5, L_6, L_7, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::RemoveChangeMonitorTimeout(UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_RemoveChangeMonitorTimeout_m27DB46CE3800494F2C137EDEFFAB220D6E6FF722 (RuntimeObject* ___monitor0, int64_t ___monitorIndex1, int32_t ___timerIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (monitor == null) RuntimeObject* L_0 = ___monitor0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(monitor)); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66771CBF7A6F8D1C96826CD68BA93D5C408C8865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_RemoveChangeMonitorTimeout_m27DB46CE3800494F2C137EDEFFAB220D6E6FF722_RuntimeMethod_var))); } IL_000e: { // InputSystem.s_Manager.RemoveStateChangeMonitorTimeout(monitor, monitorIndex, timerIndex); il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var); InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2; RuntimeObject* L_3 = ___monitor0; int64_t L_4 = ___monitorIndex1; int32_t L_5 = ___timerIndex2; InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528(L_2, L_3, L_4, L_5, NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::NotifyControlStateChanged(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChangeMonitorDelegate_NotifyControlStateChanged_m09BACC4C32EC03DD4DA948A45BDDF78BBB88BB3A (StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, int64_t ___monitorIndex3, const RuntimeMethod* method) { { // valueChangeCallback(control, time, eventPtr, monitorIndex); Action_4_t6851B1EC5DCD4CBADE8DBCFA19AEDF291296FCF6* L_0 = __this->___valueChangeCallback_0; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___control0; double L_2 = ___time1; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3 = ___eventPtr2; int64_t L_4 = ___monitorIndex3; Action_4_Invoke_m198E9A8A619A0C123079959EA37444466A01FBA2_inline(L_0, L_1, L_2, L_3, L_4, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::NotifyTimerExpired(UnityEngine.InputSystem.InputControl,System.Double,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChangeMonitorDelegate_NotifyTimerExpired_mB364520595100347164852945F018DBFBAC2F7DC (StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, int64_t ___monitorIndex2, int32_t ___timerIndex3, const RuntimeMethod* method) { Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* G_B2_0 = NULL; Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* G_B1_0 = NULL; { // timerExpiredCallback?.Invoke(control, time, monitorIndex, timerIndex); Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* L_0 = __this->___timerExpiredCallback_1; Action_4_tE7F26291E612F3304EDB709A68D1761096F0BE8B* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { return; } IL_000b: { InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___control0; double L_3 = ___time1; int64_t L_4 = ___monitorIndex2; int32_t L_5 = ___timerIndex3; Action_4_Invoke_mC48373C1507CB8B6472A0D9701BD1ABB49375BC2_inline(G_B2_0, L_2, L_3, L_4, L_5, NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState/StateChangeMonitorDelegate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChangeMonitorDelegate__ctor_mA84CD919E53615B72F9AF0B8271CD108F4850FD0 (StateChangeMonitorDelegate_t099E9C2F86E4AB59D4810F8DDA0C8D2247812798* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::GetSizeOfPrimitiveFormatInBits(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_GetSizeOfPrimitiveFormatInBits_m081E64FA3A22294D97B6CC5A4F8AFC4DED9096A2 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (type == FormatBit || type == FormatSBit) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2; bool L_2; L_2 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_0, L_1, NULL); if (L_2) { goto IL_001a; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSBit_4; bool L_5; L_5 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_3, L_4, NULL); if (!L_5) { goto IL_001c; } } IL_001a: { // return 1; return 1; } IL_001c: { // if (type == FormatInt || type == FormatUInt) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6; bool L_8; L_8 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_6, L_7, NULL); if (L_8) { goto IL_0036; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUInt_8; bool L_11; L_11 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_9, L_10, NULL); if (!L_11) { goto IL_0039; } } IL_0036: { // return 4 * 8; return ((int32_t)32); } IL_0039: { // if (type == FormatShort || type == FormatUShort) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_13 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatShort_10; bool L_14; L_14 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_12, L_13, NULL); if (L_14) { goto IL_0053; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_15 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_16 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUShort_12; bool L_17; L_17 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_15, L_16, NULL); if (!L_17) { goto IL_0056; } } IL_0053: { // return 2 * 8; return ((int32_t)16); } IL_0056: { // if (type == FormatByte || type == FormatSByte) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_18 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatByte_14; bool L_20; L_20 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_18, L_19, NULL); if (L_20) { goto IL_0070; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_21 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_22 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSByte_16; bool L_23; L_23 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_21, L_22, NULL); if (!L_23) { goto IL_0072; } } IL_0070: { // return 1 * 8; return 8; } IL_0072: { // if (type == FormatLong || type == FormatULong) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_24 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_25 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatLong_18; bool L_26; L_26 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_24, L_25, NULL); if (L_26) { goto IL_008c; } } { FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_27 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_28 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatULong_20; bool L_29; L_29 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_27, L_28, NULL); if (!L_29) { goto IL_008f; } } IL_008c: { // return 8 * 8; return ((int32_t)64); } IL_008f: { // if (type == FormatFloat) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_30 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_31 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatFloat_22; bool L_32; L_32 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_30, L_31, NULL); if (!L_32) { goto IL_009f; } } { // return 4 * 8; return ((int32_t)32); } IL_009f: { // if (type == FormatDouble) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_33 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_34 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatDouble_24; bool L_35; L_35 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_33, L_34, NULL); if (!L_35) { goto IL_00af; } } { // return 8 * 8; return ((int32_t)64); } IL_00af: { // if (type == FormatVector2) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_36 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_37 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2_26; bool L_38; L_38 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_36, L_37, NULL); if (!L_38) { goto IL_00bf; } } { // return 2 * 4 * 8; return ((int32_t)64); } IL_00bf: { // if (type == FormatVector3) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_39 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_40 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3_27; bool L_41; L_41 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_39, L_40, NULL); if (!L_41) { goto IL_00cf; } } { // return 3 * 4 * 8; return ((int32_t)96); } IL_00cf: { // if (type == FormatQuaternion) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_42 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_43 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatQuaternion_28; bool L_44; L_44 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_42, L_43, NULL); if (!L_44) { goto IL_00e2; } } { // return 4 * 4 * 8; return ((int32_t)128); } IL_00e2: { // if (type == FormatVector2Short) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_45 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_46 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2Short_29; bool L_47; L_47 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_45, L_46, NULL); if (!L_47) { goto IL_00f2; } } { // return 2 * 2 * 8; return ((int32_t)32); } IL_00f2: { // if (type == FormatVector3Short) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_48 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_49 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3Short_30; bool L_50; L_50 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_48, L_49, NULL); if (!L_50) { goto IL_0102; } } { // return 3 * 2 * 8; return ((int32_t)48); } IL_0102: { // if (type == FormatVector2Byte) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_51 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_52 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2Byte_31; bool L_53; L_53 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_51, L_52, NULL); if (!L_53) { goto IL_0112; } } { // return 2 * 1 * 8; return ((int32_t)16); } IL_0112: { // if (type == FormatVector3Byte) FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_54 = ___type0; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3Byte_32; bool L_56; L_56 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_54, L_55, NULL); if (!L_56) { goto IL_0122; } } { // return 3 * 1 * 8; return ((int32_t)24); } IL_0122: { // return -1; return (-1); } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::GetPrimitiveFormatFromType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_GetPrimitiveFormatFromType_m97DB8809F080F6991980F44487CD2EDF47E2C104 (Type_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_0_0_0_var); s_Il2CppMethodInitialized = true; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0; memset((&V_0), 0, sizeof(V_0)); { // if (ReferenceEquals(type, typeof(int))) Type_t* L_0 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); if ((!(((RuntimeObject*)(Type_t*)L_0) == ((RuntimeObject*)(Type_t*)L_2)))) { goto IL_0013; } } { // return FormatInt; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6; return L_3; } IL_0013: { // if (ReferenceEquals(type, typeof(uint))) Type_t* L_4 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); if ((!(((RuntimeObject*)(Type_t*)L_4) == ((RuntimeObject*)(Type_t*)L_6)))) { goto IL_0026; } } { // return FormatUInt; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUInt_8; return L_7; } IL_0026: { // if (ReferenceEquals(type, typeof(short))) Type_t* L_8 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL); if ((!(((RuntimeObject*)(Type_t*)L_8) == ((RuntimeObject*)(Type_t*)L_10)))) { goto IL_0039; } } { // return FormatShort; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatShort_10; return L_11; } IL_0039: { // if (ReferenceEquals(type, typeof(ushort))) Type_t* L_12 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); if ((!(((RuntimeObject*)(Type_t*)L_12) == ((RuntimeObject*)(Type_t*)L_14)))) { goto IL_004c; } } { // return FormatUShort; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_15 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUShort_12; return L_15; } IL_004c: { // if (ReferenceEquals(type, typeof(byte))) Type_t* L_16 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_18; L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL); if ((!(((RuntimeObject*)(Type_t*)L_16) == ((RuntimeObject*)(Type_t*)L_18)))) { goto IL_005f; } } { // return FormatByte; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatByte_14; return L_19; } IL_005f: { // if (ReferenceEquals(type, typeof(sbyte))) Type_t* L_20 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL); if ((!(((RuntimeObject*)(Type_t*)L_20) == ((RuntimeObject*)(Type_t*)L_22)))) { goto IL_0072; } } { // return FormatSByte; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_23 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSByte_16; return L_23; } IL_0072: { // if (ReferenceEquals(type, typeof(long))) Type_t* L_24 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_26; L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL); if ((!(((RuntimeObject*)(Type_t*)L_24) == ((RuntimeObject*)(Type_t*)L_26)))) { goto IL_0085; } } { // return FormatLong; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_27 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatLong_18; return L_27; } IL_0085: { // if (ReferenceEquals(type, typeof(ulong))) Type_t* L_28 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_30; L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL); if ((!(((RuntimeObject*)(Type_t*)L_28) == ((RuntimeObject*)(Type_t*)L_30)))) { goto IL_0098; } } { // return FormatULong; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_31 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatULong_20; return L_31; } IL_0098: { // if (ReferenceEquals(type, typeof(float))) Type_t* L_32 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_34; L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL); if ((!(((RuntimeObject*)(Type_t*)L_32) == ((RuntimeObject*)(Type_t*)L_34)))) { goto IL_00ab; } } { // return FormatFloat; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_35 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatFloat_22; return L_35; } IL_00ab: { // if (ReferenceEquals(type, typeof(double))) Type_t* L_36 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_37 = { reinterpret_cast (Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_38; L_38 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_37, NULL); if ((!(((RuntimeObject*)(Type_t*)L_36) == ((RuntimeObject*)(Type_t*)L_38)))) { goto IL_00be; } } { // return FormatDouble; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_39 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatDouble_24; return L_39; } IL_00be: { // if (ReferenceEquals(type, typeof(Vector2))) Type_t* L_40 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_41 = { reinterpret_cast (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_42; L_42 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_41, NULL); if ((!(((RuntimeObject*)(Type_t*)L_40) == ((RuntimeObject*)(Type_t*)L_42)))) { goto IL_00d1; } } { // return FormatVector2; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_43 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2_26; return L_43; } IL_00d1: { // if (ReferenceEquals(type, typeof(Vector3))) Type_t* L_44 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_45 = { reinterpret_cast (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_46; L_46 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_45, NULL); if ((!(((RuntimeObject*)(Type_t*)L_44) == ((RuntimeObject*)(Type_t*)L_46)))) { goto IL_00e4; } } { // return FormatVector3; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_47 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3_27; return L_47; } IL_00e4: { // if (ReferenceEquals(type, typeof(Quaternion))) Type_t* L_48 = ___type0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_50; L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL); if ((!(((RuntimeObject*)(Type_t*)L_48) == ((RuntimeObject*)(Type_t*)L_50)))) { goto IL_00f7; } } { // return FormatQuaternion; il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_51 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatQuaternion_28; return L_51; } IL_00f7: { // return new FourCC(); il2cpp_codegen_initobj((&V_0), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED)); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_52 = V_0; return L_52; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_33; return L_0; } } IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue; _returnValue = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_format(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___value0; __this->___U3CformatU3Ek__BackingField_33 = L_0; return; } } IL2CPP_EXTERN_C void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(_thisAdjusted, ___value0, method); } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = __this->___U3CbyteOffsetU3Ek__BackingField_34; return L_0; } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_byteOffset(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = ___value0; __this->___U3CbyteOffsetU3Ek__BackingField_34 = L_0; return; } } IL2CPP_EXTERN_C void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(_thisAdjusted, ___value0, method); } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = __this->___U3CbitOffsetU3Ek__BackingField_35; return L_0; } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_bitOffset(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = ___value0; __this->___U3CbitOffsetU3Ek__BackingField_35 = L_0; return; } } IL2CPP_EXTERN_C void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(_thisAdjusted, ___value0, method); } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_36; return L_0; } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_sizeInBits(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = ___value0; __this->___U3CsizeInBitsU3Ek__BackingField_36 = L_0; return; } } IL2CPP_EXTERN_C void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(_thisAdjusted, ___value0, method); } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // internal uint alignedSizeInBytes => (sizeInBits + 7) >> 3; uint32_t L_0; L_0 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); return ((int32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, 7))>>3)); } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveByteOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // internal uint effectiveByteOffset => byteOffset + (bitOffset >> 3); uint32_t L_0; L_0 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); uint32_t L_1; L_1 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, ((int32_t)((uint32_t)L_1>>3)))); } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D(_thisAdjusted, method); return _returnValue; } // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveBitOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // internal uint effectiveBitOffset => byteOffset * 8 + bitOffset; uint32_t L_0; L_0 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); uint32_t L_1; L_1 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, 8)), (int32_t)L_1)); } } IL2CPP_EXTERN_C uint32_t InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadInt(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1396853076)))) { goto IL_0055; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_0087; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_00f4; } } { goto IL_00fa; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1229870112)))) { goto IL_00e3; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1396853076)))) { goto IL_00b5; } } { goto IL_00fa; } IL_0055: { int32_t L_10 = V_1; if ((((int32_t)L_10) > ((int32_t)((int32_t)1397248596)))) { goto IL_0075; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)1396857172)))) { goto IL_00f7; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1397248596)))) { goto IL_00ee; } } { goto IL_00fa; } IL_0075: { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1430867540)))) { goto IL_00e3; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1431521364)))) { goto IL_00f1; } } { goto IL_00fa; } IL_0087: { // if (sizeInBits == 1) uint32_t L_15; L_15 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_00a2; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1 : 0; uint8_t* L_16 = V_0; uint32_t L_17; L_17 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_18; L_18 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_16, L_17, NULL); if (L_18) { goto IL_00a0; } } { return 0; } IL_00a0: { return 1; } IL_00a2: { // return (int)MemoryHelpers.ReadMultipleBitsAsUInt(valuePtr, bitOffset, sizeInBits); uint8_t* L_19 = V_0; uint32_t L_20; L_20 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_21; L_21 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); uint32_t L_22; L_22 = MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4((void*)L_19, L_20, L_21, NULL); return L_22; } IL_00b5: { // if (sizeInBits == 1) uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_00d0; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1 : -1; uint8_t* L_24 = V_0; uint32_t L_25; L_25 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_26; L_26 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_24, L_25, NULL); if (L_26) { goto IL_00ce; } } { return (-1); } IL_00ce: { return 1; } IL_00d0: { // return MemoryHelpers.ReadExcessKMultipleBitsAsInt(valuePtr, bitOffset, sizeInBits); uint8_t* L_27 = V_0; uint32_t L_28; L_28 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_29; L_29 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); int32_t L_30; L_30 = MemoryHelpers_ReadExcessKMultipleBitsAsInt_m18918D2FE78DD0B142D06EBC059494C038205072((void*)L_27, L_28, L_29, NULL); return L_30; } IL_00e3: { // if (fmt == kFormatUInt) int32_t L_31 = V_1; // return *(int*)valuePtr; uint8_t* L_32 = V_0; int32_t L_33 = *((int32_t*)L_32); return L_33; } IL_00ee: { // return *(short*)valuePtr; uint8_t* L_34 = V_0; int32_t L_35 = *((int16_t*)L_34); return L_35; } IL_00f1: { // return *(ushort*)valuePtr; uint8_t* L_36 = V_0; int32_t L_37 = *((uint16_t*)L_36); return L_37; } IL_00f4: { // return *valuePtr; uint8_t* L_38 = V_0; int32_t L_39 = *((uint8_t*)L_38); return L_39; } IL_00f7: { // return *(sbyte*)valuePtr; uint8_t* L_40 = V_0; int32_t L_41 = *((int8_t*)L_40); return L_41; } IL_00fa: { // throw new InvalidOperationException($"State format '{format}' is not supported as integer format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_42; L_42 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_43 = L_42; RuntimeObject* L_44 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_43); String_t* L_45; L_45 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB50D202E253B9FF7662944C984E1808CDAF79F15)), L_44, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_46 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_46, L_45, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C(_thisAdjusted, ___statePtr0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteInt(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, int32_t ___value1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1396853076)))) { goto IL_0055; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_0087; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_00f1; } } { goto IL_00fb; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1229870112)))) { goto IL_00e3; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1396853076)))) { goto IL_00b5; } } { goto IL_00fb; } IL_0055: { int32_t L_10 = V_1; if ((((int32_t)L_10) > ((int32_t)((int32_t)1397248596)))) { goto IL_0075; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)1396857172)))) { goto IL_00f6; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1397248596)))) { goto IL_00e7; } } { goto IL_00fb; } IL_0075: { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1430867540)))) { goto IL_00e3; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1431521364)))) { goto IL_00ec; } } { goto IL_00fb; } IL_0087: { // if (sizeInBits == 1) uint32_t L_15; L_15 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_00a1; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value != 0); uint8_t* L_16 = V_0; uint32_t L_17; L_17 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); int32_t L_18 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_16, L_17, (bool)((!(((uint32_t)L_18) <= ((uint32_t)0)))? 1 : 0), NULL); return; } IL_00a1: { // MemoryHelpers.WriteUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, (uint)value); uint8_t* L_19 = V_0; uint32_t L_20; L_20 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_21; L_21 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); int32_t L_22 = ___value1; MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574((void*)L_19, L_20, L_21, L_22, NULL); // break; return; } IL_00b5: { // if (sizeInBits == 1) uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_00cf; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value > 0); uint8_t* L_24 = V_0; uint32_t L_25; L_25 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); int32_t L_26 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_24, L_25, (bool)((((int32_t)L_26) > ((int32_t)0))? 1 : 0), NULL); return; } IL_00cf: { // MemoryHelpers.WriteIntAsExcessKMultipleBits(valuePtr, bitOffset, sizeInBits, value); uint8_t* L_27 = V_0; uint32_t L_28; L_28 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_29; L_29 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); int32_t L_30 = ___value1; MemoryHelpers_WriteIntAsExcessKMultipleBits_m5F15C1B3950C08D5B8A3B7CDB4270441DD7DDA20((void*)L_27, L_28, L_29, L_30, NULL); // break; return; } IL_00e3: { // *(int*)valuePtr = value; uint8_t* L_31 = V_0; int32_t L_32 = ___value1; *((int32_t*)L_31) = (int32_t)L_32; // break; return; } IL_00e7: { // *(short*)valuePtr = (short)value; uint8_t* L_33 = V_0; int32_t L_34 = ___value1; *((int16_t*)L_33) = (int16_t)((int16_t)L_34); // break; return; } IL_00ec: { // *(ushort*)valuePtr = (ushort)value; uint8_t* L_35 = V_0; int32_t L_36 = ___value1; *((int16_t*)L_35) = (int16_t)((int32_t)(uint16_t)L_36); // break; return; } IL_00f1: { // *valuePtr = (byte)value; uint8_t* L_37 = V_0; int32_t L_38 = ___value1; *((int8_t*)L_37) = (int8_t)((int32_t)(uint8_t)L_38); // break; return; } IL_00f6: { // *(sbyte*)valuePtr = (sbyte)value; uint8_t* L_39 = V_0; int32_t L_40 = ___value1; *((int8_t*)L_39) = (int8_t)((int8_t)L_40); // break; return; } IL_00fb: { // throw new Exception($"State format '{format}' is not supported as integer format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_41; L_41 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_42 = L_41; RuntimeObject* L_43 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_42); String_t* L_44; L_44 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB50D202E253B9FF7662944C984E1808CDAF79F15)), L_43, NULL); Exception_t* L_45 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_45, L_44, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18_RuntimeMethod_var))); } } IL2CPP_EXTERN_C void InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, int32_t ___value1, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18(_thisAdjusted, ___statePtr0, ___value1, method); } // System.Single UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadFloat(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1229870112)))) { goto IL_0063; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_00a9; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_0175; } } { goto IL_01a2; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1145195552)))) { goto IL_019e; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1179407392)))) { goto IL_019b; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)1229870112)))) { goto IL_0121; } } { goto IL_01a2; } IL_0063: { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)1396857172)))) { goto IL_0083; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1396853076)))) { goto IL_00df; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1396857172)))) { goto IL_0183; } } { goto IL_01a2; } IL_0083: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1397248596)))) { goto IL_0149; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1430867540)))) { goto IL_013f; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1431521364)))) { goto IL_0167; } } { goto IL_01a2; } IL_00a9: { // if (sizeInBits == 1) uint32_t L_17; L_17 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00cc; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1.0f : 0.0f; uint8_t* L_18 = V_0; uint32_t L_19; L_19 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_20; L_20 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_18, L_19, NULL); if (L_20) { goto IL_00c6; } } { return (0.0f); } IL_00c6: { return (1.0f); } IL_00cc: { // return MemoryHelpers.ReadMultipleBitsAsNormalizedUInt(valuePtr, bitOffset, sizeInBits); uint8_t* L_21 = V_0; uint32_t L_22; L_22 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_24; L_24 = MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA((void*)L_21, L_22, L_23, NULL); return L_24; } IL_00df: { // if (sizeInBits == 1) uint32_t L_25; L_25 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_0102; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1.0f : -1.0f; uint8_t* L_26 = V_0; uint32_t L_27; L_27 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_28; L_28 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_26, L_27, NULL); if (L_28) { goto IL_00fc; } } { return (-1.0f); } IL_00fc: { return (1.0f); } IL_0102: { // return MemoryHelpers.ReadMultipleBitsAsNormalizedUInt(valuePtr, bitOffset, sizeInBits) * 2.0f - 1.0f; uint8_t* L_29 = V_0; uint32_t L_30; L_30 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_31; L_31 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_32; L_32 = MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA((void*)L_29, L_30, L_31, NULL); return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_32, (2.0f))), (1.0f))); } IL_0121: { // return NumberHelpers.IntToNormalizedFloat(*(int*)valuePtr, int.MinValue, int.MaxValue) * 2.0f - 1.0f; uint8_t* L_33 = V_0; int32_t L_34 = *((int32_t*)L_33); float L_35; L_35 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_34, ((int32_t)-2147483648LL), ((int32_t)2147483647LL), NULL); return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_35, (2.0f))), (1.0f))); } IL_013f: { // return NumberHelpers.UIntToNormalizedFloat(*(uint*)valuePtr, uint.MinValue, uint.MaxValue); uint8_t* L_36 = V_0; int32_t L_37 = *((uint32_t*)L_36); float L_38; L_38 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_37, 0, (-1), NULL); return L_38; } IL_0149: { // return NumberHelpers.IntToNormalizedFloat(*(short*)valuePtr, short.MinValue, short.MaxValue) * 2.0f - 1.0f; uint8_t* L_39 = V_0; int32_t L_40 = *((int16_t*)L_39); float L_41; L_41 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_40, ((int32_t)-32768), ((int32_t)32767), NULL); return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_41, (2.0f))), (1.0f))); } IL_0167: { // return NumberHelpers.UIntToNormalizedFloat(*(ushort*)valuePtr, ushort.MinValue, ushort.MaxValue); uint8_t* L_42 = V_0; int32_t L_43 = *((uint16_t*)L_42); float L_44; L_44 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_43, 0, ((int32_t)65535), NULL); return L_44; } IL_0175: { // return NumberHelpers.UIntToNormalizedFloat(*valuePtr, byte.MinValue, byte.MaxValue); uint8_t* L_45 = V_0; int32_t L_46 = *((uint8_t*)L_45); float L_47; L_47 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_46, 0, ((int32_t)255), NULL); return L_47; } IL_0183: { // return NumberHelpers.IntToNormalizedFloat(*(sbyte*)valuePtr, sbyte.MinValue, sbyte.MaxValue) * 2.0f - 1.0f; uint8_t* L_48 = V_0; int32_t L_49 = *((int8_t*)L_48); float L_50; L_50 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_49, ((int32_t)-128), ((int32_t)127), NULL); return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_50, (2.0f))), (1.0f))); } IL_019b: { // return *(float*)valuePtr; uint8_t* L_51 = V_0; float L_52 = *((float*)L_51); return L_52; } IL_019e: { // return (float)*(double*)valuePtr; uint8_t* L_53 = V_0; double L_54 = *((double*)L_53); return ((float)L_54); } IL_01a2: { // throw new InvalidOperationException($"State format '{format}' is not supported as floating-point format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55; L_55 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_56 = L_55; RuntimeObject* L_57 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_56); String_t* L_58; L_58 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16297ACF04036A0F83757379906F70D900D7566C)), L_57, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_59 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_59, L_58, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8_RuntimeMethod_var))); } } IL2CPP_EXTERN_C float InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8(_thisAdjusted, ___statePtr0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteFloat(System.Void*,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, float ___value1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1229870112)))) { goto IL_0063; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_00a9; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_0179; } } { goto IL_01ac; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1145195552)))) { goto IL_01a7; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1179407392)))) { goto IL_01a3; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)1229870112)))) { goto IL_011f; } } { goto IL_01ac; } IL_0063: { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)1396857172)))) { goto IL_0083; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1396853076)))) { goto IL_00de; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1396857172)))) { goto IL_0189; } } { goto IL_01ac; } IL_0083: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1397248596)))) { goto IL_0149; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1430867540)))) { goto IL_013e; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1431521364)))) { goto IL_0169; } } { goto IL_01ac; } IL_00a9: { // if (sizeInBits == 1) uint32_t L_17; L_17 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00ca; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value >= 0.5f);////REVIEW: Shouldn't this be the global button press point? uint8_t* L_18 = V_0; uint32_t L_19; L_19 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); float L_20 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_18, L_19, (bool)((((int32_t)((!(((float)L_20) >= ((float)(0.5f))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return; } IL_00ca: { // MemoryHelpers.WriteNormalizedUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, value); uint8_t* L_21 = V_0; uint32_t L_22; L_22 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_24 = ___value1; MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D((void*)L_21, L_22, L_23, L_24, NULL); // break; return; } IL_00de: { // if (sizeInBits == 1) uint32_t L_25; L_25 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_00ff; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value >= 0.0f); uint8_t* L_26 = V_0; uint32_t L_27; L_27 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); float L_28 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_26, L_27, (bool)((((int32_t)((!(((float)L_28) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return; } IL_00ff: { // MemoryHelpers.WriteNormalizedUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, value * 0.5f + 0.5f); uint8_t* L_29 = V_0; uint32_t L_30; L_30 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_31; L_31 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_32 = ___value1; MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D((void*)L_29, L_30, L_31, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_32, (0.5f))), (0.5f))), NULL); // break; return; } IL_011f: { // *(int*)valuePtr = (int)NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, int.MinValue, int.MaxValue); uint8_t* L_33 = V_0; float L_34 = ___value1; int32_t L_35; L_35 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_34, (0.5f))), (0.5f))), ((int32_t)-2147483648LL), ((int32_t)2147483647LL), NULL); *((int32_t*)L_33) = (int32_t)L_35; // break; return; } IL_013e: { // *(uint*)valuePtr = NumberHelpers.NormalizedFloatToUInt(value, uint.MinValue, uint.MaxValue); uint8_t* L_36 = V_0; float L_37 = ___value1; uint32_t L_38; L_38 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_37, 0, (-1), NULL); *((int32_t*)L_36) = (int32_t)L_38; // break; return; } IL_0149: { // *(short*)valuePtr = (short)NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, short.MinValue, short.MaxValue); uint8_t* L_39 = V_0; float L_40 = ___value1; int32_t L_41; L_41 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_40, (0.5f))), (0.5f))), ((int32_t)-32768), ((int32_t)32767), NULL); *((int16_t*)L_39) = (int16_t)((int16_t)L_41); // break; return; } IL_0169: { // *(ushort*)valuePtr = (ushort)NumberHelpers.NormalizedFloatToUInt(value, ushort.MinValue, ushort.MaxValue); uint8_t* L_42 = V_0; float L_43 = ___value1; uint32_t L_44; L_44 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_43, 0, ((int32_t)65535), NULL); *((int16_t*)L_42) = (int16_t)((int32_t)(uint16_t)L_44); // break; return; } IL_0179: { // *valuePtr = (byte)NumberHelpers.NormalizedFloatToUInt(value, byte.MinValue, byte.MaxValue); uint8_t* L_45 = V_0; float L_46 = ___value1; uint32_t L_47; L_47 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_46, 0, ((int32_t)255), NULL); *((int8_t*)L_45) = (int8_t)((int32_t)(uint8_t)L_47); // break; return; } IL_0189: { // *(sbyte*)valuePtr = (sbyte)NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, sbyte.MinValue, sbyte.MaxValue); uint8_t* L_48 = V_0; float L_49 = ___value1; int32_t L_50; L_50 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_49, (0.5f))), (0.5f))), ((int32_t)-128), ((int32_t)127), NULL); *((int8_t*)L_48) = (int8_t)((int8_t)L_50); // break; return; } IL_01a3: { // *(float*)valuePtr = value; uint8_t* L_51 = V_0; float L_52 = ___value1; *((float*)L_51) = (float)L_52; // break; return; } IL_01a7: { // *(double*)valuePtr = value; uint8_t* L_53 = V_0; float L_54 = ___value1; *((double*)L_53) = (double)((double)L_54); // break; return; } IL_01ac: { // throw new Exception($"State format '{format}' is not supported as floating-point format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55; L_55 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_56 = L_55; RuntimeObject* L_57 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_56); String_t* L_58; L_58 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16297ACF04036A0F83757379906F70D900D7566C)), L_57, NULL); Exception_t* L_59 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_59, L_58, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE_RuntimeMethod_var))); } } IL2CPP_EXTERN_C void InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, float ___value1, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE(_thisAdjusted, ___statePtr0, ___value1, method); } // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.LowLevel.InputStateBlock::FloatToPrimitiveValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, float ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; L_0 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_1; L_1 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)1229870112)))) { goto IL_005a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)1113150533)))) { goto IL_0034; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)1112101920)))) { goto IL_00a0; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)1113150533)))) { goto IL_0189; } } { goto IL_01c7; } IL_0034: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)1145195552)))) { goto IL_01c0; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)1179407392)))) { goto IL_01b9; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)1229870112)))) { goto IL_0123; } } { goto IL_01c7; } IL_005a: { int32_t L_9 = V_0; if ((((int32_t)L_9) > ((int32_t)((int32_t)1396857172)))) { goto IL_007a; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)1396853076)))) { goto IL_00d7; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)1396857172)))) { goto IL_019c; } } { goto IL_01c7; } IL_007a: { int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)1397248596)))) { goto IL_0153; } } { int32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)1430867540)))) { goto IL_0145; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)1431521364)))) { goto IL_0176; } } { goto IL_01c7; } IL_00a0: { // if (sizeInBits == 1) uint32_t L_15; L_15 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_00ba; } } { // return value >= 0.5f; float L_16 = ___value0; PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_17; L_17 = PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD((bool)((((int32_t)((!(((float)L_16) >= ((float)(0.5f))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return L_17; } IL_00ba: { // return (int)NumberHelpers.NormalizedFloatToUInt(value, 0, (uint)((1UL << (int)sizeInBits) - 1)); float L_18 = ___value0; uint32_t L_19; L_19 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); uint32_t L_20; L_20 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_18, 0, ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_19&((int32_t)63))))), ((int64_t)1)))), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_21; L_21 = PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D(L_20, NULL); return L_21; } IL_00d7: { // if (sizeInBits == 1) uint32_t L_22; L_22 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00f1; } } { // return value >= 0.0f; float L_23 = ___value0; PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_24; L_24 = PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD((bool)((((int32_t)((!(((float)L_23) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return L_24; } IL_00f1: { // var minValue = (int)-(long)(1UL << ((int)sizeInBits - 1)); uint32_t L_25; L_25 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); V_1 = ((int32_t)((-((int64_t)(((int64_t)1)<<((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, 1))&((int32_t)63)))))))); // var maxValue = (int)((1UL << ((int)sizeInBits - 1)) - 1); uint32_t L_26; L_26 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); V_2 = ((int32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, 1))&((int32_t)63))))), ((int64_t)1)))); // return NumberHelpers.NormalizedFloatToInt(value, minValue, maxValue); float L_27 = ___value0; int32_t L_28 = V_1; int32_t L_29 = V_2; int32_t L_30; L_30 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(L_27, L_28, L_29, NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_31; L_31 = PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D(L_30, NULL); return L_31; } IL_0123: { // return NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, int.MinValue, int.MaxValue); float L_32 = ___value0; int32_t L_33; L_33 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_32, (0.5f))), (0.5f))), ((int32_t)-2147483648LL), ((int32_t)2147483647LL), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_34; L_34 = PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D(L_33, NULL); return L_34; } IL_0145: { // return NumberHelpers.NormalizedFloatToUInt(value, uint.MinValue, uint.MaxValue); float L_35 = ___value0; uint32_t L_36; L_36 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_35, 0, (-1), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_37; L_37 = PrimitiveValue_op_Implicit_m3940337928DC19D0F0173C385AB95725EC43242A(L_36, NULL); return L_37; } IL_0153: { // return (short)NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, short.MinValue, short.MaxValue); float L_38 = ___value0; int32_t L_39; L_39 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_38, (0.5f))), (0.5f))), ((int32_t)-32768), ((int32_t)32767), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_40; L_40 = PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4(((int16_t)L_39), NULL); return L_40; } IL_0176: { // return (ushort)NumberHelpers.NormalizedFloatToUInt(value, ushort.MinValue, ushort.MaxValue); float L_41 = ___value0; uint32_t L_42; L_42 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_41, 0, ((int32_t)65535), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_43; L_43 = PrimitiveValue_op_Implicit_m75B934A3AEBD1B785F63D8F49656001D9EF9999E((uint16_t)((int32_t)(uint16_t)L_42), NULL); return L_43; } IL_0189: { // return (byte)NumberHelpers.NormalizedFloatToUInt(value, byte.MinValue, byte.MaxValue); float L_44 = ___value0; uint32_t L_45; L_45 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_44, 0, ((int32_t)255), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_46; L_46 = PrimitiveValue_op_Implicit_m5F8496E4F1946DA6749C174D022C319790E437EE((uint8_t)((int32_t)(uint8_t)L_45), NULL); return L_46; } IL_019c: { // return (sbyte)NumberHelpers.NormalizedFloatToInt(value * 0.5f + 0.5f, sbyte.MinValue, sbyte.MaxValue); float L_47 = ___value0; int32_t L_48; L_48 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_47, (0.5f))), (0.5f))), ((int32_t)-128), ((int32_t)127), NULL); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_49; L_49 = PrimitiveValue_op_Implicit_m5B778F6E12186AAD8B5C4FAA81FD9BB1F4F3E863(((int8_t)L_48), NULL); return L_49; } IL_01b9: { // return value; float L_50 = ___value0; PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_51; L_51 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624(L_50, NULL); return L_51; } IL_01c0: { // return value; float L_52 = ___value0; PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_53; L_53 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624(L_52, NULL); return L_53; } IL_01c7: { // throw new Exception($"State format '{format}' is not supported as floating-point format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_54; L_54 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55 = L_54; RuntimeObject* L_56 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_55); String_t* L_57; L_57 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16297ACF04036A0F83757379906F70D900D7566C)), L_56, NULL); Exception_t* L_58 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_58, L_57, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414_RuntimeMethod_var))); } } IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue; _returnValue = InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414(_thisAdjusted, ___value0, method); return _returnValue; } // System.Double UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadDouble(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; float G_B21_0 = 0.0f; float G_B27_0 = 0.0f; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1229870112)))) { goto IL_0063; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_00a9; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_017f; } } { goto IL_01ae; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1145195552)))) { goto IL_01ab; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1179407392)))) { goto IL_01a7; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)1229870112)))) { goto IL_0127; } } { goto IL_01ae; } IL_0063: { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)1396857172)))) { goto IL_0083; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1396853076)))) { goto IL_00e2; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1396857172)))) { goto IL_018e; } } { goto IL_01ae; } IL_0083: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1397248596)))) { goto IL_0151; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1430867540)))) { goto IL_0146; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1431521364)))) { goto IL_0170; } } { goto IL_01ae; } IL_00a9: { // if (sizeInBits == 1) uint32_t L_17; L_17 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00ce; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1.0f : 0.0f; uint8_t* L_18 = V_0; uint32_t L_19; L_19 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_20; L_20 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_18, L_19, NULL); if (L_20) { goto IL_00c7; } } { G_B21_0 = (0.0f); goto IL_00cc; } IL_00c7: { G_B21_0 = (1.0f); } IL_00cc: { return ((double)G_B21_0); } IL_00ce: { // return MemoryHelpers.ReadMultipleBitsAsNormalizedUInt(valuePtr, bitOffset, sizeInBits); uint8_t* L_21 = V_0; uint32_t L_22; L_22 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_24; L_24 = MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA((void*)L_21, L_22, L_23, NULL); return ((double)L_24); } IL_00e2: { // if (sizeInBits == 1) uint32_t L_25; L_25 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_0107; } } { // return MemoryHelpers.ReadSingleBit(valuePtr, bitOffset) ? 1.0f : -1.0f; uint8_t* L_26 = V_0; uint32_t L_27; L_27 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_28; L_28 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57((void*)L_26, L_27, NULL); if (L_28) { goto IL_0100; } } { G_B27_0 = (-1.0f); goto IL_0105; } IL_0100: { G_B27_0 = (1.0f); } IL_0105: { return ((double)G_B27_0); } IL_0107: { // return MemoryHelpers.ReadMultipleBitsAsNormalizedUInt(valuePtr, bitOffset, sizeInBits) * 2.0f - 1.0f; uint8_t* L_29 = V_0; uint32_t L_30; L_30 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_31; L_31 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); float L_32; L_32 = MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA((void*)L_29, L_30, L_31, NULL); return ((double)((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_32, (2.0f))), (1.0f)))); } IL_0127: { // return NumberHelpers.IntToNormalizedFloat(*(int*)valuePtr, int.MinValue, int.MaxValue) * 2.0f - 1.0f; uint8_t* L_33 = V_0; int32_t L_34 = *((int32_t*)L_33); float L_35; L_35 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_34, ((int32_t)-2147483648LL), ((int32_t)2147483647LL), NULL); return ((double)((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_35, (2.0f))), (1.0f)))); } IL_0146: { // return NumberHelpers.UIntToNormalizedFloat(*(uint*)valuePtr, uint.MinValue, uint.MaxValue); uint8_t* L_36 = V_0; int32_t L_37 = *((uint32_t*)L_36); float L_38; L_38 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_37, 0, (-1), NULL); return ((double)L_38); } IL_0151: { // return NumberHelpers.IntToNormalizedFloat(*(short*)valuePtr, short.MinValue, short.MaxValue) * 2.0f - 1.0f; uint8_t* L_39 = V_0; int32_t L_40 = *((int16_t*)L_39); float L_41; L_41 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_40, ((int32_t)-32768), ((int32_t)32767), NULL); return ((double)((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_41, (2.0f))), (1.0f)))); } IL_0170: { // return NumberHelpers.UIntToNormalizedFloat(*(ushort*)valuePtr, ushort.MinValue, ushort.MaxValue); uint8_t* L_42 = V_0; int32_t L_43 = *((uint16_t*)L_42); float L_44; L_44 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_43, 0, ((int32_t)65535), NULL); return ((double)L_44); } IL_017f: { // return NumberHelpers.UIntToNormalizedFloat(*valuePtr, byte.MinValue, byte.MaxValue); uint8_t* L_45 = V_0; int32_t L_46 = *((uint8_t*)L_45); float L_47; L_47 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_46, 0, ((int32_t)255), NULL); return ((double)L_47); } IL_018e: { // return NumberHelpers.IntToNormalizedFloat(*(sbyte*)valuePtr, sbyte.MinValue, sbyte.MaxValue) * 2.0f - 1.0f; uint8_t* L_48 = V_0; int32_t L_49 = *((int8_t*)L_48); float L_50; L_50 = NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline(L_49, ((int32_t)-128), ((int32_t)127), NULL); return ((double)((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_50, (2.0f))), (1.0f)))); } IL_01a7: { // return *(float*)valuePtr; uint8_t* L_51 = V_0; float L_52 = *((float*)L_51); return ((double)L_52); } IL_01ab: { // return *(double*)valuePtr; uint8_t* L_53 = V_0; double L_54 = *((double*)L_53); return L_54; } IL_01ae: { // throw new Exception($"State format '{format}' is not supported as floating-point format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55; L_55 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_56 = L_55; RuntimeObject* L_57 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_56); String_t* L_58; L_58 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16297ACF04036A0F83757379906F70D900D7566C)), L_57, NULL); Exception_t* L_59 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_59, L_58, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9_RuntimeMethod_var))); } } IL2CPP_EXTERN_C double InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9(_thisAdjusted, ___statePtr0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteDouble(System.Void*,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, double ___value1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1229870112)))) { goto IL_0063; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_00a9; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_0187; } } { goto IL_01bc; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1145195552)))) { goto IL_01b8; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1179407392)))) { goto IL_01b3; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)1229870112)))) { goto IL_0129; } } { goto IL_01bc; } IL_0063: { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)1396857172)))) { goto IL_0083; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1396853076)))) { goto IL_00e3; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1396857172)))) { goto IL_0198; } } { goto IL_01bc; } IL_0083: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1397248596)))) { goto IL_0155; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1430867540)))) { goto IL_0149; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1431521364)))) { goto IL_0176; } } { goto IL_01bc; } IL_00a9: { // if (sizeInBits == 1) uint32_t L_17; L_17 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00ce; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value >= 0.5f); uint8_t* L_18 = V_0; uint32_t L_19; L_19 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); double L_20 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_18, L_19, (bool)((((int32_t)((!(((double)L_20) >= ((double)(0.5))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return; } IL_00ce: { // MemoryHelpers.WriteNormalizedUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, (float)value); uint8_t* L_21 = V_0; uint32_t L_22; L_22 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); double L_24 = ___value1; MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D((void*)L_21, L_22, L_23, ((float)L_24), NULL); // break; return; } IL_00e3: { // if (sizeInBits == 1) uint32_t L_25; L_25 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_0108; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value >= 0.0f); uint8_t* L_26 = V_0; uint32_t L_27; L_27 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); double L_28 = ___value1; MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_26, L_27, (bool)((((int32_t)((!(((double)L_28) >= ((double)(0.0))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); return; } IL_0108: { // MemoryHelpers.WriteNormalizedUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, (float)value * 0.5f + 0.5f); uint8_t* L_29 = V_0; uint32_t L_30; L_30 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_31; L_31 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); double L_32 = ___value1; MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D((void*)L_29, L_30, L_31, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_32), (0.5f))), (0.5f))), NULL); // break; return; } IL_0129: { // *(int*)valuePtr = NumberHelpers.NormalizedFloatToInt((float)value * 0.5f + 0.5f, int.MinValue, int.MaxValue); uint8_t* L_33 = V_0; double L_34 = ___value1; int32_t L_35; L_35 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_34), (0.5f))), (0.5f))), ((int32_t)-2147483648LL), ((int32_t)2147483647LL), NULL); *((int32_t*)L_33) = (int32_t)L_35; // break; return; } IL_0149: { // *(uint*)valuePtr = NumberHelpers.NormalizedFloatToUInt((float)value, uint.MinValue, uint.MaxValue); uint8_t* L_36 = V_0; double L_37 = ___value1; uint32_t L_38; L_38 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(((float)L_37), 0, (-1), NULL); *((int32_t*)L_36) = (int32_t)L_38; // break; return; } IL_0155: { // *(short*)valuePtr = (short)NumberHelpers.NormalizedFloatToInt((float)value * 0.5f + 0.5f, short.MinValue, short.MaxValue); uint8_t* L_39 = V_0; double L_40 = ___value1; int32_t L_41; L_41 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_40), (0.5f))), (0.5f))), ((int32_t)-32768), ((int32_t)32767), NULL); *((int16_t*)L_39) = (int16_t)((int16_t)L_41); // break; return; } IL_0176: { // *(ushort*)valuePtr = (ushort)NumberHelpers.NormalizedFloatToUInt((float)value, ushort.MinValue, ushort.MaxValue); uint8_t* L_42 = V_0; double L_43 = ___value1; uint32_t L_44; L_44 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(((float)L_43), 0, ((int32_t)65535), NULL); *((int16_t*)L_42) = (int16_t)((int32_t)(uint16_t)L_44); // break; return; } IL_0187: { // *valuePtr = (byte)NumberHelpers.NormalizedFloatToUInt((float)value, byte.MinValue, byte.MaxValue); uint8_t* L_45 = V_0; double L_46 = ___value1; uint32_t L_47; L_47 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(((float)L_46), 0, ((int32_t)255), NULL); *((int8_t*)L_45) = (int8_t)((int32_t)(uint8_t)L_47); // break; return; } IL_0198: { // *(sbyte*)valuePtr = (sbyte)NumberHelpers.NormalizedFloatToInt((float)value * 0.5f + 0.5f, sbyte.MinValue, sbyte.MaxValue); uint8_t* L_48 = V_0; double L_49 = ___value1; int32_t L_50; L_50 = NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_49), (0.5f))), (0.5f))), ((int32_t)-128), ((int32_t)127), NULL); *((int8_t*)L_48) = (int8_t)((int8_t)L_50); // break; return; } IL_01b3: { // *(float*)valuePtr = (float)value; uint8_t* L_51 = V_0; double L_52 = ___value1; *((float*)L_51) = (float)((float)L_52); // break; return; } IL_01b8: { // *(double*)valuePtr = value; uint8_t* L_53 = V_0; double L_54 = ___value1; *((double*)L_53) = (double)L_54; // break; return; } IL_01bc: { // throw new InvalidOperationException($"State format '{format}' is not supported as floating-point format"); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_55; L_55 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_56 = L_55; RuntimeObject* L_57 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_56); String_t* L_58; L_58 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16297ACF04036A0F83757379906F70D900D7566C)), L_57, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_59 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_59, L_58, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725_RuntimeMethod_var))); } } IL2CPP_EXTERN_C void InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, double ___value1, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725(_thisAdjusted, ___statePtr0, ___value1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::Write(System.Void*,UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___statePtr0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; int32_t V_1 = 0; { // var valuePtr = (byte*)statePtr + (int)byteOffset; void* L_0 = ___statePtr0; uint32_t L_1; L_1 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); // var fmt = (int)format; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; L_2 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); int32_t L_3; L_3 = FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)1229870112)))) { goto IL_0058; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)1113150533)))) { goto IL_003d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)1112101920)))) { goto IL_009e; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)1113150533)))) { goto IL_013c; } } { goto IL_015d; } IL_003d: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)1179407392)))) { goto IL_0152; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)1229870112)))) { goto IL_0110; } } { goto IL_015d; } IL_0058: { int32_t L_10 = V_1; if ((((int32_t)L_10) > ((int32_t)((int32_t)1396857172)))) { goto IL_0078; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)1396853076)))) { goto IL_00d7; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1396857172)))) { goto IL_0147; } } { goto IL_015d; } IL_0078: { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1397248596)))) { goto IL_0126; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1430867540)))) { goto IL_011b; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1431521364)))) { goto IL_0131; } } { goto IL_015d; } IL_009e: { // if (sizeInBits == 1) uint32_t L_16; L_16 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_00bc; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value.ToBoolean()); uint8_t* L_17 = V_0; uint32_t L_18; L_18 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_19; L_19 = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51((&___value1), (RuntimeObject*)NULL, NULL); MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_17, L_18, L_19, NULL); return; } IL_00bc: { // MemoryHelpers.WriteUIntAsMultipleBits(valuePtr, bitOffset, sizeInBits, value.ToUInt32()); uint8_t* L_20 = V_0; uint32_t L_21; L_21 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_22; L_22 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); uint32_t L_23; L_23 = PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91((&___value1), (RuntimeObject*)NULL, NULL); MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574((void*)L_20, L_21, L_22, L_23, NULL); // break; return; } IL_00d7: { // if (sizeInBits == 1) uint32_t L_24; L_24 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_00f5; } } { // MemoryHelpers.WriteSingleBit(valuePtr, bitOffset, value.ToBoolean()); uint8_t* L_25 = V_0; uint32_t L_26; L_26 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); bool L_27; L_27 = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51((&___value1), (RuntimeObject*)NULL, NULL); MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB((void*)L_25, L_26, L_27, NULL); return; } IL_00f5: { // MemoryHelpers.WriteIntAsExcessKMultipleBits(valuePtr, bitOffset, sizeInBits, value.ToInt32()); uint8_t* L_28 = V_0; uint32_t L_29; L_29 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); uint32_t L_30; L_30 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); int32_t L_31; L_31 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C((&___value1), (RuntimeObject*)NULL, NULL); MemoryHelpers_WriteIntAsExcessKMultipleBits_m5F15C1B3950C08D5B8A3B7CDB4270441DD7DDA20((void*)L_28, L_29, L_30, L_31, NULL); // break; return; } IL_0110: { // *(int*)valuePtr = value.ToInt32(); uint8_t* L_32 = V_0; int32_t L_33; L_33 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C((&___value1), (RuntimeObject*)NULL, NULL); *((int32_t*)L_32) = (int32_t)L_33; // break; return; } IL_011b: { // *(uint*)valuePtr = value.ToUInt32(); uint8_t* L_34 = V_0; uint32_t L_35; L_35 = PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91((&___value1), (RuntimeObject*)NULL, NULL); *((int32_t*)L_34) = (int32_t)L_35; // break; return; } IL_0126: { // *(short*)valuePtr = value.ToInt16(); uint8_t* L_36 = V_0; int16_t L_37; L_37 = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D((&___value1), (RuntimeObject*)NULL, NULL); *((int16_t*)L_36) = (int16_t)L_37; // break; return; } IL_0131: { // *(ushort*)valuePtr = value.ToUInt16(); uint8_t* L_38 = V_0; uint16_t L_39; L_39 = PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79((&___value1), (RuntimeObject*)NULL, NULL); *((int16_t*)L_38) = (int16_t)L_39; // break; return; } IL_013c: { // *valuePtr = value.ToByte(); uint8_t* L_40 = V_0; uint8_t L_41; L_41 = PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931((&___value1), (RuntimeObject*)NULL, NULL); *((int8_t*)L_40) = (int8_t)L_41; // break; return; } IL_0147: { // *(sbyte*)valuePtr = value.ToSByte(); uint8_t* L_42 = V_0; int8_t L_43; L_43 = PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B((&___value1), (RuntimeObject*)NULL, NULL); *((int8_t*)L_42) = (int8_t)L_43; // break; return; } IL_0152: { // *(float*)valuePtr = value.ToSingle(); uint8_t* L_44 = V_0; float L_45; L_45 = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B((&___value1), (RuntimeObject*)NULL, NULL); *((float*)L_44) = (float)L_45; // break; return; } IL_015d: { // throw new NotImplementedException( // $"Writing primitive value of type '{value.type}' into state block with format '{format}'"); int32_t L_46; L_46 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline((&___value1), NULL); int32_t L_47 = L_46; RuntimeObject* L_48 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var)), &L_47); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_49; L_49 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(__this, NULL); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_50 = L_49; RuntimeObject* L_51 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_50); String_t* L_52; L_52 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7AD49615F6ACCD2706A83EE4F5785B55CCF2BF2)), L_48, L_51, NULL); NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_53 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_53, L_52, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D_RuntimeMethod_var))); } } IL2CPP_EXTERN_C void InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D_AdjustorThunk (RuntimeObject* __this, void* ___statePtr0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value1, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_Write_m2C6C1EFED16A69F2EF166E4DCF2B84C7994F3F5D(_thisAdjusted, ___statePtr0, ___value1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::CopyToFrom(System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___toStatePtr0, void* ___fromStatePtr1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // if (bitOffset != 0 || sizeInBits % 8 != 0) uint32_t L_0; L_0 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(__this, NULL); if (L_0) { goto IL_0012; } } { uint32_t L_1; L_1 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(__this, NULL); if (!((int32_t)((uint32_t)(int32_t)L_1%(uint32_t)(int32_t)8))) { goto IL_001d; } } IL_0012: { // throw new NotImplementedException("Copying bitfields"); NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_2 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8836B0ECB04CBAF8DDD0D0201B34A97795A5118)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8_RuntimeMethod_var))); } IL_001d: { // var from = (byte*)fromStatePtr + byteOffset; void* L_3 = ___fromStatePtr1; uint32_t L_4; L_4 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)L_4))); // var to = (byte*)toStatePtr + byteOffset; void* L_5 = ___toStatePtr0; uint32_t L_6; L_6 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(__this, NULL); // UnsafeUtility.MemCpy(to, from, alignedSizeInBytes); uint8_t* L_7 = V_0; uint32_t L_8; L_8 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(__this, NULL); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(((void*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((uintptr_t)L_6))), (void*)L_7, ((int64_t)(uint64_t)L_8), NULL); // } return; } } IL2CPP_EXTERN_C void InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8_AdjustorThunk (RuntimeObject* __this, void* ___toStatePtr0, void* ___fromStatePtr1, const RuntimeMethod* method) { InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InputStateBlock_CopyToFrom_mC6A8262F0C882ECFED7DA7EB49504E84E2F2AAA8(_thisAdjusted, ___toStatePtr0, ___fromStatePtr1, method); } // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock__cctor_m61D0604990D17D722998950A50ADA30D38DF5072 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly FourCC FormatBit = new FourCC('B', 'I', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0; memset((&L_0), 0, sizeof(L_0)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_0), ((int32_t)66), ((int32_t)73), ((int32_t)84), ((int32_t)32), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2 = L_0; // public static readonly FourCC FormatSBit = new FourCC('S', 'B', 'I', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1; memset((&L_1), 0, sizeof(L_1)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_1), ((int32_t)83), ((int32_t)66), ((int32_t)73), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSBit_4 = L_1; // public static readonly FourCC FormatInt = new FourCC('I', 'N', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2; memset((&L_2), 0, sizeof(L_2)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_2), ((int32_t)73), ((int32_t)78), ((int32_t)84), ((int32_t)32), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6 = L_2; // public static readonly FourCC FormatUInt = new FourCC('U', 'I', 'N', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3; memset((&L_3), 0, sizeof(L_3)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_3), ((int32_t)85), ((int32_t)73), ((int32_t)78), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUInt_8 = L_3; // public static readonly FourCC FormatShort = new FourCC('S', 'H', 'R', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4; memset((&L_4), 0, sizeof(L_4)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_4), ((int32_t)83), ((int32_t)72), ((int32_t)82), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatShort_10 = L_4; // public static readonly FourCC FormatUShort = new FourCC('U', 'S', 'H', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5; memset((&L_5), 0, sizeof(L_5)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_5), ((int32_t)85), ((int32_t)83), ((int32_t)72), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatUShort_12 = L_5; // public static readonly FourCC FormatByte = new FourCC('B', 'Y', 'T', 'E'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6; memset((&L_6), 0, sizeof(L_6)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_6), ((int32_t)66), ((int32_t)89), ((int32_t)84), ((int32_t)69), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatByte_14 = L_6; // public static readonly FourCC FormatSByte = new FourCC('S', 'B', 'Y', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7; memset((&L_7), 0, sizeof(L_7)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_7), ((int32_t)83), ((int32_t)66), ((int32_t)89), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatSByte_16 = L_7; // public static readonly FourCC FormatLong = new FourCC('L', 'N', 'G'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8; memset((&L_8), 0, sizeof(L_8)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_8), ((int32_t)76), ((int32_t)78), ((int32_t)71), ((int32_t)32), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatLong_18 = L_8; // public static readonly FourCC FormatULong = new FourCC('U', 'L', 'N', 'G'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_9; memset((&L_9), 0, sizeof(L_9)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_9), ((int32_t)85), ((int32_t)76), ((int32_t)78), ((int32_t)71), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatULong_20 = L_9; // public static readonly FourCC FormatFloat = new FourCC('F', 'L', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10; memset((&L_10), 0, sizeof(L_10)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_10), ((int32_t)70), ((int32_t)76), ((int32_t)84), ((int32_t)32), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatFloat_22 = L_10; // public static readonly FourCC FormatDouble = new FourCC('D', 'B', 'L'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11; memset((&L_11), 0, sizeof(L_11)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_11), ((int32_t)68), ((int32_t)66), ((int32_t)76), ((int32_t)32), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatDouble_24 = L_11; // public static readonly FourCC FormatVector2 = new FourCC('V', 'E', 'C', '2'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12; memset((&L_12), 0, sizeof(L_12)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_12), ((int32_t)86), ((int32_t)69), ((int32_t)67), ((int32_t)50), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2_26 = L_12; // public static readonly FourCC FormatVector3 = new FourCC('V', 'E', 'C', '3'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_13; memset((&L_13), 0, sizeof(L_13)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_13), ((int32_t)86), ((int32_t)69), ((int32_t)67), ((int32_t)51), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3_27 = L_13; // public static readonly FourCC FormatQuaternion = new FourCC('Q', 'U', 'A', 'T'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_14; memset((&L_14), 0, sizeof(L_14)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_14), ((int32_t)81), ((int32_t)85), ((int32_t)65), ((int32_t)84), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatQuaternion_28 = L_14; // public static readonly FourCC FormatVector2Short = new FourCC('V', 'C', '2', 'S'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_15; memset((&L_15), 0, sizeof(L_15)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_15), ((int32_t)86), ((int32_t)67), ((int32_t)50), ((int32_t)83), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2Short_29 = L_15; // public static readonly FourCC FormatVector3Short = new FourCC('V', 'C', '3', 'S'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_16; memset((&L_16), 0, sizeof(L_16)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_16), ((int32_t)86), ((int32_t)67), ((int32_t)51), ((int32_t)83), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3Short_30 = L_16; // public static readonly FourCC FormatVector2Byte = new FourCC('V', 'C', '2', 'B'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_17; memset((&L_17), 0, sizeof(L_17)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_17), ((int32_t)86), ((int32_t)67), ((int32_t)50), ((int32_t)66), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2Byte_31 = L_17; // public static readonly FourCC FormatVector3Byte = new FourCC('V', 'C', '3', 'B'); FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_18; memset((&L_18), 0, sizeof(L_18)); FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_18), ((int32_t)86), ((int32_t)67), ((int32_t)51), ((int32_t)66), /*hidden argument*/NULL); ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3Byte_32 = L_18; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) { { // public int Count => m_RecordCount; int32_t L_0 = __this->___m_RecordCount_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E Touchscreen_get_touches_mEFA7C5B2A80963C7947BCBDBE6258F5083B1CE66_inline (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* __this, const RuntimeMethod* method) { { // public ReadOnlyArray touches { get; protected set; } ReadOnlyArray_1_t1AB67C13630F5ECC78559C8BCEFFC00C4457333E L_0 = __this->___U3CtouchesU3Ek__BackingField_46; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateHistory_set_onRecordAdded_m6F35EA7B2352BE8359FD22FE803E6AAC1CD2E93A_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* ___value0, const RuntimeMethod* method) { { // public Action onRecordAdded { get; set; } Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_0 = ___value0; __this->___U3ConRecordAddedU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConRecordAddedU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateHistory_set_onShouldRecordStateChange_m4553C7A82A01BE25B5F1D0D2567B70FCE375F30E_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* ___value0, const RuntimeMethod* method) { { // public Func onShouldRecordStateChange { get; set; } Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_0 = ___value0; __this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) { { // public InputStateBlock stateBlock => m_StateBlock; InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0 = __this->___m_StateBlock_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = __this->___U3CbyteOffsetU3Ek__BackingField_34; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TouchState_get_phase_m2097D70532934B1A5C85712FBEC38B46D4ADA358_inline (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* __this, const RuntimeMethod* method) { { // get => (TouchPhase)phaseId; uint8_t L_0 = __this->___phaseId_6; return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_historyDepth_mBAFA4592E170099C0E8BB360B148A854517AA561_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) { { // get => m_HistoryDepth; int32_t L_0 = __this->___m_HistoryDepth_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1; float L_3 = L_2.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0; float L_5 = L_4.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1; float L_7 = L_6.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* Touch_get_finger_m414E1AF302CAC737C934AF1FB24FC869873B8420_inline (Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70* __this, const RuntimeMethod* method) { { // public Finger finger => m_Finger; Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* L_0 = __this->___m_Finger_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* Finger_get_screen_mBA2D1364604CB55F7386EFB844B12B7CFA7EE744_inline (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { { // public Touchscreen screen { get; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = __this->___U3CscreenU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Finger_get_index_mB409A9B5711767D3A6046AEAA4931A0B3633934C_inline (Finger_t0E27A005E4B818F9D0078D69AF2B22649DDD4C6A* __this, const RuntimeMethod* method) { { // public int index { get; } int32_t L_0 = __this->___U3CindexU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) { { // get => m_ExtraMemoryPerRecord; int32_t L_0 = __this->___m_ExtraMemoryPerRecord_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateHistory_get_version_m89DDB085F1210A84797C85822792F5FBF73C25F0_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) { { // public uint version => m_CurrentVersion; uint32_t L_0 = __this->___m_CurrentVersion_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TouchHistory_get_Count_mDEFAFCC5D44BE56B17E0949448CE3C48E9DC3277_inline (TouchHistory_tE09151B83F8C493C58DB9D5DAFA201960619D580* __this, const RuntimeMethod* method) { { // public int Count => m_Count; int32_t L_0 = __this->___m_Count_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* TouchSimulation_get_instance_m34792E651AC9A88122F92EF633537A69B570739C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static TouchSimulation instance => s_Instance; TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* L_0 = ((TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_StaticFields*)il2cpp_codegen_static_fields_for(TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0_il2cpp_TypeInfo_var))->___s_Instance_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) { { // public InputDevice device => m_Device; InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline (Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* __this, const RuntimeMethod* method) { { // public Vector2Control position { get; protected set; } Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CpositionU3Ek__BackingField_39; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) { { // public InputControl Current => m_CurrentControl; InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___m_CurrentControl_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* TouchSimulation_get_simulatedTouchscreen_m6EF0A38A3FE1CC9665317B0A2321D87E9D01AE50_inline (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, const RuntimeMethod* method) { { // public Touchscreen simulatedTouchscreen { get; private set; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = __this->___U3CsimulatedTouchscreenU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchSimulation_set_simulatedTouchscreen_m59218EBAFC13C1FF0019F59F12378749620C9EEF_inline (TouchSimulation_t56E75C9AC1BC6738A9606287BA789062C910F0A0* __this, Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* ___value0, const RuntimeMethod* method) { { // public Touchscreen simulatedTouchscreen { get; private set; } Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* L_0 = ___value0; __this->___U3CsimulatedTouchscreenU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsimulatedTouchscreenU3Ek__BackingField_4), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = __this->___x_0; float L_1 = __this->___x_0; float L_2 = __this->___y_1; float L_3 = __this->___y_1; V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))); goto IL_001f; } IL_001f: { float L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* Touchscreen_get_primaryTouch_mABAC4C0F1DBA6A718B83682A91DF40FD3563F413_inline (Touchscreen_t5A3B494C10A53A822AEDB3508093860D142D84CE* __this, const RuntimeMethod* method) { { // public TouchControl primaryTouch { get; protected set; } TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* L_0 = __this->___U3CprimaryTouchU3Ek__BackingField_45; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_current_m93FA2FA12D03CECB36DB8B0305B863BC19FAA2B7_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public new static DualShockGamepad current { get; private set; } DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* L_0 = ___value0; ((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* DualShockGamepad_get_current_m14AB6A8C82AC70EDE7B1FF5E1FEAEC501F0CE325_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public new static DualShockGamepad current { get; private set; } DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* L_0 = ((DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_StaticFields*)il2cpp_codegen_static_fields_for(DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_67; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_touchpadButton_m85056E5E5A92D34208235FB409393690A472601D_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl touchpadButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CtouchpadButtonU3Ek__BackingField_58 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadButtonU3Ek__BackingField_58), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_startButton_m29450F01D3AC6A6377DD6820C1E8A19E3FB257B1_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl startButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CstartButtonU3Ek__BackingField_45; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_optionsButton_m1FE2766F3657D92F605EB85A030FE7C89D0DD580_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl optionsButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CoptionsButtonU3Ek__BackingField_59 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoptionsButtonU3Ek__BackingField_59), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_selectButton_mE20183D2C1EBD7B7EF87EE29C24E56F1731E85BE_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl selectButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CselectButtonU3Ek__BackingField_46; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_shareButton_mE3EF1DF6E0E1B8EFF21AC7DD493CC0494AEC6155_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl shareButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CshareButtonU3Ek__BackingField_60 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshareButtonU3Ek__BackingField_60), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftShoulder_m2522E913D1A9361FE16FE01D717BF49D3B1632AE_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl leftShoulder { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftShoulderU3Ek__BackingField_48; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L1_m53A630A39C6EA91CD8A806D739D51782A7062D8E_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL1U3Ek__BackingField_61 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL1U3Ek__BackingField_61), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightShoulder_m221A61E28BDBABD1B1E51A0E325D9A55BB5E347A_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl rightShoulder { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightShoulderU3Ek__BackingField_49; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R1_m578DFA09EC86DB70693B666AC53AE39E97C6F22C_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R1 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR1U3Ek__BackingField_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR1U3Ek__BackingField_62), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftTrigger_mE19F2FCA9A7F195107FA0C14293732C0F3075A38_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl leftTrigger { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftTriggerU3Ek__BackingField_52; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L2_m944079645ACBBB274527C169EE5670D1ED142616_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL2U3Ek__BackingField_63 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL2U3Ek__BackingField_63), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightTrigger_mD1587CDED475B78A56BE8B6FC493EDA08AE6F3A6_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl rightTrigger { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightTriggerU3Ek__BackingField_53; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R2_mCCFF64B80DC2E5DA8920AB9B9A9CEB61AB8C0079_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R2 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR2U3Ek__BackingField_64 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR2U3Ek__BackingField_64), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_leftStickButton_mEACF0F726788DA012905DCD7A44AA88DF91593ED_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl leftStickButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftStickButtonU3Ek__BackingField_43; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_L3_mD8C16E42401A03362170FB255D0F2E0A70F36531_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl L3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CL3U3Ek__BackingField_65 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CL3U3Ek__BackingField_65), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_rightStickButton_m9A8377135FDA7EA2EA6219A715092F0E62ADBC55_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) { { // public ButtonControl rightStickButton { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightStickButtonU3Ek__BackingField_44; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualShockGamepad_set_R3_mF4834C8E3EB76B2C7C91F874D6022770604A5CDC_inline (DualShockGamepad_tFD374BEA0FEDE61EBC323C8F8CD595BAB5171C8B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) { { // public ButtonControl R3 { get; protected set; } ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0; __this->___U3CR3U3Ek__BackingField_66 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CR3U3Ek__BackingField_66), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float DualMotorRumble_get_lowFrequencyMotorSpeed_m510597E97F499185330B45B4691421807F5199E6_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) { { // public float lowFrequencyMotorSpeed { get; private set; } float L_0 = __this->___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualMotorRumble_set_lowFrequencyMotorSpeed_m9872E9EFA5CD0E26E2E9F55E759D5B17FD0BC843_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) { { // public float lowFrequencyMotorSpeed { get; private set; } float L_0 = ___value0; __this->___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float DualMotorRumble_get_highFrequencyMotorSpeed_mDF2890FFAEBCEE59E02E02845139481E8442073A_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, const RuntimeMethod* method) { { // public float highFrequencyMotorSpeed { get; private set; } float L_0 = __this->___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DualMotorRumble_set_highFrequencyMotorSpeed_mBE076CAE63721822E1B23B6CBB52836CBEAF3107_inline (DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701* __this, float ___value0, const RuntimeMethod* method) { { // public float highFrequencyMotorSpeed { get; private set; } float L_0 = ___value0; __this->___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___a0, float ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { float L_0 = ___b1; float L_1 = ___a0; float L_2; L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1))); float L_3 = ___a0; float L_4; L_4 = fabsf(L_3); float L_5 = ___b1; float L_6; L_6 = fabsf(L_5); float L_7; L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_4, L_6, NULL); float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0; float L_9; L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL); V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0); goto IL_0035; } IL_0035: { bool L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; { float L_0 = ___value0; float L_1 = ___min1; V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_000e; } } { float L_3 = ___min1; ___value0 = L_3; goto IL_0019; } IL_000e: { float L_4 = ___value0; float L_5 = ___max2; V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0019; } } { float L_7 = ___max2; ___value0 = L_7; } IL_0019: { float L_8 = ___value0; V_2 = L_8; goto IL_001d; } IL_001d: { float L_9 = V_2; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SetIMECursorPositionCommand_get_position_m50765F077E0164B5205064B7A1B141F2C81C085C_inline (SetIMECursorPositionCommand_tDC69815817474DA1629D5883FA53F8D4BDF6BF46* __this, const RuntimeMethod* method) { { // get { return m_Position; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_Position_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_StartTime; double L_0 = __this->___m_StartTime_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, double ___value0, const RuntimeMethod* method) { { // set => m_StartTime = value; double L_0 = ___value0; __this->___m_StartTime_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => (InputActionPhase)m_Phase; uint8_t L_0 = __this->___m_Phase_5; return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_StateIndex; uint8_t L_0 = __this->___m_StateIndex_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_ControlIndex; uint16_t L_0 = __this->___m_ControlIndex_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) { { // get => m_BindingIndex; uint16_t L_0 = __this->___m_BindingIndex_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputEventPtr__ctor_m42C0DB27FACAB1B1EB79BEFEF640F90004815FF0_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr0, const RuntimeMethod* method) { { // m_EventPtr = eventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr0; __this->___m_EventPtr_0 = L_0; // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) { { // public InputEvent* data => m_EventPtr; InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_33; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = __this->___U3CbitOffsetU3Ek__BackingField_35; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_36; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline (uint32_t ___number0, uint32_t ___alignment1, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var remainder = number % alignment; uint32_t L_0 = ___number0; uint32_t L_1 = ___alignment1; V_0 = ((int32_t)((uint32_t)(int32_t)L_0%(uint32_t)(int32_t)L_1)); // if (remainder == 0) uint32_t L_2 = V_0; if (L_2) { goto IL_0009; } } { // return number; uint32_t L_3 = ___number0; return L_3; } IL_0009: { // return number + alignment - remainder; uint32_t L_4 = ___number0; uint32_t L_5 = ___alignment1; uint32_t L_6 = V_0; return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) { { // public int deviceId => m_DeviceId; int32_t L_0 = __this->___m_DeviceId_25; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IMECompositionString_get_Count_m118217BDAE905FA6F01D5F61D3D1A85319A5AA1D_inline (IMECompositionString_tE204556D15A112A43E86FBF18FE4A5B8AD96161E* __this, const RuntimeMethod* method) { { // public int Count => size; int32_t L_0 = __this->___size_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Enumerator_get_Current_m52C5B2EFD3B6598435E54801806413118B0C7F40_inline (Enumerator_t1A8AC222761BFB9580E0FC935D4B0445A448FC46* __this, const RuntimeMethod* method) { { // public char Current => m_CurrentCharacter; Il2CppChar L_0 = __this->___m_CurrentCharacter_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___code0, const RuntimeMethod* method) { { // m_Code = code; int32_t L_0 = ___code0; __this->___m_Code_0 = L_0; // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___fourCC0, const RuntimeMethod* method) { { // return fourCC.m_Code; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___fourCC0; int32_t L_1 = L_0.___m_Code_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t InputEventBuffer_get_sizeInBytes_m49C3283A02CD4A529F430E6737AF2DB191D8BBD9_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public long sizeInBytes => m_SizeInBytes; int64_t L_0 = __this->___m_SizeInBytes_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public int eventCount => m_EventCount; int32_t L_0 = __this->___m_EventCount_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF InputEventBuffer_get_data_m4188F4357FCFB7F743531925E7E4B75D5D066B92_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) { { // public NativeArray data => m_Buffer; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = __this->___m_Buffer_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline (int32_t ___number0, int32_t ___alignment1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var remainder = number % alignment; int32_t L_0 = ___number0; int32_t L_1 = ___alignment1; V_0 = ((int32_t)(L_0%L_1)); // if (remainder == 0) int32_t L_2 = V_0; if (L_2) { goto IL_0009; } } { // return number; int32_t L_3 = ___number0; return L_3; } IL_0009: { // return number + alignment - remainder; int32_t L_4 = ___number0; int32_t L_5 = ___alignment1; int32_t L_6 = V_0; return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_4, L_5)), L_6)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t NumberHelpers_AlignToMultipleOf_mA09DADDCE6E50FA990B046BD74822886B94BFA6D_inline (int64_t ___number0, int64_t ___alignment1, const RuntimeMethod* method) { int64_t V_0 = 0; { // var remainder = number % alignment; int64_t L_0 = ___number0; int64_t L_1 = ___alignment1; V_0 = ((int64_t)(L_0%L_1)); // if (remainder == 0) int64_t L_2 = V_0; if (L_2) { goto IL_0009; } } { // return number; int64_t L_3 = ___number0; return L_3; } IL_0009: { // return number + alignment - remainder; int64_t L_4 = ___number0; int64_t L_5 = ___alignment1; int64_t L_6 = V_0; return ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(L_4, L_5)), L_6)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputEventStream_get_isOpen_mEE33B97DA48F80B43BCE58D08FCAE51958E6459D_inline (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public bool isOpen => m_IsOpen; bool L_0 = __this->___m_IsOpen_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventStream_get_numEventsRetainedInBuffer_m4656DA6E9272986459D283EE8B8F74773C2D130A_inline (InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9* __this, const RuntimeMethod* method) { { // public int numEventsRetainedInBuffer => m_NumEventsRetainedInBuffer; int32_t L_0 = __this->___m_NumEventsRetainedInBuffer_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) { { // get => m_UpdateMode; int32_t L_0 = __this->___m_UpdateMode_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_deviceId_m1F56DCC1850CA1B775C357DA6D521F04EA74F0C6_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_DeviceId; int32_t L_0 = __this->___m_DeviceId_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceInfo_get_layout_mC531D6400FCF8EE7CCBE96D0DC9328BC0A5AC24C_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_Layout; String_t* L_0 = __this->___m_Layout_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED DeviceInfo_get_stateFormat_mA04A926E1277535752AC4117996C3B0F89D26916_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_StateFormat; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___m_StateFormat_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DeviceInfo_get_stateSizeInBytes_mD21A7DBF02B25079F7A1F1482AC2EFE5A86F5C9C_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, const RuntimeMethod* method) { { // get => m_StateSizeInBytes; int32_t L_0 = __this->___m_StateSizeInBytes_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_deviceId_m76EE4AFBA1FA3FFACF2E017498621E66A819DEBD_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_DeviceId = value; int32_t L_0 = ___value0; __this->___m_DeviceId_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_layout_mB0175279434FFE48B744FE2CA4800A1EF24B2D69_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Layout = value; String_t* L_0 = ___value0; __this->___m_Layout_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Layout_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_stateFormat_mFC8581D56C34FFCBF8264CFD61BA12CE56755478_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { { // set => m_StateFormat = value; FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___value0; __this->___m_StateFormat_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceInfo_set_stateSizeInBytes_m7D7507BD0D817A86E99E3E44E216B31855ED06B3_inline (DeviceInfo_tAB83FF3BB4996BA68DFDF5D6255C1FEBB452AE52* __this, int32_t ___value0, const RuntimeMethod* method) { { // set => m_StateSizeInBytes = value; int32_t L_0 = ___value0; __this->___m_StateSizeInBytes_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 Enumerator_get_Current_m3C388C6F62B1736308A7B1AAB5D1AE461B2D50CC_inline (Enumerator_t6DF3D5CC6EB756C7583B28E1CA7B752A8E591A75* __this, const RuntimeMethod* method) { { // public InputEventPtr Current => m_Current; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = __this->___m_Current_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReplayController_set_finished_m05C11A4E622954AFDACE0F7AB76E93EEECD6B6A2_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, bool ___value0, const RuntimeMethod* method) { { // public bool finished { get; private set; } bool L_0 = ___value0; __this->___U3CfinishedU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReplayController_set_position_m4948A3C77785BCBBE721AC7C452C470A9C24C098_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int position { get; private set; } int32_t L_0 = ___value0; __this->___U3CpositionU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReplayController_get_paused_mA3967138FEFDD72AE8823B2B2DACEBE6E5555F30_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public bool paused { get; set; } bool L_0 = __this->___U3CpausedU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReplayController_get_position_m39297BBE091E3E76FDD27B71AA7355148E908B88_inline (ReplayController_t88691435BC5F2A470BB08FDFD9C91ECA8DF0523C* __this, const RuntimeMethod* method) { { // public int position { get; private set; } int32_t L_0 = __this->___U3CpositionU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal unsafe void* defaultStatePtr => InputStateBuffers.s_DefaultStateBuffer; void* L_0 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_DefaultStateBuffer_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxNumDevices_m0FEEC51F3510A61C081B4C4159FD4453CC847428_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int maxNumDevices { get; set; } int32_t L_0 = __this->___U3CmaxNumDevicesU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_maxNumDevices_m9F11EC470346A3CB0048D2DAE5B38E3344E51C08_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int maxNumDevices { get; set; } int32_t L_0 = ___value0; __this->___U3CmaxNumDevicesU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentNumDevices_m95D2F0878FD22AFB147019A4511CEA6856FAFB45_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentNumDevices { get; set; } int32_t L_0 = __this->___U3CcurrentNumDevicesU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentNumDevices_m548C2BF7385931D42DD8FF22BB010FF602AC14EA_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentNumDevices { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentNumDevicesU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_maxStateSizeInBytes_m105BD2DF857955095D11D617F738350B638C4EF2_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int maxStateSizeInBytes { get; set; } int32_t L_0 = __this->___U3CmaxStateSizeInBytesU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_maxStateSizeInBytes_m31330B150C4D44C95E79B2BCF9AC422E9D3CD105_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int maxStateSizeInBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CmaxStateSizeInBytesU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentStateSizeInBytes_mF8F8501666ADFA81A4BD4DF71F8E27847B0D6EA5_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentStateSizeInBytes { get; set; } int32_t L_0 = __this->___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentStateSizeInBytes_m9BBDBBD4A727B654A36F2396F40DB4D0E137CD7D_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentStateSizeInBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentStateSizeInBytesU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentControlCount_mEBDE0B72A6A56819D2BBA87394C386EECEBD78F3_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentControlCount { get; set; } int32_t L_0 = __this->___U3CcurrentControlCountU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentControlCount_mDF1F18CB6B69696C953510A4FE58C87D6FA72729_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentControlCount { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentControlCountU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_currentLayoutCount_m69DC513C2784189A9B3F214A3332DD9DC352A528_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int currentLayoutCount { get; set; } int32_t L_0 = __this->___U3CcurrentLayoutCountU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_currentLayoutCount_m43BD6E6E44CA3DF2C58AC09B180F83DEC5FDAF4A_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int currentLayoutCount { get; set; } int32_t L_0 = ___value0; __this->___U3CcurrentLayoutCountU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventBytes_m04F4BFD498777335799D63A81C29AA97143CC13B_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalEventBytes { get; set; } int32_t L_0 = __this->___U3CtotalEventBytesU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventBytes_m3E9A896A75E1A57ABA893EA1F63E98E041D404ED_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalEventBytes { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalEventBytesU3Ek__BackingField_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalEventCount_m2EA373AAB2B4975C2BBAE3C37DA78946BB5BD0D0_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalEventCount { get; set; } int32_t L_0 = __this->___U3CtotalEventCountU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventCount_mE8188B2A42002E32190B8981B2B5D2D08A95DBE5_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalEventCount { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalEventCountU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputMetrics_get_totalUpdateCount_mCF84FB729C509B5D85A54EA1A6AC36980ED2CC61_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public int totalUpdateCount { get; set; } int32_t L_0 = __this->___U3CtotalUpdateCountU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalUpdateCount_mF43ADDD579F92E2727B55A6E10B578180C2019C2_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int totalUpdateCount { get; set; } int32_t L_0 = ___value0; __this->___U3CtotalUpdateCountU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventProcessingTime_mCF205D2B52FA9BC1E869BA7A6039FC0E712DABE3_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double totalEventProcessingTime { get; set; } double L_0 = __this->___U3CtotalEventProcessingTimeU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventProcessingTime_m1C75FA1C698121B1A1C5BE0044264CCAA0304732_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) { { // public double totalEventProcessingTime { get; set; } double L_0 = ___value0; __this->___U3CtotalEventProcessingTimeU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InputMetrics_get_totalEventLagTime_m70516750050E2D62430DB62B5D6E2EB22697C1E6_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, const RuntimeMethod* method) { { // public double totalEventLagTime { get; set; } double L_0 = __this->___U3CtotalEventLagTimeU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputMetrics_set_totalEventLagTime_m486CE7F87D0221E5829B6D7BDE37837CB3D239F4_inline (InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338* __this, double ___value0, const RuntimeMethod* method) { { // public double totalEventLagTime { get; set; } double L_0 = ___value0; __this->___U3CtotalEventLagTimeU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UpdateStepCount_get_value_m939CB192D174FC917F8ABE9E05FEC308BFCDB459_inline (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, const RuntimeMethod* method) { { // public uint value { get; private set; } uint32_t L_0 = __this->___U3CvalueU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UpdateStepCount_set_value_m94BD09FB80BCEAA8211533A7391D3708C19AF60A_inline (UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint value { get; private set; } uint32_t L_0 = ___value0; __this->___U3CvalueU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->___x_0 = L_0; float L_1 = ___y1; __this->___y_1 = L_1; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputUpdateDelegate_Invoke_m1E6E6B61C1F41C34A6E36AF210BF56197583256A_inline (InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* __this, int32_t ___updateType0, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* ___eventBuffer1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___updateType0, ___eventBuffer1, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___value0, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___value0; __this->___U3CformatU3Ek__BackingField_33 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = ___value0; __this->___U3CbyteOffsetU3Ek__BackingField_34 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = ___value0; __this->___U3CbitOffsetU3Ek__BackingField_35 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = ___value0; __this->___U3CsizeInBitsU3Ek__BackingField_36 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4_inline (int32_t ___value0, int32_t ___minValue1, int32_t ___maxValue2, const RuntimeMethod* method) { { // if (value <= minValue) int32_t L_0 = ___value0; int32_t L_1 = ___minValue1; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_000a; } } { // return 0.0f; return (0.0f); } IL_000a: { // if (value >= maxValue) int32_t L_2 = ___value0; int32_t L_3 = ___maxValue2; if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0014; } } { // return 1.0f; return (1.0f); } IL_0014: { // return (float)(((double)value - minValue) / ((double)maxValue - minValue)); int32_t L_4 = ___value0; int32_t L_5 = ___minValue1; int32_t L_6 = ___maxValue2; int32_t L_7 = ___minValue1; return ((float)((double)(((double)il2cpp_codegen_subtract(((double)L_4), ((double)L_5)))/((double)il2cpp_codegen_subtract(((double)L_6), ((double)L_7)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline (uint32_t ___value0, uint32_t ___minValue1, uint32_t ___maxValue2, const RuntimeMethod* method) { { // if (value <= minValue) uint32_t L_0 = ___value0; uint32_t L_1 = ___minValue1; if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_000a; } } { // return 0.0f; return (0.0f); } IL_000a: { // if (value >= maxValue) uint32_t L_2 = ___value0; uint32_t L_3 = ___maxValue2; if ((!(((uint32_t)L_2) >= ((uint32_t)L_3)))) { goto IL_0014; } } { // return 1.0f; return (1.0f); } IL_0014: { // return (float)(((double)value - minValue) / ((double)maxValue - minValue)); uint32_t L_4 = ___value0; uint32_t L_5 = ___minValue1; uint32_t L_6 = ___maxValue2; uint32_t L_7 = ___minValue1; return ((float)((double)(((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_4)), ((double)((double)(uint32_t)L_5))))/((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_6)), ((double)((double)(uint32_t)L_7))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B_inline (float ___value0, int32_t ___intMinValue1, int32_t ___intMaxValue2, const RuntimeMethod* method) { { // if (value <= 0.0f) float L_0 = ___value0; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_000a; } } { // return intMinValue; int32_t L_1 = ___intMinValue1; return L_1; } IL_000a: { // if (value >= 1.0f) float L_2 = ___value0; if ((!(((float)L_2) >= ((float)(1.0f))))) { goto IL_0014; } } { // return intMaxValue; int32_t L_3 = ___intMaxValue2; return L_3; } IL_0014: { // return (int)(value * ((double)intMaxValue - intMinValue) + intMinValue); float L_4 = ___value0; int32_t L_5 = ___intMaxValue2; int32_t L_6 = ___intMinValue1; int32_t L_7 = ___intMinValue1; return il2cpp_codegen_cast_double_to_int(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_4), ((double)il2cpp_codegen_subtract(((double)L_5), ((double)L_6))))), ((double)L_7)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline (float ___value0, uint32_t ___uintMinValue1, uint32_t ___uintMaxValue2, const RuntimeMethod* method) { { // if (value <= 0.0f) float L_0 = ___value0; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_000a; } } { // return uintMinValue; uint32_t L_1 = ___uintMinValue1; return L_1; } IL_000a: { // if (value >= 1.0f) float L_2 = ___value0; if ((!(((float)L_2) >= ((float)(1.0f))))) { goto IL_0014; } } { // return uintMaxValue; uint32_t L_3 = ___uintMaxValue2; return L_3; } IL_0014: { // return (uint)(value * ((double)uintMaxValue - uintMinValue) + uintMinValue); float L_4 = ___value0; uint32_t L_5 = ___uintMaxValue2; uint32_t L_6 = ___uintMinValue1; uint32_t L_7 = ___uintMinValue1; return il2cpp_codegen_cast_floating_point(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_4), ((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_5)), ((double)((double)(uint32_t)L_6)))))), ((double)((double)(uint32_t)L_7))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) { { // public TypeCode type => m_Type; int32_t L_0 = __this->___m_Type_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* Record_get_owner_mE1A451C654D70DF2754170FA45A6A19AD3483471_gshared_inline (Record_t4205712C85C6F00A9F1DC4D23E20F595FCB4F6A4* __this, const RuntimeMethod* method) { { // public InputStateHistory owner => m_Owner; InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798* L_0 = (InputStateHistory_1_tFE6497AA1E7DC5B54CA3C00976576A7E88C77798*)__this->___m_Owner_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->___m_Length_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_3_Invoke_m0F49563C5B847FD0AA5D523797CC38C4C1476D8F_gshared_inline (Func_3_t0072F82DFBE56A425CAA051639D6DF09CB126719* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___arg10, ___arg21, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___key_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m2EE80016B94F10A7E9150D8ABB6C5668609CBAB3_gshared_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___item0, const RuntimeMethod* method) { InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* L_1 = (InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* L_4 = V_0; if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); InputEventPtrU5BU5D_tC8D2CB7018396F4C074F2202E79522E9B0979821* L_6 = V_0; int32_t L_7 = V_1; InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = ___item0; (L_6)->SetAtUnchecked(static_cast(L_7), (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0)L_8); return; } IL_0034: { InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_9 = ___item0; (( void (*) (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m10A948AD01428DA6841D895BFBE2F81D70667D8A_gshared_inline (List_1_tDED7E0C66749F8E622E5B6D639BE146DBBC37448* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____size_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m30D56EDF2807EF309EEF182BA63A3F0EF0B08A15_gshared_inline (Action_1_t86516C65829BB92A2767853A28A8B9C092189D2C* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___obj0, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___obj0, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___obj0, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___obj0, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mBF7DDBCD230E9D28EDF45D3E65F907DE1AE0CCBC_gshared_inline (Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B* __this, int32_t ___obj0, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___obj0, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m095D2006A2DDB336987862DC15A7EFAED53E08EC_gshared_inline (Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* __this, int32_t ___arg0, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___arg0, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_4_Invoke_m531C21CFDE3860748A265C35E23427DF3BF57665_gshared_inline (Action_4_tEDE2F4136308461AABC88EB84052E02ED2F9C8DB* __this, RuntimeObject* ___arg10, double ___arg21, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg32, int64_t ___arg43, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, double, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, int64_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___arg10, ___arg21, ___arg32, ___arg43, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_4_Invoke_m57BD9120171D15F15E5BD9AE705DC7F7EE36DE7B_gshared_inline (Action_4_t595C7D13B665306D3E501CAF580759041B0C8171* __this, RuntimeObject* ___arg10, double ___arg21, int64_t ___arg32, int32_t ___arg43, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, double, int64_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___arg10, ___arg21, ___arg32, ___arg43, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___a0, float ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { float L_0 = ___a0; float L_1 = ___b1; if ((((float)L_0) > ((float)L_1))) { goto IL_0008; } } { float L_2 = ___b1; G_B3_0 = L_2; goto IL_0009; } IL_0008: { float L_3 = ___a0; G_B3_0 = L_3; } IL_0009: { V_0 = G_B3_0; goto IL_000c; } IL_000c: { float L_4 = V_0; return L_4; } }