源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2631 lines
69 KiB

  1. //this source code was auto-generated by tolua#, do not modify it
  2. using System;
  3. using LuaInterface;
  4. public class UnityEngine_KeyCodeWrap
  5. {
  6. public static void Register(LuaState L)
  7. {
  8. L.BeginEnum(typeof(UnityEngine.KeyCode));
  9. L.RegVar("None", get_None, null);
  10. L.RegVar("Backspace", get_Backspace, null);
  11. L.RegVar("Delete", get_Delete, null);
  12. L.RegVar("Tab", get_Tab, null);
  13. L.RegVar("Clear", get_Clear, null);
  14. L.RegVar("Return", get_Return, null);
  15. L.RegVar("Pause", get_Pause, null);
  16. L.RegVar("Escape", get_Escape, null);
  17. L.RegVar("Space", get_Space, null);
  18. L.RegVar("Keypad0", get_Keypad0, null);
  19. L.RegVar("Keypad1", get_Keypad1, null);
  20. L.RegVar("Keypad2", get_Keypad2, null);
  21. L.RegVar("Keypad3", get_Keypad3, null);
  22. L.RegVar("Keypad4", get_Keypad4, null);
  23. L.RegVar("Keypad5", get_Keypad5, null);
  24. L.RegVar("Keypad6", get_Keypad6, null);
  25. L.RegVar("Keypad7", get_Keypad7, null);
  26. L.RegVar("Keypad8", get_Keypad8, null);
  27. L.RegVar("Keypad9", get_Keypad9, null);
  28. L.RegVar("KeypadPeriod", get_KeypadPeriod, null);
  29. L.RegVar("KeypadDivide", get_KeypadDivide, null);
  30. L.RegVar("KeypadMultiply", get_KeypadMultiply, null);
  31. L.RegVar("KeypadMinus", get_KeypadMinus, null);
  32. L.RegVar("KeypadPlus", get_KeypadPlus, null);
  33. L.RegVar("KeypadEnter", get_KeypadEnter, null);
  34. L.RegVar("KeypadEquals", get_KeypadEquals, null);
  35. L.RegVar("UpArrow", get_UpArrow, null);
  36. L.RegVar("DownArrow", get_DownArrow, null);
  37. L.RegVar("RightArrow", get_RightArrow, null);
  38. L.RegVar("LeftArrow", get_LeftArrow, null);
  39. L.RegVar("Insert", get_Insert, null);
  40. L.RegVar("Home", get_Home, null);
  41. L.RegVar("End", get_End, null);
  42. L.RegVar("PageUp", get_PageUp, null);
  43. L.RegVar("PageDown", get_PageDown, null);
  44. L.RegVar("F1", get_F1, null);
  45. L.RegVar("F2", get_F2, null);
  46. L.RegVar("F3", get_F3, null);
  47. L.RegVar("F4", get_F4, null);
  48. L.RegVar("F5", get_F5, null);
  49. L.RegVar("F6", get_F6, null);
  50. L.RegVar("F7", get_F7, null);
  51. L.RegVar("F8", get_F8, null);
  52. L.RegVar("F9", get_F9, null);
  53. L.RegVar("F10", get_F10, null);
  54. L.RegVar("F11", get_F11, null);
  55. L.RegVar("F12", get_F12, null);
  56. L.RegVar("F13", get_F13, null);
  57. L.RegVar("F14", get_F14, null);
  58. L.RegVar("F15", get_F15, null);
  59. L.RegVar("Alpha0", get_Alpha0, null);
  60. L.RegVar("Alpha1", get_Alpha1, null);
  61. L.RegVar("Alpha2", get_Alpha2, null);
  62. L.RegVar("Alpha3", get_Alpha3, null);
  63. L.RegVar("Alpha4", get_Alpha4, null);
  64. L.RegVar("Alpha5", get_Alpha5, null);
  65. L.RegVar("Alpha6", get_Alpha6, null);
  66. L.RegVar("Alpha7", get_Alpha7, null);
  67. L.RegVar("Alpha8", get_Alpha8, null);
  68. L.RegVar("Alpha9", get_Alpha9, null);
  69. L.RegVar("Exclaim", get_Exclaim, null);
  70. L.RegVar("DoubleQuote", get_DoubleQuote, null);
  71. L.RegVar("Hash", get_Hash, null);
  72. L.RegVar("Dollar", get_Dollar, null);
  73. L.RegVar("Percent", get_Percent, null);
  74. L.RegVar("Ampersand", get_Ampersand, null);
  75. L.RegVar("Quote", get_Quote, null);
  76. L.RegVar("LeftParen", get_LeftParen, null);
  77. L.RegVar("RightParen", get_RightParen, null);
  78. L.RegVar("Asterisk", get_Asterisk, null);
  79. L.RegVar("Plus", get_Plus, null);
  80. L.RegVar("Comma", get_Comma, null);
  81. L.RegVar("Minus", get_Minus, null);
  82. L.RegVar("Period", get_Period, null);
  83. L.RegVar("Slash", get_Slash, null);
  84. L.RegVar("Colon", get_Colon, null);
  85. L.RegVar("Semicolon", get_Semicolon, null);
  86. L.RegVar("Less", get_Less, null);
  87. L.RegVar("Equals", get_Equals, null);
  88. L.RegVar("Greater", get_Greater, null);
  89. L.RegVar("Question", get_Question, null);
  90. L.RegVar("At", get_At, null);
  91. L.RegVar("LeftBracket", get_LeftBracket, null);
  92. L.RegVar("Backslash", get_Backslash, null);
  93. L.RegVar("RightBracket", get_RightBracket, null);
  94. L.RegVar("Caret", get_Caret, null);
  95. L.RegVar("Underscore", get_Underscore, null);
  96. L.RegVar("BackQuote", get_BackQuote, null);
  97. L.RegVar("A", get_A, null);
  98. L.RegVar("B", get_B, null);
  99. L.RegVar("C", get_C, null);
  100. L.RegVar("D", get_D, null);
  101. L.RegVar("E", get_E, null);
  102. L.RegVar("F", get_F, null);
  103. L.RegVar("G", get_G, null);
  104. L.RegVar("H", get_H, null);
  105. L.RegVar("I", get_I, null);
  106. L.RegVar("J", get_J, null);
  107. L.RegVar("K", get_K, null);
  108. L.RegVar("L", get_L, null);
  109. L.RegVar("M", get_M, null);
  110. L.RegVar("N", get_N, null);
  111. L.RegVar("O", get_O, null);
  112. L.RegVar("P", get_P, null);
  113. L.RegVar("Q", get_Q, null);
  114. L.RegVar("R", get_R, null);
  115. L.RegVar("S", get_S, null);
  116. L.RegVar("T", get_T, null);
  117. L.RegVar("U", get_U, null);
  118. L.RegVar("V", get_V, null);
  119. L.RegVar("W", get_W, null);
  120. L.RegVar("X", get_X, null);
  121. L.RegVar("Y", get_Y, null);
  122. L.RegVar("Z", get_Z, null);
  123. L.RegVar("LeftCurlyBracket", get_LeftCurlyBracket, null);
  124. L.RegVar("Pipe", get_Pipe, null);
  125. L.RegVar("RightCurlyBracket", get_RightCurlyBracket, null);
  126. L.RegVar("Tilde", get_Tilde, null);
  127. L.RegVar("Numlock", get_Numlock, null);
  128. L.RegVar("CapsLock", get_CapsLock, null);
  129. L.RegVar("ScrollLock", get_ScrollLock, null);
  130. L.RegVar("RightShift", get_RightShift, null);
  131. L.RegVar("LeftShift", get_LeftShift, null);
  132. L.RegVar("RightControl", get_RightControl, null);
  133. L.RegVar("LeftControl", get_LeftControl, null);
  134. L.RegVar("RightAlt", get_RightAlt, null);
  135. L.RegVar("LeftAlt", get_LeftAlt, null);
  136. L.RegVar("LeftCommand", get_LeftCommand, null);
  137. L.RegVar("LeftApple", get_LeftApple, null);
  138. L.RegVar("LeftWindows", get_LeftWindows, null);
  139. L.RegVar("RightCommand", get_RightCommand, null);
  140. L.RegVar("RightApple", get_RightApple, null);
  141. L.RegVar("RightWindows", get_RightWindows, null);
  142. L.RegVar("AltGr", get_AltGr, null);
  143. L.RegVar("Help", get_Help, null);
  144. L.RegVar("Print", get_Print, null);
  145. L.RegVar("SysReq", get_SysReq, null);
  146. L.RegVar("Break", get_Break, null);
  147. L.RegVar("Menu", get_Menu, null);
  148. L.RegVar("Mouse0", get_Mouse0, null);
  149. L.RegVar("Mouse1", get_Mouse1, null);
  150. L.RegVar("Mouse2", get_Mouse2, null);
  151. L.RegVar("Mouse3", get_Mouse3, null);
  152. L.RegVar("Mouse4", get_Mouse4, null);
  153. L.RegVar("Mouse5", get_Mouse5, null);
  154. L.RegVar("Mouse6", get_Mouse6, null);
  155. L.RegVar("JoystickButton0", get_JoystickButton0, null);
  156. L.RegVar("JoystickButton1", get_JoystickButton1, null);
  157. L.RegVar("JoystickButton2", get_JoystickButton2, null);
  158. L.RegVar("JoystickButton3", get_JoystickButton3, null);
  159. L.RegVar("JoystickButton4", get_JoystickButton4, null);
  160. L.RegVar("JoystickButton5", get_JoystickButton5, null);
  161. L.RegVar("JoystickButton6", get_JoystickButton6, null);
  162. L.RegVar("JoystickButton7", get_JoystickButton7, null);
  163. L.RegVar("JoystickButton8", get_JoystickButton8, null);
  164. L.RegVar("JoystickButton9", get_JoystickButton9, null);
  165. L.RegVar("JoystickButton10", get_JoystickButton10, null);
  166. L.RegVar("JoystickButton11", get_JoystickButton11, null);
  167. L.RegVar("JoystickButton12", get_JoystickButton12, null);
  168. L.RegVar("JoystickButton13", get_JoystickButton13, null);
  169. L.RegVar("JoystickButton14", get_JoystickButton14, null);
  170. L.RegVar("JoystickButton15", get_JoystickButton15, null);
  171. L.RegVar("JoystickButton16", get_JoystickButton16, null);
  172. L.RegVar("JoystickButton17", get_JoystickButton17, null);
  173. L.RegVar("JoystickButton18", get_JoystickButton18, null);
  174. L.RegVar("JoystickButton19", get_JoystickButton19, null);
  175. L.RegVar("Joystick1Button0", get_Joystick1Button0, null);
  176. L.RegVar("Joystick1Button1", get_Joystick1Button1, null);
  177. L.RegVar("Joystick1Button2", get_Joystick1Button2, null);
  178. L.RegVar("Joystick1Button3", get_Joystick1Button3, null);
  179. L.RegVar("Joystick1Button4", get_Joystick1Button4, null);
  180. L.RegVar("Joystick1Button5", get_Joystick1Button5, null);
  181. L.RegVar("Joystick1Button6", get_Joystick1Button6, null);
  182. L.RegVar("Joystick1Button7", get_Joystick1Button7, null);
  183. L.RegVar("Joystick1Button8", get_Joystick1Button8, null);
  184. L.RegVar("Joystick1Button9", get_Joystick1Button9, null);
  185. L.RegVar("Joystick1Button10", get_Joystick1Button10, null);
  186. L.RegVar("Joystick1Button11", get_Joystick1Button11, null);
  187. L.RegVar("Joystick1Button12", get_Joystick1Button12, null);
  188. L.RegVar("Joystick1Button13", get_Joystick1Button13, null);
  189. L.RegVar("Joystick1Button14", get_Joystick1Button14, null);
  190. L.RegVar("Joystick1Button15", get_Joystick1Button15, null);
  191. L.RegVar("Joystick1Button16", get_Joystick1Button16, null);
  192. L.RegVar("Joystick1Button17", get_Joystick1Button17, null);
  193. L.RegVar("Joystick1Button18", get_Joystick1Button18, null);
  194. L.RegVar("Joystick1Button19", get_Joystick1Button19, null);
  195. L.RegVar("Joystick2Button0", get_Joystick2Button0, null);
  196. L.RegVar("Joystick2Button1", get_Joystick2Button1, null);
  197. L.RegVar("Joystick2Button2", get_Joystick2Button2, null);
  198. L.RegVar("Joystick2Button3", get_Joystick2Button3, null);
  199. L.RegVar("Joystick2Button4", get_Joystick2Button4, null);
  200. L.RegVar("Joystick2Button5", get_Joystick2Button5, null);
  201. L.RegVar("Joystick2Button6", get_Joystick2Button6, null);
  202. L.RegVar("Joystick2Button7", get_Joystick2Button7, null);
  203. L.RegVar("Joystick2Button8", get_Joystick2Button8, null);
  204. L.RegVar("Joystick2Button9", get_Joystick2Button9, null);
  205. L.RegVar("Joystick2Button10", get_Joystick2Button10, null);
  206. L.RegVar("Joystick2Button11", get_Joystick2Button11, null);
  207. L.RegVar("Joystick2Button12", get_Joystick2Button12, null);
  208. L.RegVar("Joystick2Button13", get_Joystick2Button13, null);
  209. L.RegVar("Joystick2Button14", get_Joystick2Button14, null);
  210. L.RegVar("Joystick2Button15", get_Joystick2Button15, null);
  211. L.RegVar("Joystick2Button16", get_Joystick2Button16, null);
  212. L.RegVar("Joystick2Button17", get_Joystick2Button17, null);
  213. L.RegVar("Joystick2Button18", get_Joystick2Button18, null);
  214. L.RegVar("Joystick2Button19", get_Joystick2Button19, null);
  215. L.RegVar("Joystick3Button0", get_Joystick3Button0, null);
  216. L.RegVar("Joystick3Button1", get_Joystick3Button1, null);
  217. L.RegVar("Joystick3Button2", get_Joystick3Button2, null);
  218. L.RegVar("Joystick3Button3", get_Joystick3Button3, null);
  219. L.RegVar("Joystick3Button4", get_Joystick3Button4, null);
  220. L.RegVar("Joystick3Button5", get_Joystick3Button5, null);
  221. L.RegVar("Joystick3Button6", get_Joystick3Button6, null);
  222. L.RegVar("Joystick3Button7", get_Joystick3Button7, null);
  223. L.RegVar("Joystick3Button8", get_Joystick3Button8, null);
  224. L.RegVar("Joystick3Button9", get_Joystick3Button9, null);
  225. L.RegVar("Joystick3Button10", get_Joystick3Button10, null);
  226. L.RegVar("Joystick3Button11", get_Joystick3Button11, null);
  227. L.RegVar("Joystick3Button12", get_Joystick3Button12, null);
  228. L.RegVar("Joystick3Button13", get_Joystick3Button13, null);
  229. L.RegVar("Joystick3Button14", get_Joystick3Button14, null);
  230. L.RegVar("Joystick3Button15", get_Joystick3Button15, null);
  231. L.RegVar("Joystick3Button16", get_Joystick3Button16, null);
  232. L.RegVar("Joystick3Button17", get_Joystick3Button17, null);
  233. L.RegVar("Joystick3Button18", get_Joystick3Button18, null);
  234. L.RegVar("Joystick3Button19", get_Joystick3Button19, null);
  235. L.RegVar("Joystick4Button0", get_Joystick4Button0, null);
  236. L.RegVar("Joystick4Button1", get_Joystick4Button1, null);
  237. L.RegVar("Joystick4Button2", get_Joystick4Button2, null);
  238. L.RegVar("Joystick4Button3", get_Joystick4Button3, null);
  239. L.RegVar("Joystick4Button4", get_Joystick4Button4, null);
  240. L.RegVar("Joystick4Button5", get_Joystick4Button5, null);
  241. L.RegVar("Joystick4Button6", get_Joystick4Button6, null);
  242. L.RegVar("Joystick4Button7", get_Joystick4Button7, null);
  243. L.RegVar("Joystick4Button8", get_Joystick4Button8, null);
  244. L.RegVar("Joystick4Button9", get_Joystick4Button9, null);
  245. L.RegVar("Joystick4Button10", get_Joystick4Button10, null);
  246. L.RegVar("Joystick4Button11", get_Joystick4Button11, null);
  247. L.RegVar("Joystick4Button12", get_Joystick4Button12, null);
  248. L.RegVar("Joystick4Button13", get_Joystick4Button13, null);
  249. L.RegVar("Joystick4Button14", get_Joystick4Button14, null);
  250. L.RegVar("Joystick4Button15", get_Joystick4Button15, null);
  251. L.RegVar("Joystick4Button16", get_Joystick4Button16, null);
  252. L.RegVar("Joystick4Button17", get_Joystick4Button17, null);
  253. L.RegVar("Joystick4Button18", get_Joystick4Button18, null);
  254. L.RegVar("Joystick4Button19", get_Joystick4Button19, null);
  255. L.RegVar("Joystick5Button0", get_Joystick5Button0, null);
  256. L.RegVar("Joystick5Button1", get_Joystick5Button1, null);
  257. L.RegVar("Joystick5Button2", get_Joystick5Button2, null);
  258. L.RegVar("Joystick5Button3", get_Joystick5Button3, null);
  259. L.RegVar("Joystick5Button4", get_Joystick5Button4, null);
  260. L.RegVar("Joystick5Button5", get_Joystick5Button5, null);
  261. L.RegVar("Joystick5Button6", get_Joystick5Button6, null);
  262. L.RegVar("Joystick5Button7", get_Joystick5Button7, null);
  263. L.RegVar("Joystick5Button8", get_Joystick5Button8, null);
  264. L.RegVar("Joystick5Button9", get_Joystick5Button9, null);
  265. L.RegVar("Joystick5Button10", get_Joystick5Button10, null);
  266. L.RegVar("Joystick5Button11", get_Joystick5Button11, null);
  267. L.RegVar("Joystick5Button12", get_Joystick5Button12, null);
  268. L.RegVar("Joystick5Button13", get_Joystick5Button13, null);
  269. L.RegVar("Joystick5Button14", get_Joystick5Button14, null);
  270. L.RegVar("Joystick5Button15", get_Joystick5Button15, null);
  271. L.RegVar("Joystick5Button16", get_Joystick5Button16, null);
  272. L.RegVar("Joystick5Button17", get_Joystick5Button17, null);
  273. L.RegVar("Joystick5Button18", get_Joystick5Button18, null);
  274. L.RegVar("Joystick5Button19", get_Joystick5Button19, null);
  275. L.RegVar("Joystick6Button0", get_Joystick6Button0, null);
  276. L.RegVar("Joystick6Button1", get_Joystick6Button1, null);
  277. L.RegVar("Joystick6Button2", get_Joystick6Button2, null);
  278. L.RegVar("Joystick6Button3", get_Joystick6Button3, null);
  279. L.RegVar("Joystick6Button4", get_Joystick6Button4, null);
  280. L.RegVar("Joystick6Button5", get_Joystick6Button5, null);
  281. L.RegVar("Joystick6Button6", get_Joystick6Button6, null);
  282. L.RegVar("Joystick6Button7", get_Joystick6Button7, null);
  283. L.RegVar("Joystick6Button8", get_Joystick6Button8, null);
  284. L.RegVar("Joystick6Button9", get_Joystick6Button9, null);
  285. L.RegVar("Joystick6Button10", get_Joystick6Button10, null);
  286. L.RegVar("Joystick6Button11", get_Joystick6Button11, null);
  287. L.RegVar("Joystick6Button12", get_Joystick6Button12, null);
  288. L.RegVar("Joystick6Button13", get_Joystick6Button13, null);
  289. L.RegVar("Joystick6Button14", get_Joystick6Button14, null);
  290. L.RegVar("Joystick6Button15", get_Joystick6Button15, null);
  291. L.RegVar("Joystick6Button16", get_Joystick6Button16, null);
  292. L.RegVar("Joystick6Button17", get_Joystick6Button17, null);
  293. L.RegVar("Joystick6Button18", get_Joystick6Button18, null);
  294. L.RegVar("Joystick6Button19", get_Joystick6Button19, null);
  295. L.RegVar("Joystick7Button0", get_Joystick7Button0, null);
  296. L.RegVar("Joystick7Button1", get_Joystick7Button1, null);
  297. L.RegVar("Joystick7Button2", get_Joystick7Button2, null);
  298. L.RegVar("Joystick7Button3", get_Joystick7Button3, null);
  299. L.RegVar("Joystick7Button4", get_Joystick7Button4, null);
  300. L.RegVar("Joystick7Button5", get_Joystick7Button5, null);
  301. L.RegVar("Joystick7Button6", get_Joystick7Button6, null);
  302. L.RegVar("Joystick7Button7", get_Joystick7Button7, null);
  303. L.RegVar("Joystick7Button8", get_Joystick7Button8, null);
  304. L.RegVar("Joystick7Button9", get_Joystick7Button9, null);
  305. L.RegVar("Joystick7Button10", get_Joystick7Button10, null);
  306. L.RegVar("Joystick7Button11", get_Joystick7Button11, null);
  307. L.RegVar("Joystick7Button12", get_Joystick7Button12, null);
  308. L.RegVar("Joystick7Button13", get_Joystick7Button13, null);
  309. L.RegVar("Joystick7Button14", get_Joystick7Button14, null);
  310. L.RegVar("Joystick7Button15", get_Joystick7Button15, null);
  311. L.RegVar("Joystick7Button16", get_Joystick7Button16, null);
  312. L.RegVar("Joystick7Button17", get_Joystick7Button17, null);
  313. L.RegVar("Joystick7Button18", get_Joystick7Button18, null);
  314. L.RegVar("Joystick7Button19", get_Joystick7Button19, null);
  315. L.RegVar("Joystick8Button0", get_Joystick8Button0, null);
  316. L.RegVar("Joystick8Button1", get_Joystick8Button1, null);
  317. L.RegVar("Joystick8Button2", get_Joystick8Button2, null);
  318. L.RegVar("Joystick8Button3", get_Joystick8Button3, null);
  319. L.RegVar("Joystick8Button4", get_Joystick8Button4, null);
  320. L.RegVar("Joystick8Button5", get_Joystick8Button5, null);
  321. L.RegVar("Joystick8Button6", get_Joystick8Button6, null);
  322. L.RegVar("Joystick8Button7", get_Joystick8Button7, null);
  323. L.RegVar("Joystick8Button8", get_Joystick8Button8, null);
  324. L.RegVar("Joystick8Button9", get_Joystick8Button9, null);
  325. L.RegVar("Joystick8Button10", get_Joystick8Button10, null);
  326. L.RegVar("Joystick8Button11", get_Joystick8Button11, null);
  327. L.RegVar("Joystick8Button12", get_Joystick8Button12, null);
  328. L.RegVar("Joystick8Button13", get_Joystick8Button13, null);
  329. L.RegVar("Joystick8Button14", get_Joystick8Button14, null);
  330. L.RegVar("Joystick8Button15", get_Joystick8Button15, null);
  331. L.RegVar("Joystick8Button16", get_Joystick8Button16, null);
  332. L.RegVar("Joystick8Button17", get_Joystick8Button17, null);
  333. L.RegVar("Joystick8Button18", get_Joystick8Button18, null);
  334. L.RegVar("Joystick8Button19", get_Joystick8Button19, null);
  335. L.RegFunction("IntToEnum", IntToEnum);
  336. L.EndEnum();
  337. }
  338. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  339. static int get_None(IntPtr L)
  340. {
  341. ToLua.Push(L, UnityEngine.KeyCode.None);
  342. return 1;
  343. }
  344. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  345. static int get_Backspace(IntPtr L)
  346. {
  347. ToLua.Push(L, UnityEngine.KeyCode.Backspace);
  348. return 1;
  349. }
  350. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  351. static int get_Delete(IntPtr L)
  352. {
  353. ToLua.Push(L, UnityEngine.KeyCode.Delete);
  354. return 1;
  355. }
  356. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  357. static int get_Tab(IntPtr L)
  358. {
  359. ToLua.Push(L, UnityEngine.KeyCode.Tab);
  360. return 1;
  361. }
  362. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  363. static int get_Clear(IntPtr L)
  364. {
  365. ToLua.Push(L, UnityEngine.KeyCode.Clear);
  366. return 1;
  367. }
  368. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  369. static int get_Return(IntPtr L)
  370. {
  371. ToLua.Push(L, UnityEngine.KeyCode.Return);
  372. return 1;
  373. }
  374. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  375. static int get_Pause(IntPtr L)
  376. {
  377. ToLua.Push(L, UnityEngine.KeyCode.Pause);
  378. return 1;
  379. }
  380. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  381. static int get_Escape(IntPtr L)
  382. {
  383. ToLua.Push(L, UnityEngine.KeyCode.Escape);
  384. return 1;
  385. }
  386. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  387. static int get_Space(IntPtr L)
  388. {
  389. ToLua.Push(L, UnityEngine.KeyCode.Space);
  390. return 1;
  391. }
  392. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  393. static int get_Keypad0(IntPtr L)
  394. {
  395. ToLua.Push(L, UnityEngine.KeyCode.Keypad0);
  396. return 1;
  397. }
  398. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  399. static int get_Keypad1(IntPtr L)
  400. {
  401. ToLua.Push(L, UnityEngine.KeyCode.Keypad1);
  402. return 1;
  403. }
  404. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  405. static int get_Keypad2(IntPtr L)
  406. {
  407. ToLua.Push(L, UnityEngine.KeyCode.Keypad2);
  408. return 1;
  409. }
  410. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  411. static int get_Keypad3(IntPtr L)
  412. {
  413. ToLua.Push(L, UnityEngine.KeyCode.Keypad3);
  414. return 1;
  415. }
  416. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  417. static int get_Keypad4(IntPtr L)
  418. {
  419. ToLua.Push(L, UnityEngine.KeyCode.Keypad4);
  420. return 1;
  421. }
  422. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  423. static int get_Keypad5(IntPtr L)
  424. {
  425. ToLua.Push(L, UnityEngine.KeyCode.Keypad5);
  426. return 1;
  427. }
  428. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  429. static int get_Keypad6(IntPtr L)
  430. {
  431. ToLua.Push(L, UnityEngine.KeyCode.Keypad6);
  432. return 1;
  433. }
  434. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  435. static int get_Keypad7(IntPtr L)
  436. {
  437. ToLua.Push(L, UnityEngine.KeyCode.Keypad7);
  438. return 1;
  439. }
  440. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  441. static int get_Keypad8(IntPtr L)
  442. {
  443. ToLua.Push(L, UnityEngine.KeyCode.Keypad8);
  444. return 1;
  445. }
  446. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  447. static int get_Keypad9(IntPtr L)
  448. {
  449. ToLua.Push(L, UnityEngine.KeyCode.Keypad9);
  450. return 1;
  451. }
  452. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  453. static int get_KeypadPeriod(IntPtr L)
  454. {
  455. ToLua.Push(L, UnityEngine.KeyCode.KeypadPeriod);
  456. return 1;
  457. }
  458. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  459. static int get_KeypadDivide(IntPtr L)
  460. {
  461. ToLua.Push(L, UnityEngine.KeyCode.KeypadDivide);
  462. return 1;
  463. }
  464. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  465. static int get_KeypadMultiply(IntPtr L)
  466. {
  467. ToLua.Push(L, UnityEngine.KeyCode.KeypadMultiply);
  468. return 1;
  469. }
  470. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  471. static int get_KeypadMinus(IntPtr L)
  472. {
  473. ToLua.Push(L, UnityEngine.KeyCode.KeypadMinus);
  474. return 1;
  475. }
  476. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  477. static int get_KeypadPlus(IntPtr L)
  478. {
  479. ToLua.Push(L, UnityEngine.KeyCode.KeypadPlus);
  480. return 1;
  481. }
  482. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  483. static int get_KeypadEnter(IntPtr L)
  484. {
  485. ToLua.Push(L, UnityEngine.KeyCode.KeypadEnter);
  486. return 1;
  487. }
  488. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  489. static int get_KeypadEquals(IntPtr L)
  490. {
  491. ToLua.Push(L, UnityEngine.KeyCode.KeypadEquals);
  492. return 1;
  493. }
  494. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  495. static int get_UpArrow(IntPtr L)
  496. {
  497. ToLua.Push(L, UnityEngine.KeyCode.UpArrow);
  498. return 1;
  499. }
  500. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  501. static int get_DownArrow(IntPtr L)
  502. {
  503. ToLua.Push(L, UnityEngine.KeyCode.DownArrow);
  504. return 1;
  505. }
  506. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  507. static int get_RightArrow(IntPtr L)
  508. {
  509. ToLua.Push(L, UnityEngine.KeyCode.RightArrow);
  510. return 1;
  511. }
  512. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  513. static int get_LeftArrow(IntPtr L)
  514. {
  515. ToLua.Push(L, UnityEngine.KeyCode.LeftArrow);
  516. return 1;
  517. }
  518. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  519. static int get_Insert(IntPtr L)
  520. {
  521. ToLua.Push(L, UnityEngine.KeyCode.Insert);
  522. return 1;
  523. }
  524. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  525. static int get_Home(IntPtr L)
  526. {
  527. ToLua.Push(L, UnityEngine.KeyCode.Home);
  528. return 1;
  529. }
  530. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  531. static int get_End(IntPtr L)
  532. {
  533. ToLua.Push(L, UnityEngine.KeyCode.End);
  534. return 1;
  535. }
  536. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  537. static int get_PageUp(IntPtr L)
  538. {
  539. ToLua.Push(L, UnityEngine.KeyCode.PageUp);
  540. return 1;
  541. }
  542. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  543. static int get_PageDown(IntPtr L)
  544. {
  545. ToLua.Push(L, UnityEngine.KeyCode.PageDown);
  546. return 1;
  547. }
  548. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  549. static int get_F1(IntPtr L)
  550. {
  551. ToLua.Push(L, UnityEngine.KeyCode.F1);
  552. return 1;
  553. }
  554. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  555. static int get_F2(IntPtr L)
  556. {
  557. ToLua.Push(L, UnityEngine.KeyCode.F2);
  558. return 1;
  559. }
  560. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  561. static int get_F3(IntPtr L)
  562. {
  563. ToLua.Push(L, UnityEngine.KeyCode.F3);
  564. return 1;
  565. }
  566. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  567. static int get_F4(IntPtr L)
  568. {
  569. ToLua.Push(L, UnityEngine.KeyCode.F4);
  570. return 1;
  571. }
  572. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  573. static int get_F5(IntPtr L)
  574. {
  575. ToLua.Push(L, UnityEngine.KeyCode.F5);
  576. return 1;
  577. }
  578. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  579. static int get_F6(IntPtr L)
  580. {
  581. ToLua.Push(L, UnityEngine.KeyCode.F6);
  582. return 1;
  583. }
  584. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  585. static int get_F7(IntPtr L)
  586. {
  587. ToLua.Push(L, UnityEngine.KeyCode.F7);
  588. return 1;
  589. }
  590. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  591. static int get_F8(IntPtr L)
  592. {
  593. ToLua.Push(L, UnityEngine.KeyCode.F8);
  594. return 1;
  595. }
  596. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  597. static int get_F9(IntPtr L)
  598. {
  599. ToLua.Push(L, UnityEngine.KeyCode.F9);
  600. return 1;
  601. }
  602. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  603. static int get_F10(IntPtr L)
  604. {
  605. ToLua.Push(L, UnityEngine.KeyCode.F10);
  606. return 1;
  607. }
  608. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  609. static int get_F11(IntPtr L)
  610. {
  611. ToLua.Push(L, UnityEngine.KeyCode.F11);
  612. return 1;
  613. }
  614. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  615. static int get_F12(IntPtr L)
  616. {
  617. ToLua.Push(L, UnityEngine.KeyCode.F12);
  618. return 1;
  619. }
  620. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  621. static int get_F13(IntPtr L)
  622. {
  623. ToLua.Push(L, UnityEngine.KeyCode.F13);
  624. return 1;
  625. }
  626. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  627. static int get_F14(IntPtr L)
  628. {
  629. ToLua.Push(L, UnityEngine.KeyCode.F14);
  630. return 1;
  631. }
  632. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  633. static int get_F15(IntPtr L)
  634. {
  635. ToLua.Push(L, UnityEngine.KeyCode.F15);
  636. return 1;
  637. }
  638. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  639. static int get_Alpha0(IntPtr L)
  640. {
  641. ToLua.Push(L, UnityEngine.KeyCode.Alpha0);
  642. return 1;
  643. }
  644. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  645. static int get_Alpha1(IntPtr L)
  646. {
  647. ToLua.Push(L, UnityEngine.KeyCode.Alpha1);
  648. return 1;
  649. }
  650. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  651. static int get_Alpha2(IntPtr L)
  652. {
  653. ToLua.Push(L, UnityEngine.KeyCode.Alpha2);
  654. return 1;
  655. }
  656. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  657. static int get_Alpha3(IntPtr L)
  658. {
  659. ToLua.Push(L, UnityEngine.KeyCode.Alpha3);
  660. return 1;
  661. }
  662. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  663. static int get_Alpha4(IntPtr L)
  664. {
  665. ToLua.Push(L, UnityEngine.KeyCode.Alpha4);
  666. return 1;
  667. }
  668. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  669. static int get_Alpha5(IntPtr L)
  670. {
  671. ToLua.Push(L, UnityEngine.KeyCode.Alpha5);
  672. return 1;
  673. }
  674. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  675. static int get_Alpha6(IntPtr L)
  676. {
  677. ToLua.Push(L, UnityEngine.KeyCode.Alpha6);
  678. return 1;
  679. }
  680. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  681. static int get_Alpha7(IntPtr L)
  682. {
  683. ToLua.Push(L, UnityEngine.KeyCode.Alpha7);
  684. return 1;
  685. }
  686. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  687. static int get_Alpha8(IntPtr L)
  688. {
  689. ToLua.Push(L, UnityEngine.KeyCode.Alpha8);
  690. return 1;
  691. }
  692. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  693. static int get_Alpha9(IntPtr L)
  694. {
  695. ToLua.Push(L, UnityEngine.KeyCode.Alpha9);
  696. return 1;
  697. }
  698. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  699. static int get_Exclaim(IntPtr L)
  700. {
  701. ToLua.Push(L, UnityEngine.KeyCode.Exclaim);
  702. return 1;
  703. }
  704. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  705. static int get_DoubleQuote(IntPtr L)
  706. {
  707. ToLua.Push(L, UnityEngine.KeyCode.DoubleQuote);
  708. return 1;
  709. }
  710. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  711. static int get_Hash(IntPtr L)
  712. {
  713. ToLua.Push(L, UnityEngine.KeyCode.Hash);
  714. return 1;
  715. }
  716. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  717. static int get_Dollar(IntPtr L)
  718. {
  719. ToLua.Push(L, UnityEngine.KeyCode.Dollar);
  720. return 1;
  721. }
  722. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  723. static int get_Percent(IntPtr L)
  724. {
  725. ToLua.Push(L, UnityEngine.KeyCode.Percent);
  726. return 1;
  727. }
  728. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  729. static int get_Ampersand(IntPtr L)
  730. {
  731. ToLua.Push(L, UnityEngine.KeyCode.Ampersand);
  732. return 1;
  733. }
  734. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  735. static int get_Quote(IntPtr L)
  736. {
  737. ToLua.Push(L, UnityEngine.KeyCode.Quote);
  738. return 1;
  739. }
  740. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  741. static int get_LeftParen(IntPtr L)
  742. {
  743. ToLua.Push(L, UnityEngine.KeyCode.LeftParen);
  744. return 1;
  745. }
  746. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  747. static int get_RightParen(IntPtr L)
  748. {
  749. ToLua.Push(L, UnityEngine.KeyCode.RightParen);
  750. return 1;
  751. }
  752. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  753. static int get_Asterisk(IntPtr L)
  754. {
  755. ToLua.Push(L, UnityEngine.KeyCode.Asterisk);
  756. return 1;
  757. }
  758. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  759. static int get_Plus(IntPtr L)
  760. {
  761. ToLua.Push(L, UnityEngine.KeyCode.Plus);
  762. return 1;
  763. }
  764. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  765. static int get_Comma(IntPtr L)
  766. {
  767. ToLua.Push(L, UnityEngine.KeyCode.Comma);
  768. return 1;
  769. }
  770. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  771. static int get_Minus(IntPtr L)
  772. {
  773. ToLua.Push(L, UnityEngine.KeyCode.Minus);
  774. return 1;
  775. }
  776. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  777. static int get_Period(IntPtr L)
  778. {
  779. ToLua.Push(L, UnityEngine.KeyCode.Period);
  780. return 1;
  781. }
  782. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  783. static int get_Slash(IntPtr L)
  784. {
  785. ToLua.Push(L, UnityEngine.KeyCode.Slash);
  786. return 1;
  787. }
  788. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  789. static int get_Colon(IntPtr L)
  790. {
  791. ToLua.Push(L, UnityEngine.KeyCode.Colon);
  792. return 1;
  793. }
  794. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  795. static int get_Semicolon(IntPtr L)
  796. {
  797. ToLua.Push(L, UnityEngine.KeyCode.Semicolon);
  798. return 1;
  799. }
  800. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  801. static int get_Less(IntPtr L)
  802. {
  803. ToLua.Push(L, UnityEngine.KeyCode.Less);
  804. return 1;
  805. }
  806. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  807. static int get_Equals(IntPtr L)
  808. {
  809. ToLua.Push(L, UnityEngine.KeyCode.Equals);
  810. return 1;
  811. }
  812. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  813. static int get_Greater(IntPtr L)
  814. {
  815. ToLua.Push(L, UnityEngine.KeyCode.Greater);
  816. return 1;
  817. }
  818. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  819. static int get_Question(IntPtr L)
  820. {
  821. ToLua.Push(L, UnityEngine.KeyCode.Question);
  822. return 1;
  823. }
  824. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  825. static int get_At(IntPtr L)
  826. {
  827. ToLua.Push(L, UnityEngine.KeyCode.At);
  828. return 1;
  829. }
  830. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  831. static int get_LeftBracket(IntPtr L)
  832. {
  833. ToLua.Push(L, UnityEngine.KeyCode.LeftBracket);
  834. return 1;
  835. }
  836. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  837. static int get_Backslash(IntPtr L)
  838. {
  839. ToLua.Push(L, UnityEngine.KeyCode.Backslash);
  840. return 1;
  841. }
  842. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  843. static int get_RightBracket(IntPtr L)
  844. {
  845. ToLua.Push(L, UnityEngine.KeyCode.RightBracket);
  846. return 1;
  847. }
  848. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  849. static int get_Caret(IntPtr L)
  850. {
  851. ToLua.Push(L, UnityEngine.KeyCode.Caret);
  852. return 1;
  853. }
  854. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  855. static int get_Underscore(IntPtr L)
  856. {
  857. ToLua.Push(L, UnityEngine.KeyCode.Underscore);
  858. return 1;
  859. }
  860. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  861. static int get_BackQuote(IntPtr L)
  862. {
  863. ToLua.Push(L, UnityEngine.KeyCode.BackQuote);
  864. return 1;
  865. }
  866. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  867. static int get_A(IntPtr L)
  868. {
  869. ToLua.Push(L, UnityEngine.KeyCode.A);
  870. return 1;
  871. }
  872. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  873. static int get_B(IntPtr L)
  874. {
  875. ToLua.Push(L, UnityEngine.KeyCode.B);
  876. return 1;
  877. }
  878. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  879. static int get_C(IntPtr L)
  880. {
  881. ToLua.Push(L, UnityEngine.KeyCode.C);
  882. return 1;
  883. }
  884. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  885. static int get_D(IntPtr L)
  886. {
  887. ToLua.Push(L, UnityEngine.KeyCode.D);
  888. return 1;
  889. }
  890. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  891. static int get_E(IntPtr L)
  892. {
  893. ToLua.Push(L, UnityEngine.KeyCode.E);
  894. return 1;
  895. }
  896. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  897. static int get_F(IntPtr L)
  898. {
  899. ToLua.Push(L, UnityEngine.KeyCode.F);
  900. return 1;
  901. }
  902. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  903. static int get_G(IntPtr L)
  904. {
  905. ToLua.Push(L, UnityEngine.KeyCode.G);
  906. return 1;
  907. }
  908. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  909. static int get_H(IntPtr L)
  910. {
  911. ToLua.Push(L, UnityEngine.KeyCode.H);
  912. return 1;
  913. }
  914. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  915. static int get_I(IntPtr L)
  916. {
  917. ToLua.Push(L, UnityEngine.KeyCode.I);
  918. return 1;
  919. }
  920. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  921. static int get_J(IntPtr L)
  922. {
  923. ToLua.Push(L, UnityEngine.KeyCode.J);
  924. return 1;
  925. }
  926. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  927. static int get_K(IntPtr L)
  928. {
  929. ToLua.Push(L, UnityEngine.KeyCode.K);
  930. return 1;
  931. }
  932. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  933. static int get_L(IntPtr L)
  934. {
  935. ToLua.Push(L, UnityEngine.KeyCode.L);
  936. return 1;
  937. }
  938. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  939. static int get_M(IntPtr L)
  940. {
  941. ToLua.Push(L, UnityEngine.KeyCode.M);
  942. return 1;
  943. }
  944. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  945. static int get_N(IntPtr L)
  946. {
  947. ToLua.Push(L, UnityEngine.KeyCode.N);
  948. return 1;
  949. }
  950. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  951. static int get_O(IntPtr L)
  952. {
  953. ToLua.Push(L, UnityEngine.KeyCode.O);
  954. return 1;
  955. }
  956. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  957. static int get_P(IntPtr L)
  958. {
  959. ToLua.Push(L, UnityEngine.KeyCode.P);
  960. return 1;
  961. }
  962. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  963. static int get_Q(IntPtr L)
  964. {
  965. ToLua.Push(L, UnityEngine.KeyCode.Q);
  966. return 1;
  967. }
  968. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  969. static int get_R(IntPtr L)
  970. {
  971. ToLua.Push(L, UnityEngine.KeyCode.R);
  972. return 1;
  973. }
  974. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  975. static int get_S(IntPtr L)
  976. {
  977. ToLua.Push(L, UnityEngine.KeyCode.S);
  978. return 1;
  979. }
  980. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  981. static int get_T(IntPtr L)
  982. {
  983. ToLua.Push(L, UnityEngine.KeyCode.T);
  984. return 1;
  985. }
  986. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  987. static int get_U(IntPtr L)
  988. {
  989. ToLua.Push(L, UnityEngine.KeyCode.U);
  990. return 1;
  991. }
  992. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  993. static int get_V(IntPtr L)
  994. {
  995. ToLua.Push(L, UnityEngine.KeyCode.V);
  996. return 1;
  997. }
  998. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  999. static int get_W(IntPtr L)
  1000. {
  1001. ToLua.Push(L, UnityEngine.KeyCode.W);
  1002. return 1;
  1003. }
  1004. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1005. static int get_X(IntPtr L)
  1006. {
  1007. ToLua.Push(L, UnityEngine.KeyCode.X);
  1008. return 1;
  1009. }
  1010. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1011. static int get_Y(IntPtr L)
  1012. {
  1013. ToLua.Push(L, UnityEngine.KeyCode.Y);
  1014. return 1;
  1015. }
  1016. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1017. static int get_Z(IntPtr L)
  1018. {
  1019. ToLua.Push(L, UnityEngine.KeyCode.Z);
  1020. return 1;
  1021. }
  1022. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1023. static int get_LeftCurlyBracket(IntPtr L)
  1024. {
  1025. ToLua.Push(L, UnityEngine.KeyCode.LeftCurlyBracket);
  1026. return 1;
  1027. }
  1028. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1029. static int get_Pipe(IntPtr L)
  1030. {
  1031. ToLua.Push(L, UnityEngine.KeyCode.Pipe);
  1032. return 1;
  1033. }
  1034. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1035. static int get_RightCurlyBracket(IntPtr L)
  1036. {
  1037. ToLua.Push(L, UnityEngine.KeyCode.RightCurlyBracket);
  1038. return 1;
  1039. }
  1040. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1041. static int get_Tilde(IntPtr L)
  1042. {
  1043. ToLua.Push(L, UnityEngine.KeyCode.Tilde);
  1044. return 1;
  1045. }
  1046. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1047. static int get_Numlock(IntPtr L)
  1048. {
  1049. ToLua.Push(L, UnityEngine.KeyCode.Numlock);
  1050. return 1;
  1051. }
  1052. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1053. static int get_CapsLock(IntPtr L)
  1054. {
  1055. ToLua.Push(L, UnityEngine.KeyCode.CapsLock);
  1056. return 1;
  1057. }
  1058. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1059. static int get_ScrollLock(IntPtr L)
  1060. {
  1061. ToLua.Push(L, UnityEngine.KeyCode.ScrollLock);
  1062. return 1;
  1063. }
  1064. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1065. static int get_RightShift(IntPtr L)
  1066. {
  1067. ToLua.Push(L, UnityEngine.KeyCode.RightShift);
  1068. return 1;
  1069. }
  1070. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1071. static int get_LeftShift(IntPtr L)
  1072. {
  1073. ToLua.Push(L, UnityEngine.KeyCode.LeftShift);
  1074. return 1;
  1075. }
  1076. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1077. static int get_RightControl(IntPtr L)
  1078. {
  1079. ToLua.Push(L, UnityEngine.KeyCode.RightControl);
  1080. return 1;
  1081. }
  1082. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1083. static int get_LeftControl(IntPtr L)
  1084. {
  1085. ToLua.Push(L, UnityEngine.KeyCode.LeftControl);
  1086. return 1;
  1087. }
  1088. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1089. static int get_RightAlt(IntPtr L)
  1090. {
  1091. ToLua.Push(L, UnityEngine.KeyCode.RightAlt);
  1092. return 1;
  1093. }
  1094. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1095. static int get_LeftAlt(IntPtr L)
  1096. {
  1097. ToLua.Push(L, UnityEngine.KeyCode.LeftAlt);
  1098. return 1;
  1099. }
  1100. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1101. static int get_LeftCommand(IntPtr L)
  1102. {
  1103. ToLua.Push(L, UnityEngine.KeyCode.LeftCommand);
  1104. return 1;
  1105. }
  1106. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1107. static int get_LeftApple(IntPtr L)
  1108. {
  1109. ToLua.Push(L, UnityEngine.KeyCode.LeftApple);
  1110. return 1;
  1111. }
  1112. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1113. static int get_LeftWindows(IntPtr L)
  1114. {
  1115. ToLua.Push(L, UnityEngine.KeyCode.LeftWindows);
  1116. return 1;
  1117. }
  1118. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1119. static int get_RightCommand(IntPtr L)
  1120. {
  1121. ToLua.Push(L, UnityEngine.KeyCode.RightCommand);
  1122. return 1;
  1123. }
  1124. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1125. static int get_RightApple(IntPtr L)
  1126. {
  1127. ToLua.Push(L, UnityEngine.KeyCode.RightApple);
  1128. return 1;
  1129. }
  1130. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1131. static int get_RightWindows(IntPtr L)
  1132. {
  1133. ToLua.Push(L, UnityEngine.KeyCode.RightWindows);
  1134. return 1;
  1135. }
  1136. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1137. static int get_AltGr(IntPtr L)
  1138. {
  1139. ToLua.Push(L, UnityEngine.KeyCode.AltGr);
  1140. return 1;
  1141. }
  1142. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1143. static int get_Help(IntPtr L)
  1144. {
  1145. ToLua.Push(L, UnityEngine.KeyCode.Help);
  1146. return 1;
  1147. }
  1148. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1149. static int get_Print(IntPtr L)
  1150. {
  1151. ToLua.Push(L, UnityEngine.KeyCode.Print);
  1152. return 1;
  1153. }
  1154. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1155. static int get_SysReq(IntPtr L)
  1156. {
  1157. ToLua.Push(L, UnityEngine.KeyCode.SysReq);
  1158. return 1;
  1159. }
  1160. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1161. static int get_Break(IntPtr L)
  1162. {
  1163. ToLua.Push(L, UnityEngine.KeyCode.Break);
  1164. return 1;
  1165. }
  1166. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1167. static int get_Menu(IntPtr L)
  1168. {
  1169. ToLua.Push(L, UnityEngine.KeyCode.Menu);
  1170. return 1;
  1171. }
  1172. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1173. static int get_Mouse0(IntPtr L)
  1174. {
  1175. ToLua.Push(L, UnityEngine.KeyCode.Mouse0);
  1176. return 1;
  1177. }
  1178. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1179. static int get_Mouse1(IntPtr L)
  1180. {
  1181. ToLua.Push(L, UnityEngine.KeyCode.Mouse1);
  1182. return 1;
  1183. }
  1184. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1185. static int get_Mouse2(IntPtr L)
  1186. {
  1187. ToLua.Push(L, UnityEngine.KeyCode.Mouse2);
  1188. return 1;
  1189. }
  1190. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1191. static int get_Mouse3(IntPtr L)
  1192. {
  1193. ToLua.Push(L, UnityEngine.KeyCode.Mouse3);
  1194. return 1;
  1195. }
  1196. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1197. static int get_Mouse4(IntPtr L)
  1198. {
  1199. ToLua.Push(L, UnityEngine.KeyCode.Mouse4);
  1200. return 1;
  1201. }
  1202. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1203. static int get_Mouse5(IntPtr L)
  1204. {
  1205. ToLua.Push(L, UnityEngine.KeyCode.Mouse5);
  1206. return 1;
  1207. }
  1208. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1209. static int get_Mouse6(IntPtr L)
  1210. {
  1211. ToLua.Push(L, UnityEngine.KeyCode.Mouse6);
  1212. return 1;
  1213. }
  1214. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1215. static int get_JoystickButton0(IntPtr L)
  1216. {
  1217. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton0);
  1218. return 1;
  1219. }
  1220. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1221. static int get_JoystickButton1(IntPtr L)
  1222. {
  1223. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton1);
  1224. return 1;
  1225. }
  1226. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1227. static int get_JoystickButton2(IntPtr L)
  1228. {
  1229. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton2);
  1230. return 1;
  1231. }
  1232. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1233. static int get_JoystickButton3(IntPtr L)
  1234. {
  1235. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton3);
  1236. return 1;
  1237. }
  1238. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1239. static int get_JoystickButton4(IntPtr L)
  1240. {
  1241. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton4);
  1242. return 1;
  1243. }
  1244. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1245. static int get_JoystickButton5(IntPtr L)
  1246. {
  1247. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton5);
  1248. return 1;
  1249. }
  1250. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1251. static int get_JoystickButton6(IntPtr L)
  1252. {
  1253. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton6);
  1254. return 1;
  1255. }
  1256. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1257. static int get_JoystickButton7(IntPtr L)
  1258. {
  1259. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton7);
  1260. return 1;
  1261. }
  1262. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1263. static int get_JoystickButton8(IntPtr L)
  1264. {
  1265. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton8);
  1266. return 1;
  1267. }
  1268. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1269. static int get_JoystickButton9(IntPtr L)
  1270. {
  1271. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton9);
  1272. return 1;
  1273. }
  1274. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1275. static int get_JoystickButton10(IntPtr L)
  1276. {
  1277. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton10);
  1278. return 1;
  1279. }
  1280. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1281. static int get_JoystickButton11(IntPtr L)
  1282. {
  1283. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton11);
  1284. return 1;
  1285. }
  1286. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1287. static int get_JoystickButton12(IntPtr L)
  1288. {
  1289. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton12);
  1290. return 1;
  1291. }
  1292. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1293. static int get_JoystickButton13(IntPtr L)
  1294. {
  1295. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton13);
  1296. return 1;
  1297. }
  1298. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1299. static int get_JoystickButton14(IntPtr L)
  1300. {
  1301. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton14);
  1302. return 1;
  1303. }
  1304. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1305. static int get_JoystickButton15(IntPtr L)
  1306. {
  1307. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton15);
  1308. return 1;
  1309. }
  1310. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1311. static int get_JoystickButton16(IntPtr L)
  1312. {
  1313. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton16);
  1314. return 1;
  1315. }
  1316. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1317. static int get_JoystickButton17(IntPtr L)
  1318. {
  1319. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton17);
  1320. return 1;
  1321. }
  1322. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1323. static int get_JoystickButton18(IntPtr L)
  1324. {
  1325. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton18);
  1326. return 1;
  1327. }
  1328. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1329. static int get_JoystickButton19(IntPtr L)
  1330. {
  1331. ToLua.Push(L, UnityEngine.KeyCode.JoystickButton19);
  1332. return 1;
  1333. }
  1334. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1335. static int get_Joystick1Button0(IntPtr L)
  1336. {
  1337. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button0);
  1338. return 1;
  1339. }
  1340. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1341. static int get_Joystick1Button1(IntPtr L)
  1342. {
  1343. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button1);
  1344. return 1;
  1345. }
  1346. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1347. static int get_Joystick1Button2(IntPtr L)
  1348. {
  1349. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button2);
  1350. return 1;
  1351. }
  1352. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1353. static int get_Joystick1Button3(IntPtr L)
  1354. {
  1355. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button3);
  1356. return 1;
  1357. }
  1358. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1359. static int get_Joystick1Button4(IntPtr L)
  1360. {
  1361. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button4);
  1362. return 1;
  1363. }
  1364. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1365. static int get_Joystick1Button5(IntPtr L)
  1366. {
  1367. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button5);
  1368. return 1;
  1369. }
  1370. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1371. static int get_Joystick1Button6(IntPtr L)
  1372. {
  1373. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button6);
  1374. return 1;
  1375. }
  1376. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1377. static int get_Joystick1Button7(IntPtr L)
  1378. {
  1379. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button7);
  1380. return 1;
  1381. }
  1382. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1383. static int get_Joystick1Button8(IntPtr L)
  1384. {
  1385. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button8);
  1386. return 1;
  1387. }
  1388. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1389. static int get_Joystick1Button9(IntPtr L)
  1390. {
  1391. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button9);
  1392. return 1;
  1393. }
  1394. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1395. static int get_Joystick1Button10(IntPtr L)
  1396. {
  1397. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button10);
  1398. return 1;
  1399. }
  1400. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1401. static int get_Joystick1Button11(IntPtr L)
  1402. {
  1403. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button11);
  1404. return 1;
  1405. }
  1406. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1407. static int get_Joystick1Button12(IntPtr L)
  1408. {
  1409. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button12);
  1410. return 1;
  1411. }
  1412. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1413. static int get_Joystick1Button13(IntPtr L)
  1414. {
  1415. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button13);
  1416. return 1;
  1417. }
  1418. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1419. static int get_Joystick1Button14(IntPtr L)
  1420. {
  1421. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button14);
  1422. return 1;
  1423. }
  1424. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1425. static int get_Joystick1Button15(IntPtr L)
  1426. {
  1427. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button15);
  1428. return 1;
  1429. }
  1430. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1431. static int get_Joystick1Button16(IntPtr L)
  1432. {
  1433. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button16);
  1434. return 1;
  1435. }
  1436. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1437. static int get_Joystick1Button17(IntPtr L)
  1438. {
  1439. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button17);
  1440. return 1;
  1441. }
  1442. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1443. static int get_Joystick1Button18(IntPtr L)
  1444. {
  1445. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button18);
  1446. return 1;
  1447. }
  1448. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1449. static int get_Joystick1Button19(IntPtr L)
  1450. {
  1451. ToLua.Push(L, UnityEngine.KeyCode.Joystick1Button19);
  1452. return 1;
  1453. }
  1454. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1455. static int get_Joystick2Button0(IntPtr L)
  1456. {
  1457. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button0);
  1458. return 1;
  1459. }
  1460. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1461. static int get_Joystick2Button1(IntPtr L)
  1462. {
  1463. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button1);
  1464. return 1;
  1465. }
  1466. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1467. static int get_Joystick2Button2(IntPtr L)
  1468. {
  1469. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button2);
  1470. return 1;
  1471. }
  1472. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1473. static int get_Joystick2Button3(IntPtr L)
  1474. {
  1475. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button3);
  1476. return 1;
  1477. }
  1478. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1479. static int get_Joystick2Button4(IntPtr L)
  1480. {
  1481. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button4);
  1482. return 1;
  1483. }
  1484. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1485. static int get_Joystick2Button5(IntPtr L)
  1486. {
  1487. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button5);
  1488. return 1;
  1489. }
  1490. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1491. static int get_Joystick2Button6(IntPtr L)
  1492. {
  1493. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button6);
  1494. return 1;
  1495. }
  1496. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1497. static int get_Joystick2Button7(IntPtr L)
  1498. {
  1499. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button7);
  1500. return 1;
  1501. }
  1502. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1503. static int get_Joystick2Button8(IntPtr L)
  1504. {
  1505. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button8);
  1506. return 1;
  1507. }
  1508. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1509. static int get_Joystick2Button9(IntPtr L)
  1510. {
  1511. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button9);
  1512. return 1;
  1513. }
  1514. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1515. static int get_Joystick2Button10(IntPtr L)
  1516. {
  1517. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button10);
  1518. return 1;
  1519. }
  1520. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1521. static int get_Joystick2Button11(IntPtr L)
  1522. {
  1523. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button11);
  1524. return 1;
  1525. }
  1526. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1527. static int get_Joystick2Button12(IntPtr L)
  1528. {
  1529. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button12);
  1530. return 1;
  1531. }
  1532. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1533. static int get_Joystick2Button13(IntPtr L)
  1534. {
  1535. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button13);
  1536. return 1;
  1537. }
  1538. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1539. static int get_Joystick2Button14(IntPtr L)
  1540. {
  1541. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button14);
  1542. return 1;
  1543. }
  1544. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1545. static int get_Joystick2Button15(IntPtr L)
  1546. {
  1547. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button15);
  1548. return 1;
  1549. }
  1550. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1551. static int get_Joystick2Button16(IntPtr L)
  1552. {
  1553. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button16);
  1554. return 1;
  1555. }
  1556. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1557. static int get_Joystick2Button17(IntPtr L)
  1558. {
  1559. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button17);
  1560. return 1;
  1561. }
  1562. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1563. static int get_Joystick2Button18(IntPtr L)
  1564. {
  1565. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button18);
  1566. return 1;
  1567. }
  1568. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1569. static int get_Joystick2Button19(IntPtr L)
  1570. {
  1571. ToLua.Push(L, UnityEngine.KeyCode.Joystick2Button19);
  1572. return 1;
  1573. }
  1574. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1575. static int get_Joystick3Button0(IntPtr L)
  1576. {
  1577. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button0);
  1578. return 1;
  1579. }
  1580. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1581. static int get_Joystick3Button1(IntPtr L)
  1582. {
  1583. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button1);
  1584. return 1;
  1585. }
  1586. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1587. static int get_Joystick3Button2(IntPtr L)
  1588. {
  1589. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button2);
  1590. return 1;
  1591. }
  1592. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1593. static int get_Joystick3Button3(IntPtr L)
  1594. {
  1595. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button3);
  1596. return 1;
  1597. }
  1598. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1599. static int get_Joystick3Button4(IntPtr L)
  1600. {
  1601. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button4);
  1602. return 1;
  1603. }
  1604. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1605. static int get_Joystick3Button5(IntPtr L)
  1606. {
  1607. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button5);
  1608. return 1;
  1609. }
  1610. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1611. static int get_Joystick3Button6(IntPtr L)
  1612. {
  1613. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button6);
  1614. return 1;
  1615. }
  1616. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1617. static int get_Joystick3Button7(IntPtr L)
  1618. {
  1619. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button7);
  1620. return 1;
  1621. }
  1622. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1623. static int get_Joystick3Button8(IntPtr L)
  1624. {
  1625. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button8);
  1626. return 1;
  1627. }
  1628. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1629. static int get_Joystick3Button9(IntPtr L)
  1630. {
  1631. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button9);
  1632. return 1;
  1633. }
  1634. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1635. static int get_Joystick3Button10(IntPtr L)
  1636. {
  1637. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button10);
  1638. return 1;
  1639. }
  1640. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1641. static int get_Joystick3Button11(IntPtr L)
  1642. {
  1643. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button11);
  1644. return 1;
  1645. }
  1646. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1647. static int get_Joystick3Button12(IntPtr L)
  1648. {
  1649. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button12);
  1650. return 1;
  1651. }
  1652. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1653. static int get_Joystick3Button13(IntPtr L)
  1654. {
  1655. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button13);
  1656. return 1;
  1657. }
  1658. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1659. static int get_Joystick3Button14(IntPtr L)
  1660. {
  1661. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button14);
  1662. return 1;
  1663. }
  1664. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1665. static int get_Joystick3Button15(IntPtr L)
  1666. {
  1667. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button15);
  1668. return 1;
  1669. }
  1670. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1671. static int get_Joystick3Button16(IntPtr L)
  1672. {
  1673. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button16);
  1674. return 1;
  1675. }
  1676. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1677. static int get_Joystick3Button17(IntPtr L)
  1678. {
  1679. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button17);
  1680. return 1;
  1681. }
  1682. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1683. static int get_Joystick3Button18(IntPtr L)
  1684. {
  1685. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button18);
  1686. return 1;
  1687. }
  1688. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1689. static int get_Joystick3Button19(IntPtr L)
  1690. {
  1691. ToLua.Push(L, UnityEngine.KeyCode.Joystick3Button19);
  1692. return 1;
  1693. }
  1694. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1695. static int get_Joystick4Button0(IntPtr L)
  1696. {
  1697. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button0);
  1698. return 1;
  1699. }
  1700. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1701. static int get_Joystick4Button1(IntPtr L)
  1702. {
  1703. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button1);
  1704. return 1;
  1705. }
  1706. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1707. static int get_Joystick4Button2(IntPtr L)
  1708. {
  1709. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button2);
  1710. return 1;
  1711. }
  1712. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1713. static int get_Joystick4Button3(IntPtr L)
  1714. {
  1715. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button3);
  1716. return 1;
  1717. }
  1718. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1719. static int get_Joystick4Button4(IntPtr L)
  1720. {
  1721. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button4);
  1722. return 1;
  1723. }
  1724. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1725. static int get_Joystick4Button5(IntPtr L)
  1726. {
  1727. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button5);
  1728. return 1;
  1729. }
  1730. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1731. static int get_Joystick4Button6(IntPtr L)
  1732. {
  1733. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button6);
  1734. return 1;
  1735. }
  1736. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1737. static int get_Joystick4Button7(IntPtr L)
  1738. {
  1739. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button7);
  1740. return 1;
  1741. }
  1742. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1743. static int get_Joystick4Button8(IntPtr L)
  1744. {
  1745. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button8);
  1746. return 1;
  1747. }
  1748. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1749. static int get_Joystick4Button9(IntPtr L)
  1750. {
  1751. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button9);
  1752. return 1;
  1753. }
  1754. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1755. static int get_Joystick4Button10(IntPtr L)
  1756. {
  1757. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button10);
  1758. return 1;
  1759. }
  1760. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1761. static int get_Joystick4Button11(IntPtr L)
  1762. {
  1763. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button11);
  1764. return 1;
  1765. }
  1766. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1767. static int get_Joystick4Button12(IntPtr L)
  1768. {
  1769. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button12);
  1770. return 1;
  1771. }
  1772. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1773. static int get_Joystick4Button13(IntPtr L)
  1774. {
  1775. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button13);
  1776. return 1;
  1777. }
  1778. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1779. static int get_Joystick4Button14(IntPtr L)
  1780. {
  1781. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button14);
  1782. return 1;
  1783. }
  1784. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1785. static int get_Joystick4Button15(IntPtr L)
  1786. {
  1787. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button15);
  1788. return 1;
  1789. }
  1790. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1791. static int get_Joystick4Button16(IntPtr L)
  1792. {
  1793. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button16);
  1794. return 1;
  1795. }
  1796. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1797. static int get_Joystick4Button17(IntPtr L)
  1798. {
  1799. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button17);
  1800. return 1;
  1801. }
  1802. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1803. static int get_Joystick4Button18(IntPtr L)
  1804. {
  1805. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button18);
  1806. return 1;
  1807. }
  1808. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1809. static int get_Joystick4Button19(IntPtr L)
  1810. {
  1811. ToLua.Push(L, UnityEngine.KeyCode.Joystick4Button19);
  1812. return 1;
  1813. }
  1814. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1815. static int get_Joystick5Button0(IntPtr L)
  1816. {
  1817. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button0);
  1818. return 1;
  1819. }
  1820. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1821. static int get_Joystick5Button1(IntPtr L)
  1822. {
  1823. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button1);
  1824. return 1;
  1825. }
  1826. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1827. static int get_Joystick5Button2(IntPtr L)
  1828. {
  1829. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button2);
  1830. return 1;
  1831. }
  1832. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1833. static int get_Joystick5Button3(IntPtr L)
  1834. {
  1835. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button3);
  1836. return 1;
  1837. }
  1838. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1839. static int get_Joystick5Button4(IntPtr L)
  1840. {
  1841. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button4);
  1842. return 1;
  1843. }
  1844. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1845. static int get_Joystick5Button5(IntPtr L)
  1846. {
  1847. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button5);
  1848. return 1;
  1849. }
  1850. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1851. static int get_Joystick5Button6(IntPtr L)
  1852. {
  1853. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button6);
  1854. return 1;
  1855. }
  1856. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1857. static int get_Joystick5Button7(IntPtr L)
  1858. {
  1859. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button7);
  1860. return 1;
  1861. }
  1862. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1863. static int get_Joystick5Button8(IntPtr L)
  1864. {
  1865. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button8);
  1866. return 1;
  1867. }
  1868. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1869. static int get_Joystick5Button9(IntPtr L)
  1870. {
  1871. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button9);
  1872. return 1;
  1873. }
  1874. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1875. static int get_Joystick5Button10(IntPtr L)
  1876. {
  1877. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button10);
  1878. return 1;
  1879. }
  1880. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1881. static int get_Joystick5Button11(IntPtr L)
  1882. {
  1883. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button11);
  1884. return 1;
  1885. }
  1886. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1887. static int get_Joystick5Button12(IntPtr L)
  1888. {
  1889. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button12);
  1890. return 1;
  1891. }
  1892. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1893. static int get_Joystick5Button13(IntPtr L)
  1894. {
  1895. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button13);
  1896. return 1;
  1897. }
  1898. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1899. static int get_Joystick5Button14(IntPtr L)
  1900. {
  1901. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button14);
  1902. return 1;
  1903. }
  1904. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1905. static int get_Joystick5Button15(IntPtr L)
  1906. {
  1907. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button15);
  1908. return 1;
  1909. }
  1910. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1911. static int get_Joystick5Button16(IntPtr L)
  1912. {
  1913. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button16);
  1914. return 1;
  1915. }
  1916. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1917. static int get_Joystick5Button17(IntPtr L)
  1918. {
  1919. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button17);
  1920. return 1;
  1921. }
  1922. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1923. static int get_Joystick5Button18(IntPtr L)
  1924. {
  1925. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button18);
  1926. return 1;
  1927. }
  1928. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1929. static int get_Joystick5Button19(IntPtr L)
  1930. {
  1931. ToLua.Push(L, UnityEngine.KeyCode.Joystick5Button19);
  1932. return 1;
  1933. }
  1934. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1935. static int get_Joystick6Button0(IntPtr L)
  1936. {
  1937. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button0);
  1938. return 1;
  1939. }
  1940. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1941. static int get_Joystick6Button1(IntPtr L)
  1942. {
  1943. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button1);
  1944. return 1;
  1945. }
  1946. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1947. static int get_Joystick6Button2(IntPtr L)
  1948. {
  1949. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button2);
  1950. return 1;
  1951. }
  1952. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1953. static int get_Joystick6Button3(IntPtr L)
  1954. {
  1955. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button3);
  1956. return 1;
  1957. }
  1958. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1959. static int get_Joystick6Button4(IntPtr L)
  1960. {
  1961. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button4);
  1962. return 1;
  1963. }
  1964. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1965. static int get_Joystick6Button5(IntPtr L)
  1966. {
  1967. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button5);
  1968. return 1;
  1969. }
  1970. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1971. static int get_Joystick6Button6(IntPtr L)
  1972. {
  1973. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button6);
  1974. return 1;
  1975. }
  1976. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1977. static int get_Joystick6Button7(IntPtr L)
  1978. {
  1979. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button7);
  1980. return 1;
  1981. }
  1982. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1983. static int get_Joystick6Button8(IntPtr L)
  1984. {
  1985. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button8);
  1986. return 1;
  1987. }
  1988. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1989. static int get_Joystick6Button9(IntPtr L)
  1990. {
  1991. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button9);
  1992. return 1;
  1993. }
  1994. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  1995. static int get_Joystick6Button10(IntPtr L)
  1996. {
  1997. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button10);
  1998. return 1;
  1999. }
  2000. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2001. static int get_Joystick6Button11(IntPtr L)
  2002. {
  2003. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button11);
  2004. return 1;
  2005. }
  2006. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2007. static int get_Joystick6Button12(IntPtr L)
  2008. {
  2009. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button12);
  2010. return 1;
  2011. }
  2012. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2013. static int get_Joystick6Button13(IntPtr L)
  2014. {
  2015. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button13);
  2016. return 1;
  2017. }
  2018. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2019. static int get_Joystick6Button14(IntPtr L)
  2020. {
  2021. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button14);
  2022. return 1;
  2023. }
  2024. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2025. static int get_Joystick6Button15(IntPtr L)
  2026. {
  2027. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button15);
  2028. return 1;
  2029. }
  2030. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2031. static int get_Joystick6Button16(IntPtr L)
  2032. {
  2033. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button16);
  2034. return 1;
  2035. }
  2036. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2037. static int get_Joystick6Button17(IntPtr L)
  2038. {
  2039. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button17);
  2040. return 1;
  2041. }
  2042. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2043. static int get_Joystick6Button18(IntPtr L)
  2044. {
  2045. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button18);
  2046. return 1;
  2047. }
  2048. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2049. static int get_Joystick6Button19(IntPtr L)
  2050. {
  2051. ToLua.Push(L, UnityEngine.KeyCode.Joystick6Button19);
  2052. return 1;
  2053. }
  2054. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2055. static int get_Joystick7Button0(IntPtr L)
  2056. {
  2057. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button0);
  2058. return 1;
  2059. }
  2060. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2061. static int get_Joystick7Button1(IntPtr L)
  2062. {
  2063. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button1);
  2064. return 1;
  2065. }
  2066. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2067. static int get_Joystick7Button2(IntPtr L)
  2068. {
  2069. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button2);
  2070. return 1;
  2071. }
  2072. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2073. static int get_Joystick7Button3(IntPtr L)
  2074. {
  2075. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button3);
  2076. return 1;
  2077. }
  2078. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2079. static int get_Joystick7Button4(IntPtr L)
  2080. {
  2081. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button4);
  2082. return 1;
  2083. }
  2084. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2085. static int get_Joystick7Button5(IntPtr L)
  2086. {
  2087. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button5);
  2088. return 1;
  2089. }
  2090. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2091. static int get_Joystick7Button6(IntPtr L)
  2092. {
  2093. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button6);
  2094. return 1;
  2095. }
  2096. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2097. static int get_Joystick7Button7(IntPtr L)
  2098. {
  2099. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button7);
  2100. return 1;
  2101. }
  2102. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2103. static int get_Joystick7Button8(IntPtr L)
  2104. {
  2105. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button8);
  2106. return 1;
  2107. }
  2108. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2109. static int get_Joystick7Button9(IntPtr L)
  2110. {
  2111. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button9);
  2112. return 1;
  2113. }
  2114. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2115. static int get_Joystick7Button10(IntPtr L)
  2116. {
  2117. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button10);
  2118. return 1;
  2119. }
  2120. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2121. static int get_Joystick7Button11(IntPtr L)
  2122. {
  2123. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button11);
  2124. return 1;
  2125. }
  2126. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2127. static int get_Joystick7Button12(IntPtr L)
  2128. {
  2129. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button12);
  2130. return 1;
  2131. }
  2132. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2133. static int get_Joystick7Button13(IntPtr L)
  2134. {
  2135. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button13);
  2136. return 1;
  2137. }
  2138. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2139. static int get_Joystick7Button14(IntPtr L)
  2140. {
  2141. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button14);
  2142. return 1;
  2143. }
  2144. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2145. static int get_Joystick7Button15(IntPtr L)
  2146. {
  2147. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button15);
  2148. return 1;
  2149. }
  2150. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2151. static int get_Joystick7Button16(IntPtr L)
  2152. {
  2153. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button16);
  2154. return 1;
  2155. }
  2156. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2157. static int get_Joystick7Button17(IntPtr L)
  2158. {
  2159. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button17);
  2160. return 1;
  2161. }
  2162. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2163. static int get_Joystick7Button18(IntPtr L)
  2164. {
  2165. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button18);
  2166. return 1;
  2167. }
  2168. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2169. static int get_Joystick7Button19(IntPtr L)
  2170. {
  2171. ToLua.Push(L, UnityEngine.KeyCode.Joystick7Button19);
  2172. return 1;
  2173. }
  2174. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2175. static int get_Joystick8Button0(IntPtr L)
  2176. {
  2177. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button0);
  2178. return 1;
  2179. }
  2180. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2181. static int get_Joystick8Button1(IntPtr L)
  2182. {
  2183. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button1);
  2184. return 1;
  2185. }
  2186. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2187. static int get_Joystick8Button2(IntPtr L)
  2188. {
  2189. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button2);
  2190. return 1;
  2191. }
  2192. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2193. static int get_Joystick8Button3(IntPtr L)
  2194. {
  2195. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button3);
  2196. return 1;
  2197. }
  2198. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2199. static int get_Joystick8Button4(IntPtr L)
  2200. {
  2201. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button4);
  2202. return 1;
  2203. }
  2204. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2205. static int get_Joystick8Button5(IntPtr L)
  2206. {
  2207. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button5);
  2208. return 1;
  2209. }
  2210. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2211. static int get_Joystick8Button6(IntPtr L)
  2212. {
  2213. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button6);
  2214. return 1;
  2215. }
  2216. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2217. static int get_Joystick8Button7(IntPtr L)
  2218. {
  2219. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button7);
  2220. return 1;
  2221. }
  2222. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2223. static int get_Joystick8Button8(IntPtr L)
  2224. {
  2225. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button8);
  2226. return 1;
  2227. }
  2228. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2229. static int get_Joystick8Button9(IntPtr L)
  2230. {
  2231. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button9);
  2232. return 1;
  2233. }
  2234. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2235. static int get_Joystick8Button10(IntPtr L)
  2236. {
  2237. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button10);
  2238. return 1;
  2239. }
  2240. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2241. static int get_Joystick8Button11(IntPtr L)
  2242. {
  2243. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button11);
  2244. return 1;
  2245. }
  2246. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2247. static int get_Joystick8Button12(IntPtr L)
  2248. {
  2249. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button12);
  2250. return 1;
  2251. }
  2252. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2253. static int get_Joystick8Button13(IntPtr L)
  2254. {
  2255. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button13);
  2256. return 1;
  2257. }
  2258. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2259. static int get_Joystick8Button14(IntPtr L)
  2260. {
  2261. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button14);
  2262. return 1;
  2263. }
  2264. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2265. static int get_Joystick8Button15(IntPtr L)
  2266. {
  2267. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button15);
  2268. return 1;
  2269. }
  2270. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2271. static int get_Joystick8Button16(IntPtr L)
  2272. {
  2273. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button16);
  2274. return 1;
  2275. }
  2276. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2277. static int get_Joystick8Button17(IntPtr L)
  2278. {
  2279. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button17);
  2280. return 1;
  2281. }
  2282. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2283. static int get_Joystick8Button18(IntPtr L)
  2284. {
  2285. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button18);
  2286. return 1;
  2287. }
  2288. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2289. static int get_Joystick8Button19(IntPtr L)
  2290. {
  2291. ToLua.Push(L, UnityEngine.KeyCode.Joystick8Button19);
  2292. return 1;
  2293. }
  2294. [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
  2295. static int IntToEnum(IntPtr L)
  2296. {
  2297. int arg0 = (int)LuaDLL.lua_tonumber(L, 1);
  2298. UnityEngine.KeyCode o = (UnityEngine.KeyCode)arg0;
  2299. ToLua.Push(L, o);
  2300. return 1;
  2301. }
  2302. }