UnityEngine.InputLegacyModule_CodeGen.c
9.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
#include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Int32 UnityEngine.Touch::get_fingerId()
extern void Touch_get_fingerId_mCED0E66949120E69BFE9294DC0A11A6F9FDBD129_AdjustorThunk (void);
// 0x00000002 UnityEngine.Vector2 UnityEngine.Touch::get_position()
extern void Touch_get_position_mE32B04C6DA32A0965C403A31847ED7F1725EA1DE_AdjustorThunk (void);
// 0x00000003 UnityEngine.TouchPhase UnityEngine.Touch::get_phase()
extern void Touch_get_phase_m576EA3F4FE1D12EB85510326AD8EC3C2EB267257_AdjustorThunk (void);
// 0x00000004 UnityEngine.TouchType UnityEngine.Touch::get_type()
extern void Touch_get_type_m33FB24B6A53A307E8AC9881ED3B483DD4B44C050_AdjustorThunk (void);
// 0x00000005 UnityEngine.GameObject UnityEngine.CameraRaycastHelper::RaycastTry(UnityEngine.Camera,UnityEngine.Ray,System.Single,System.Int32)
extern void CameraRaycastHelper_RaycastTry_m8AA2714ED46E79851C77B83A3916C515D7280FD1 (void);
// 0x00000006 UnityEngine.GameObject UnityEngine.CameraRaycastHelper::RaycastTry2D(UnityEngine.Camera,UnityEngine.Ray,System.Single,System.Int32)
extern void CameraRaycastHelper_RaycastTry2D_mAA0B0BAC7BE8A2F640A236BB6655EB47E5408C9D (void);
// 0x00000007 UnityEngine.GameObject UnityEngine.CameraRaycastHelper::RaycastTry_Injected(UnityEngine.Camera,UnityEngine.Ray&,System.Single,System.Int32)
extern void CameraRaycastHelper_RaycastTry_Injected_mFAED8F3DC204691A92849F36D8BC69CFE68F43E8 (void);
// 0x00000008 UnityEngine.GameObject UnityEngine.CameraRaycastHelper::RaycastTry2D_Injected(UnityEngine.Camera,UnityEngine.Ray&,System.Single,System.Int32)
extern void CameraRaycastHelper_RaycastTry2D_Injected_m1AB3B5B899C17D5D6FC41D8F8CF2BE549F7D9F21 (void);
// 0x00000009 System.Single UnityEngine.Input::GetAxisRaw(System.String)
extern void Input_GetAxisRaw_mC07AC23FD8D04A69CDB07C6399C93FFFAEB0FC5B (void);
// 0x0000000A System.Boolean UnityEngine.Input::GetButtonDown(System.String)
extern void Input_GetButtonDown_m2001112EBCA3D5C7B0344EF62C896667F7E67DDF (void);
// 0x0000000B System.Boolean UnityEngine.Input::GetMouseButton(System.Int32)
extern void Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1 (void);
// 0x0000000C System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32)
extern void Input_GetMouseButtonDown_m466D81FDCC87C9CB07557B39DCB435EB691F1EF3 (void);
// 0x0000000D System.Boolean UnityEngine.Input::GetMouseButtonUp(System.Int32)
extern void Input_GetMouseButtonUp_m2BA562F8C4FE8364EEC93970093E776371DF4022 (void);
// 0x0000000E UnityEngine.Touch UnityEngine.Input::GetTouch(System.Int32)
extern void Input_GetTouch_m6A2A31482B1A7D018C3AAC188C02F5D14500C81F (void);
// 0x0000000F UnityEngine.Vector3 UnityEngine.Input::get_mousePosition()
extern void Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (void);
// 0x00000010 UnityEngine.Vector2 UnityEngine.Input::get_mouseScrollDelta()
extern void Input_get_mouseScrollDelta_m018B3C74FC710A166684FC8391CAC93D8EC0ADB7 (void);
// 0x00000011 UnityEngine.IMECompositionMode UnityEngine.Input::get_imeCompositionMode()
extern void Input_get_imeCompositionMode_m04AD6A8C7FEE55E7C4F70885DB5AF222E9F904E5 (void);
// 0x00000012 System.Void UnityEngine.Input::set_imeCompositionMode(UnityEngine.IMECompositionMode)
extern void Input_set_imeCompositionMode_m7D4AA771F1F616FE74A97CA186C4B55EF268E112 (void);
// 0x00000013 System.String UnityEngine.Input::get_compositionString()
extern void Input_get_compositionString_mF957B324E35155878D307CE2AEE0AACC9BEC25BD (void);
// 0x00000014 UnityEngine.Vector2 UnityEngine.Input::get_compositionCursorPos()
extern void Input_get_compositionCursorPos_m70946478FB2B607BC3BC5EC1280AA217323518B3 (void);
// 0x00000015 System.Void UnityEngine.Input::set_compositionCursorPos(UnityEngine.Vector2)
extern void Input_set_compositionCursorPos_mA2A9D63F782E3C75F065F031C67C2A1363D47D9C (void);
// 0x00000016 System.Boolean UnityEngine.Input::get_mousePresent()
extern void Input_get_mousePresent_mBCACCE1C97E146FF46C7AE7FFE693F7BAB4E4FE5 (void);
// 0x00000017 System.Int32 UnityEngine.Input::get_touchCount()
extern void Input_get_touchCount_mE1A06AB1973E3456AE398B3CC5105F27CC7335D6 (void);
// 0x00000018 System.Boolean UnityEngine.Input::get_touchSupported()
extern void Input_get_touchSupported_mE5B2F5199B4CC16D89AD2C3125B5CB38F4B4867B (void);
// 0x00000019 System.Void UnityEngine.Input::GetTouch_Injected(System.Int32,UnityEngine.Touch&)
extern void Input_GetTouch_Injected_m19710838FFBDDC3E60536B0932D3B5A392BE539D (void);
// 0x0000001A System.Void UnityEngine.Input::get_mousePosition_Injected(UnityEngine.Vector3&)
extern void Input_get_mousePosition_Injected_m4E5460D301ECE27CC322AB79C0914A4503ABC06E (void);
// 0x0000001B System.Void UnityEngine.Input::get_mouseScrollDelta_Injected(UnityEngine.Vector2&)
extern void Input_get_mouseScrollDelta_Injected_m8B072340853637C9CF5A23CEA63ED51B14886EC9 (void);
// 0x0000001C System.Void UnityEngine.Input::get_compositionCursorPos_Injected(UnityEngine.Vector2&)
extern void Input_get_compositionCursorPos_Injected_mE31464243AB1819574A268B942B5667B03F4822E (void);
// 0x0000001D System.Void UnityEngine.Input::set_compositionCursorPos_Injected(UnityEngine.Vector2&)
extern void Input_set_compositionCursorPos_Injected_m4B961AC7900B41DDBFBA03BE2F65F49C030CCB4D (void);
// 0x0000001E System.Void UnityEngine.SendMouseEvents::SetMouseMoved()
extern void SendMouseEvents_SetMouseMoved_mEC659144183FB490A2E1F12112C8F08569A511CD (void);
// 0x0000001F System.Void UnityEngine.SendMouseEvents::DoSendMouseEvents(System.Int32)
extern void SendMouseEvents_DoSendMouseEvents_m21561D473C27F19BA9CDBC53B4A13D40DDFBE785 (void);
// 0x00000020 System.Void UnityEngine.SendMouseEvents::SendEvents(System.Int32,UnityEngine.SendMouseEvents/HitInfo)
extern void SendMouseEvents_SendEvents_m7A59BBFBB15C1BF3E47D56CDD4921599A686F9C7 (void);
// 0x00000021 System.Void UnityEngine.SendMouseEvents::.cctor()
extern void SendMouseEvents__cctor_m6B63654E024F338414361C995EAFEC615743A0E0 (void);
// 0x00000022 System.Void UnityEngine.SendMouseEvents/HitInfo::SendMessage(System.String)
extern void HitInfo_SendMessage_m2D813691948EAB9CDA487A3B8668678EABFCFA62_AdjustorThunk (void);
// 0x00000023 System.Boolean UnityEngine.SendMouseEvents/HitInfo::op_Implicit(UnityEngine.SendMouseEvents/HitInfo)
extern void HitInfo_op_Implicit_m8332A3930623A2248D797F3A8020FFF4E05A9420 (void);
// 0x00000024 System.Boolean UnityEngine.SendMouseEvents/HitInfo::Compare(UnityEngine.SendMouseEvents/HitInfo,UnityEngine.SendMouseEvents/HitInfo)
extern void HitInfo_Compare_m3AD170E7A52826C73DEF8C3C8F6507C9EAB28363 (void);
static Il2CppMethodPointer s_methodPointers[36] =
{
Touch_get_fingerId_mCED0E66949120E69BFE9294DC0A11A6F9FDBD129_AdjustorThunk,
Touch_get_position_mE32B04C6DA32A0965C403A31847ED7F1725EA1DE_AdjustorThunk,
Touch_get_phase_m576EA3F4FE1D12EB85510326AD8EC3C2EB267257_AdjustorThunk,
Touch_get_type_m33FB24B6A53A307E8AC9881ED3B483DD4B44C050_AdjustorThunk,
CameraRaycastHelper_RaycastTry_m8AA2714ED46E79851C77B83A3916C515D7280FD1,
CameraRaycastHelper_RaycastTry2D_mAA0B0BAC7BE8A2F640A236BB6655EB47E5408C9D,
CameraRaycastHelper_RaycastTry_Injected_mFAED8F3DC204691A92849F36D8BC69CFE68F43E8,
CameraRaycastHelper_RaycastTry2D_Injected_m1AB3B5B899C17D5D6FC41D8F8CF2BE549F7D9F21,
Input_GetAxisRaw_mC07AC23FD8D04A69CDB07C6399C93FFFAEB0FC5B,
Input_GetButtonDown_m2001112EBCA3D5C7B0344EF62C896667F7E67DDF,
Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1,
Input_GetMouseButtonDown_m466D81FDCC87C9CB07557B39DCB435EB691F1EF3,
Input_GetMouseButtonUp_m2BA562F8C4FE8364EEC93970093E776371DF4022,
Input_GetTouch_m6A2A31482B1A7D018C3AAC188C02F5D14500C81F,
Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E,
Input_get_mouseScrollDelta_m018B3C74FC710A166684FC8391CAC93D8EC0ADB7,
Input_get_imeCompositionMode_m04AD6A8C7FEE55E7C4F70885DB5AF222E9F904E5,
Input_set_imeCompositionMode_m7D4AA771F1F616FE74A97CA186C4B55EF268E112,
Input_get_compositionString_mF957B324E35155878D307CE2AEE0AACC9BEC25BD,
Input_get_compositionCursorPos_m70946478FB2B607BC3BC5EC1280AA217323518B3,
Input_set_compositionCursorPos_mA2A9D63F782E3C75F065F031C67C2A1363D47D9C,
Input_get_mousePresent_mBCACCE1C97E146FF46C7AE7FFE693F7BAB4E4FE5,
Input_get_touchCount_mE1A06AB1973E3456AE398B3CC5105F27CC7335D6,
Input_get_touchSupported_mE5B2F5199B4CC16D89AD2C3125B5CB38F4B4867B,
Input_GetTouch_Injected_m19710838FFBDDC3E60536B0932D3B5A392BE539D,
Input_get_mousePosition_Injected_m4E5460D301ECE27CC322AB79C0914A4503ABC06E,
Input_get_mouseScrollDelta_Injected_m8B072340853637C9CF5A23CEA63ED51B14886EC9,
Input_get_compositionCursorPos_Injected_mE31464243AB1819574A268B942B5667B03F4822E,
Input_set_compositionCursorPos_Injected_m4B961AC7900B41DDBFBA03BE2F65F49C030CCB4D,
SendMouseEvents_SetMouseMoved_mEC659144183FB490A2E1F12112C8F08569A511CD,
SendMouseEvents_DoSendMouseEvents_m21561D473C27F19BA9CDBC53B4A13D40DDFBE785,
SendMouseEvents_SendEvents_m7A59BBFBB15C1BF3E47D56CDD4921599A686F9C7,
SendMouseEvents__cctor_m6B63654E024F338414361C995EAFEC615743A0E0,
HitInfo_SendMessage_m2D813691948EAB9CDA487A3B8668678EABFCFA62_AdjustorThunk,
HitInfo_op_Implicit_m8332A3930623A2248D797F3A8020FFF4E05A9420,
HitInfo_Compare_m3AD170E7A52826C73DEF8C3C8F6507C9EAB28363,
};
static const int32_t s_InvokerIndices[36] =
{
1141,
1180,
1141,
1141,
1429,
1429,
1415,
1415,
1943,
1930,
1927,
1927,
1927,
1949,
1999,
1998,
1982,
1963,
1987,
1998,
1971,
1994,
1982,
1994,
1806,
1961,
1961,
1961,
1961,
2001,
1963,
1811,
2001,
1014,
1935,
1765,
};
extern const CustomAttributesCacheGenerator g_UnityEngine_InputLegacyModule_AttributeGenerators[];
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_InputLegacyModule_CodeGenModule;
const Il2CppCodeGenModule g_UnityEngine_InputLegacyModule_CodeGenModule =
{
"UnityEngine.InputLegacyModule.dll",
36,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
g_UnityEngine_InputLegacyModule_AttributeGenerators,
NULL, // module initializer,
NULL,
NULL,
NULL,
};