CameraControl.inputactions 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. {
  2. "name": "CameraControl",
  3. "maps": [
  4. {
  5. "name": "Player Controls",
  6. "id": "cb4067f3-a685-4c86-b9ea-46a6eabfada7",
  7. "actions": [
  8. {
  9. "name": "Movement",
  10. "type": "Value",
  11. "id": "548e32fd-77d1-40e5-8197-32ca56b41bc0",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": "",
  15. "initialStateCheck": true
  16. },
  17. {
  18. "name": "Look",
  19. "type": "Value",
  20. "id": "8ebbde1f-3044-41bc-bdac-430e0eae1a68",
  21. "expectedControlType": "Vector2",
  22. "processors": "",
  23. "interactions": "",
  24. "initialStateCheck": true
  25. },
  26. {
  27. "name": "ResetCamera",
  28. "type": "Button",
  29. "id": "7f36745c-6b3f-404f-9df5-42688580b961",
  30. "expectedControlType": "Button",
  31. "processors": "",
  32. "interactions": "",
  33. "initialStateCheck": false
  34. },
  35. {
  36. "name": "Rotate",
  37. "type": "Value",
  38. "id": "524fee92-4ef1-4fd9-9cb1-97fb72ae1195",
  39. "expectedControlType": "Quaternion",
  40. "processors": "",
  41. "interactions": "",
  42. "initialStateCheck": true
  43. },
  44. {
  45. "name": "Position",
  46. "type": "Value",
  47. "id": "50305201-a606-4afe-954c-0666ccaf6c53",
  48. "expectedControlType": "Vector3",
  49. "processors": "",
  50. "interactions": "",
  51. "initialStateCheck": true
  52. },
  53. {
  54. "name": "Point",
  55. "type": "Value",
  56. "id": "60e72b30-ed9b-46db-80b9-f3660fa002ba",
  57. "expectedControlType": "Vector2",
  58. "processors": "",
  59. "interactions": "",
  60. "initialStateCheck": true
  61. },
  62. {
  63. "name": "Press",
  64. "type": "Button",
  65. "id": "245d7ad4-63bc-43e3-8d43-432ba35a43f0",
  66. "expectedControlType": "Button",
  67. "processors": "",
  68. "interactions": "",
  69. "initialStateCheck": false
  70. },
  71. {
  72. "name": "PressAnyKey",
  73. "type": "Value",
  74. "id": "02ca192d-af9c-45fe-85c1-c9c38dd9cd48",
  75. "expectedControlType": "Key",
  76. "processors": "",
  77. "interactions": "",
  78. "initialStateCheck": true
  79. }
  80. ],
  81. "bindings": [
  82. {
  83. "name": "WASD",
  84. "id": "99258992-afbc-4513-a4ee-24146566e341",
  85. "path": "2DVector",
  86. "interactions": "",
  87. "processors": "",
  88. "groups": "",
  89. "action": "Movement",
  90. "isComposite": true,
  91. "isPartOfComposite": false
  92. },
  93. {
  94. "name": "up",
  95. "id": "d57e0987-ea9f-4b18-9042-239931d4c060",
  96. "path": "<Keyboard>/w",
  97. "interactions": "",
  98. "processors": "",
  99. "groups": "Keyboard And Mouse",
  100. "action": "Movement",
  101. "isComposite": false,
  102. "isPartOfComposite": true
  103. },
  104. {
  105. "name": "down",
  106. "id": "75168890-922f-4122-9968-1ecac0f33c28",
  107. "path": "<Keyboard>/s",
  108. "interactions": "",
  109. "processors": "",
  110. "groups": "Keyboard And Mouse",
  111. "action": "Movement",
  112. "isComposite": false,
  113. "isPartOfComposite": true
  114. },
  115. {
  116. "name": "left",
  117. "id": "54b99838-0c45-421e-af38-b1f25b3f6927",
  118. "path": "<Keyboard>/a",
  119. "interactions": "",
  120. "processors": "",
  121. "groups": "Keyboard And Mouse",
  122. "action": "Movement",
  123. "isComposite": false,
  124. "isPartOfComposite": true
  125. },
  126. {
  127. "name": "right",
  128. "id": "77680fb0-0b9d-4a74-97de-9e3149ad6526",
  129. "path": "<Keyboard>/d",
  130. "interactions": "",
  131. "processors": "",
  132. "groups": "Keyboard And Mouse",
  133. "action": "Movement",
  134. "isComposite": false,
  135. "isPartOfComposite": true
  136. },
  137. {
  138. "name": "",
  139. "id": "df04a4e1-fc36-4ebd-b050-536736220da7",
  140. "path": "<Gamepad>/leftStick",
  141. "interactions": "",
  142. "processors": "",
  143. "groups": "Gamepad",
  144. "action": "Movement",
  145. "isComposite": false,
  146. "isPartOfComposite": false
  147. },
  148. {
  149. "name": "",
  150. "id": "be6b2b51-d13a-4040-bb92-a825e7d4f764",
  151. "path": "<Touchscreen>/primaryTouch/delta",
  152. "interactions": "",
  153. "processors": "ScaleVector2(x=0.1,y=0.1)",
  154. "groups": "Touchscreen",
  155. "action": "Movement",
  156. "isComposite": false,
  157. "isPartOfComposite": false
  158. },
  159. {
  160. "name": "Delta With Button [Mouse]",
  161. "id": "5b4d4ebb-ae12-4d2b-9afd-775a415b6f22",
  162. "path": "DeltaWithButton",
  163. "interactions": "",
  164. "processors": "",
  165. "groups": "",
  166. "action": "Look",
  167. "isComposite": true,
  168. "isPartOfComposite": false
  169. },
  170. {
  171. "name": "delta",
  172. "id": "86663e78-4aa9-4457-b52b-c329d0a127da",
  173. "path": "<Mouse>/delta",
  174. "interactions": "",
  175. "processors": "",
  176. "groups": "Keyboard And Mouse",
  177. "action": "Look",
  178. "isComposite": false,
  179. "isPartOfComposite": true
  180. },
  181. {
  182. "name": "button",
  183. "id": "2e315c32-dc6c-405f-a97b-10a1de00cb80",
  184. "path": "<Mouse>/press",
  185. "interactions": "",
  186. "processors": "",
  187. "groups": "Keyboard And Mouse",
  188. "action": "Look",
  189. "isComposite": false,
  190. "isPartOfComposite": true
  191. },
  192. {
  193. "name": "",
  194. "id": "d23f9eb5-e32b-417b-8edf-d10cd6bdc1d3",
  195. "path": "<Gamepad>/rightStick",
  196. "interactions": "",
  197. "processors": "",
  198. "groups": "Gamepad",
  199. "action": "Look",
  200. "isComposite": false,
  201. "isPartOfComposite": false
  202. },
  203. {
  204. "name": "",
  205. "id": "48bc601e-db29-4e46-8a0f-3698ec3025a4",
  206. "path": "<Touchscreen>/touch1/delta",
  207. "interactions": "",
  208. "processors": "ScaleVector2(x=0.1,y=0.1)",
  209. "groups": "Touchscreen",
  210. "action": "Look",
  211. "isComposite": false,
  212. "isPartOfComposite": false
  213. },
  214. {
  215. "name": "2D Vector",
  216. "id": "e1df4888-ab33-4662-9a26-1427bb69166d",
  217. "path": "2DVector(mode=2)",
  218. "interactions": "",
  219. "processors": "",
  220. "groups": "",
  221. "action": "Look",
  222. "isComposite": true,
  223. "isPartOfComposite": false
  224. },
  225. {
  226. "name": "down",
  227. "id": "9e7a94a7-e078-4cb0-9129-d4201b3cc5af",
  228. "path": "<Gyroscope>/angularVelocity/y",
  229. "interactions": "",
  230. "processors": "",
  231. "groups": "",
  232. "action": "Look",
  233. "isComposite": false,
  234. "isPartOfComposite": true
  235. },
  236. {
  237. "name": "left",
  238. "id": "1f55665d-2075-44a5-a2ee-7ce59d934d2c",
  239. "path": "<Gyroscope>/angularVelocity/x",
  240. "interactions": "",
  241. "processors": "",
  242. "groups": "",
  243. "action": "Look",
  244. "isComposite": false,
  245. "isPartOfComposite": true
  246. },
  247. {
  248. "name": "",
  249. "id": "afb2c858-f0b0-4573-9bd7-3530d86fc6c1",
  250. "path": "<Keyboard>/u",
  251. "interactions": "",
  252. "processors": "",
  253. "groups": "Keyboard And Mouse",
  254. "action": "ResetCamera",
  255. "isComposite": false,
  256. "isPartOfComposite": false
  257. },
  258. {
  259. "name": "",
  260. "id": "84140e5b-f829-4c16-b3c2-c07c437cba6b",
  261. "path": "<HandheldARInputDevice>/deviceRotation",
  262. "interactions": "",
  263. "processors": "",
  264. "groups": "",
  265. "action": "Rotate",
  266. "isComposite": false,
  267. "isPartOfComposite": false
  268. },
  269. {
  270. "name": "",
  271. "id": "2b77688f-4e80-407c-8334-8ea75bfb47e6",
  272. "path": "<HandheldARInputDevice>/devicePosition",
  273. "interactions": "",
  274. "processors": "",
  275. "groups": "",
  276. "action": "Position",
  277. "isComposite": false,
  278. "isPartOfComposite": false
  279. },
  280. {
  281. "name": "",
  282. "id": "ba5cd7db-5c11-4519-b30c-5f2b5bf291ab",
  283. "path": "<Mouse>/position",
  284. "interactions": "",
  285. "processors": "",
  286. "groups": "Keyboard And Mouse",
  287. "action": "Point",
  288. "isComposite": false,
  289. "isPartOfComposite": false
  290. },
  291. {
  292. "name": "",
  293. "id": "d9fcd8cb-28b5-4414-b98d-f48b3e6a0e79",
  294. "path": "<Touchscreen>/touch0/position",
  295. "interactions": "",
  296. "processors": "",
  297. "groups": "Touchscreen",
  298. "action": "Point",
  299. "isComposite": false,
  300. "isPartOfComposite": false
  301. },
  302. {
  303. "name": "",
  304. "id": "c15d3af8-9943-4dd5-af94-9aa5a5167c95",
  305. "path": "<Mouse>/leftButton",
  306. "interactions": "",
  307. "processors": "",
  308. "groups": "Keyboard And Mouse",
  309. "action": "Press",
  310. "isComposite": false,
  311. "isPartOfComposite": false
  312. },
  313. {
  314. "name": "",
  315. "id": "2d7822b8-e6e2-4aff-9e3e-733fcfa5dc6b",
  316. "path": "<Touchscreen>/touch*/Press",
  317. "interactions": "",
  318. "processors": "",
  319. "groups": "Touchscreen",
  320. "action": "Press",
  321. "isComposite": false,
  322. "isPartOfComposite": false
  323. },
  324. {
  325. "name": "",
  326. "id": "b38c6b49-abda-4492-8ceb-d54d14b65e2f",
  327. "path": "<Keyboard>/anyKey",
  328. "interactions": "",
  329. "processors": "",
  330. "groups": "",
  331. "action": "PressAnyKey",
  332. "isComposite": false,
  333. "isPartOfComposite": false
  334. }
  335. ]
  336. },
  337. {
  338. "name": "Menu Controls",
  339. "id": "0914fb5b-51f6-4b26-9ed7-a3e72d065118",
  340. "actions": [
  341. {
  342. "name": "Navigate",
  343. "type": "PassThrough",
  344. "id": "538ffe95-ba92-4acb-84f7-314f6ac8e0a5",
  345. "expectedControlType": "Vector2",
  346. "processors": "",
  347. "interactions": "",
  348. "initialStateCheck": false
  349. },
  350. {
  351. "name": "Left Click",
  352. "type": "PassThrough",
  353. "id": "96c8be88-a7bb-4861-b5e9-956b4208d043",
  354. "expectedControlType": "Button",
  355. "processors": "",
  356. "interactions": "",
  357. "initialStateCheck": false
  358. },
  359. {
  360. "name": "Point",
  361. "type": "PassThrough",
  362. "id": "d54e5ff5-4f35-4d2f-a745-95d14aef8c43",
  363. "expectedControlType": "Vector2",
  364. "processors": "",
  365. "interactions": "",
  366. "initialStateCheck": false
  367. },
  368. {
  369. "name": "Submit",
  370. "type": "PassThrough",
  371. "id": "5f571f6a-e9e7-4120-ae3c-79f846bdd202",
  372. "expectedControlType": "Button",
  373. "processors": "",
  374. "interactions": "",
  375. "initialStateCheck": false
  376. },
  377. {
  378. "name": "Cancel",
  379. "type": "PassThrough",
  380. "id": "146e681c-77dd-4ff0-9ad5-f4351fea14cc",
  381. "expectedControlType": "Button",
  382. "processors": "",
  383. "interactions": "",
  384. "initialStateCheck": false
  385. },
  386. {
  387. "name": "TogglePause",
  388. "type": "Button",
  389. "id": "e773b1f9-ce5b-4fa2-9c1f-d194202c43b7",
  390. "expectedControlType": "",
  391. "processors": "",
  392. "interactions": "Press",
  393. "initialStateCheck": false
  394. }
  395. ],
  396. "bindings": [
  397. {
  398. "name": "Gamepad Right Stick",
  399. "id": "c1491510-9d0f-47b0-868e-99575e46d097",
  400. "path": "2DVector",
  401. "interactions": "",
  402. "processors": "",
  403. "groups": "",
  404. "action": "Navigate",
  405. "isComposite": true,
  406. "isPartOfComposite": false
  407. },
  408. {
  409. "name": "up",
  410. "id": "57fb7217-68c1-483e-a15b-0fd1e5ab3fc3",
  411. "path": "<Gamepad>/leftStick/up",
  412. "interactions": "",
  413. "processors": "",
  414. "groups": "Gamepad",
  415. "action": "Navigate",
  416. "isComposite": false,
  417. "isPartOfComposite": true
  418. },
  419. {
  420. "name": "down",
  421. "id": "0c09243f-be8c-44a1-87c4-a0d3ca3a27a5",
  422. "path": "<Gamepad>/leftStick/down",
  423. "interactions": "",
  424. "processors": "",
  425. "groups": "Gamepad",
  426. "action": "Navigate",
  427. "isComposite": false,
  428. "isPartOfComposite": true
  429. },
  430. {
  431. "name": "left",
  432. "id": "a16b4641-1591-4d94-9fd4-e1eafd539931",
  433. "path": "<Gamepad>/leftStick/left",
  434. "interactions": "",
  435. "processors": "",
  436. "groups": "Gamepad",
  437. "action": "Navigate",
  438. "isComposite": false,
  439. "isPartOfComposite": true
  440. },
  441. {
  442. "name": "right",
  443. "id": "341f36e1-889b-4d62-834f-622378da658d",
  444. "path": "<Gamepad>/leftStick/right",
  445. "interactions": "",
  446. "processors": "",
  447. "groups": "Gamepad",
  448. "action": "Navigate",
  449. "isComposite": false,
  450. "isPartOfComposite": true
  451. },
  452. {
  453. "name": "Gamepad Left Stick",
  454. "id": "c2c92ef2-a9d0-4393-86c7-4180acc16b6d",
  455. "path": "2DVector",
  456. "interactions": "",
  457. "processors": "",
  458. "groups": "",
  459. "action": "Navigate",
  460. "isComposite": true,
  461. "isPartOfComposite": false
  462. },
  463. {
  464. "name": "up",
  465. "id": "bed70561-f1cc-4c56-9715-66475aa6437f",
  466. "path": "<Gamepad>/leftStick/up",
  467. "interactions": "",
  468. "processors": "",
  469. "groups": "Gamepad",
  470. "action": "Navigate",
  471. "isComposite": false,
  472. "isPartOfComposite": true
  473. },
  474. {
  475. "name": "down",
  476. "id": "0005d032-151a-4ee0-8127-110d55e5ed9d",
  477. "path": "<Gamepad>/leftStick/down",
  478. "interactions": "",
  479. "processors": "",
  480. "groups": "Gamepad",
  481. "action": "Navigate",
  482. "isComposite": false,
  483. "isPartOfComposite": true
  484. },
  485. {
  486. "name": "left",
  487. "id": "84fcadd5-5853-4142-b3f9-58a5ab2ad788",
  488. "path": "<Gamepad>/leftStick/left",
  489. "interactions": "",
  490. "processors": "",
  491. "groups": "Gamepad",
  492. "action": "Navigate",
  493. "isComposite": false,
  494. "isPartOfComposite": true
  495. },
  496. {
  497. "name": "right",
  498. "id": "233f731d-8d73-4761-8879-66c0e0da124d",
  499. "path": "<Gamepad>/leftStick/right",
  500. "interactions": "",
  501. "processors": "",
  502. "groups": "Gamepad",
  503. "action": "Navigate",
  504. "isComposite": false,
  505. "isPartOfComposite": true
  506. },
  507. {
  508. "name": "",
  509. "id": "d687f18d-7559-488c-8542-e3da3a3dd1f7",
  510. "path": "<Gamepad>/dpad",
  511. "interactions": "",
  512. "processors": "",
  513. "groups": "Gamepad",
  514. "action": "Navigate",
  515. "isComposite": false,
  516. "isPartOfComposite": false
  517. },
  518. {
  519. "name": "WASD Keys",
  520. "id": "c2a77ff0-1ce1-4c49-a4dd-94601087a2a2",
  521. "path": "2DVector",
  522. "interactions": "",
  523. "processors": "",
  524. "groups": "",
  525. "action": "Navigate",
  526. "isComposite": true,
  527. "isPartOfComposite": false
  528. },
  529. {
  530. "name": "up",
  531. "id": "a67b96dc-9151-496b-9be2-b4d65a82f52a",
  532. "path": "<Keyboard>/w",
  533. "interactions": "",
  534. "processors": "",
  535. "groups": "Keyboard And Mouse",
  536. "action": "Navigate",
  537. "isComposite": false,
  538. "isPartOfComposite": true
  539. },
  540. {
  541. "name": "down",
  542. "id": "4f8ac3a8-5653-4cf1-9687-259b7e6bfca4",
  543. "path": "<Keyboard>/s",
  544. "interactions": "",
  545. "processors": "",
  546. "groups": "Keyboard And Mouse",
  547. "action": "Navigate",
  548. "isComposite": false,
  549. "isPartOfComposite": true
  550. },
  551. {
  552. "name": "left",
  553. "id": "a3da140b-c504-4aea-9824-ffd10d44e52a",
  554. "path": "<Keyboard>/a",
  555. "interactions": "",
  556. "processors": "",
  557. "groups": "Keyboard And Mouse",
  558. "action": "Navigate",
  559. "isComposite": false,
  560. "isPartOfComposite": true
  561. },
  562. {
  563. "name": "right",
  564. "id": "d2cdc452-d127-4c2c-b57c-1f78e29cb425",
  565. "path": "<Keyboard>/d",
  566. "interactions": "",
  567. "processors": "",
  568. "groups": "Keyboard And Mouse",
  569. "action": "Navigate",
  570. "isComposite": false,
  571. "isPartOfComposite": true
  572. },
  573. {
  574. "name": "Arrow Keys",
  575. "id": "c50ac654-ca86-486c-b427-057a0aacbb3b",
  576. "path": "2DVector",
  577. "interactions": "",
  578. "processors": "",
  579. "groups": "",
  580. "action": "Navigate",
  581. "isComposite": true,
  582. "isPartOfComposite": false
  583. },
  584. {
  585. "name": "up",
  586. "id": "80a43030-09a8-4324-b825-39a685b9a975",
  587. "path": "<Keyboard>/upArrow",
  588. "interactions": "",
  589. "processors": "",
  590. "groups": "Keyboard And Mouse",
  591. "action": "Navigate",
  592. "isComposite": false,
  593. "isPartOfComposite": true
  594. },
  595. {
  596. "name": "down",
  597. "id": "0284caff-9cfb-477f-901c-c6be4082785f",
  598. "path": "<Keyboard>/downArrow",
  599. "interactions": "",
  600. "processors": "",
  601. "groups": "Keyboard And Mouse",
  602. "action": "Navigate",
  603. "isComposite": false,
  604. "isPartOfComposite": true
  605. },
  606. {
  607. "name": "left",
  608. "id": "359d5348-82b3-4e60-9536-8c817495d31a",
  609. "path": "<Keyboard>/leftArrow",
  610. "interactions": "",
  611. "processors": "",
  612. "groups": "Keyboard And Mouse",
  613. "action": "Navigate",
  614. "isComposite": false,
  615. "isPartOfComposite": true
  616. },
  617. {
  618. "name": "right",
  619. "id": "b77717c3-b7e9-450f-8bc2-3aa284fac5cd",
  620. "path": "<Keyboard>/rightArrow",
  621. "interactions": "",
  622. "processors": "",
  623. "groups": "Keyboard And Mouse",
  624. "action": "Navigate",
  625. "isComposite": false,
  626. "isPartOfComposite": true
  627. },
  628. {
  629. "name": "",
  630. "id": "b5076a57-fe62-4632-8d6c-da0844960a14",
  631. "path": "<Mouse>/position",
  632. "interactions": "",
  633. "processors": "",
  634. "groups": "Keyboard And Mouse",
  635. "action": "Point",
  636. "isComposite": false,
  637. "isPartOfComposite": false
  638. },
  639. {
  640. "name": "",
  641. "id": "e7658a78-a141-4f0c-beb5-0a6a3e393c7b",
  642. "path": "<Touchscreen>/touch*/position",
  643. "interactions": "",
  644. "processors": "",
  645. "groups": "Touchscreen",
  646. "action": "Point",
  647. "isComposite": false,
  648. "isPartOfComposite": false
  649. },
  650. {
  651. "name": "",
  652. "id": "dfac3b8e-d348-4a7a-b60b-14745c641340",
  653. "path": "<Keyboard>/p",
  654. "interactions": "",
  655. "processors": "",
  656. "groups": "Keyboard And Mouse",
  657. "action": "TogglePause",
  658. "isComposite": false,
  659. "isPartOfComposite": false
  660. },
  661. {
  662. "name": "",
  663. "id": "f509a7b5-e79a-485e-ba2f-da5431d6fe4c",
  664. "path": "<Gamepad>/start",
  665. "interactions": "",
  666. "processors": "",
  667. "groups": "Gamepad",
  668. "action": "TogglePause",
  669. "isComposite": false,
  670. "isPartOfComposite": false
  671. },
  672. {
  673. "name": "",
  674. "id": "6fee8919-99e7-4770-abd4-da1b7d4e4cc4",
  675. "path": "*/{Cancel}",
  676. "interactions": "",
  677. "processors": "",
  678. "groups": "",
  679. "action": "Cancel",
  680. "isComposite": false,
  681. "isPartOfComposite": false
  682. },
  683. {
  684. "name": "",
  685. "id": "14559c94-e8a7-426b-8687-fa5f1420a0c1",
  686. "path": "<Mouse>/leftButton",
  687. "interactions": "",
  688. "processors": "",
  689. "groups": "Keyboard And Mouse",
  690. "action": "Left Click",
  691. "isComposite": false,
  692. "isPartOfComposite": false
  693. },
  694. {
  695. "name": "",
  696. "id": "b35f103a-716c-4078-ad8d-66c5fb7fbb45",
  697. "path": "<Touchscreen>/touch*/press",
  698. "interactions": "",
  699. "processors": "",
  700. "groups": "Touchscreen",
  701. "action": "Left Click",
  702. "isComposite": false,
  703. "isPartOfComposite": false
  704. },
  705. {
  706. "name": "",
  707. "id": "40b14102-9017-4522-862f-97d92a0da5f6",
  708. "path": "*/{Submit}",
  709. "interactions": "",
  710. "processors": "",
  711. "groups": "",
  712. "action": "Submit",
  713. "isComposite": false,
  714. "isPartOfComposite": false
  715. },
  716. {
  717. "name": "",
  718. "id": "c88534db-dffe-4245-85c8-f41ba53024a1",
  719. "path": "<Gamepad>/buttonSouth",
  720. "interactions": "",
  721. "processors": "",
  722. "groups": "",
  723. "action": "Submit",
  724. "isComposite": false,
  725. "isPartOfComposite": false
  726. }
  727. ]
  728. }
  729. ],
  730. "controlSchemes": [
  731. {
  732. "name": "Gamepad",
  733. "bindingGroup": "Gamepad",
  734. "devices": [
  735. {
  736. "devicePath": "<Gamepad>",
  737. "isOptional": false,
  738. "isOR": false
  739. }
  740. ]
  741. },
  742. {
  743. "name": "Keyboard And Mouse",
  744. "bindingGroup": "Keyboard And Mouse",
  745. "devices": [
  746. {
  747. "devicePath": "<Keyboard>",
  748. "isOptional": false,
  749. "isOR": false
  750. },
  751. {
  752. "devicePath": "<Mouse>",
  753. "isOptional": false,
  754. "isOR": false
  755. }
  756. ]
  757. },
  758. {
  759. "name": "Touchscreen",
  760. "bindingGroup": "Touchscreen",
  761. "devices": [
  762. {
  763. "devicePath": "<Touchscreen>",
  764. "isOptional": false,
  765. "isOR": false
  766. }
  767. ]
  768. }
  769. ]
  770. }