InputManager.asset 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!13 &1
  4. InputManager:
  5. m_ObjectHideFlags: 0
  6. serializedVersion: 2
  7. m_Axes:
  8. - serializedVersion: 3
  9. m_Name: Horizontal
  10. descriptiveName:
  11. descriptiveNegativeName:
  12. negativeButton: left
  13. positiveButton: right
  14. altNegativeButton: a
  15. altPositiveButton: d
  16. gravity: 3
  17. dead: 0.001
  18. sensitivity: 3
  19. snap: 1
  20. invert: 0
  21. type: 0
  22. axis: 0
  23. joyNum: 0
  24. - serializedVersion: 3
  25. m_Name: Vertical
  26. descriptiveName:
  27. descriptiveNegativeName:
  28. negativeButton: down
  29. positiveButton: up
  30. altNegativeButton: s
  31. altPositiveButton: w
  32. gravity: 3
  33. dead: 0.001
  34. sensitivity: 3
  35. snap: 1
  36. invert: 0
  37. type: 0
  38. axis: 0
  39. joyNum: 0
  40. - serializedVersion: 3
  41. m_Name: Fire1
  42. descriptiveName:
  43. descriptiveNegativeName:
  44. negativeButton:
  45. positiveButton: left ctrl
  46. altNegativeButton:
  47. altPositiveButton: mouse 0
  48. gravity: 1000
  49. dead: 0.001
  50. sensitivity: 1000
  51. snap: 0
  52. invert: 0
  53. type: 0
  54. axis: 0
  55. joyNum: 0
  56. - serializedVersion: 3
  57. m_Name: Fire2
  58. descriptiveName:
  59. descriptiveNegativeName:
  60. negativeButton:
  61. positiveButton: left alt
  62. altNegativeButton:
  63. altPositiveButton: mouse 1
  64. gravity: 1000
  65. dead: 0.001
  66. sensitivity: 1000
  67. snap: 0
  68. invert: 0
  69. type: 0
  70. axis: 0
  71. joyNum: 0
  72. - serializedVersion: 3
  73. m_Name: Fire3
  74. descriptiveName:
  75. descriptiveNegativeName:
  76. negativeButton:
  77. positiveButton: left shift
  78. altNegativeButton:
  79. altPositiveButton: mouse 2
  80. gravity: 1000
  81. dead: 0.001
  82. sensitivity: 1000
  83. snap: 0
  84. invert: 0
  85. type: 0
  86. axis: 0
  87. joyNum: 0
  88. - serializedVersion: 3
  89. m_Name: Jump
  90. descriptiveName:
  91. descriptiveNegativeName:
  92. negativeButton:
  93. positiveButton: space
  94. altNegativeButton:
  95. altPositiveButton:
  96. gravity: 1000
  97. dead: 0.001
  98. sensitivity: 1000
  99. snap: 0
  100. invert: 0
  101. type: 0
  102. axis: 0
  103. joyNum: 0
  104. - serializedVersion: 3
  105. m_Name: Mouse X
  106. descriptiveName:
  107. descriptiveNegativeName:
  108. negativeButton:
  109. positiveButton:
  110. altNegativeButton:
  111. altPositiveButton:
  112. gravity: 0
  113. dead: 0
  114. sensitivity: 0.1
  115. snap: 0
  116. invert: 0
  117. type: 1
  118. axis: 0
  119. joyNum: 0
  120. - serializedVersion: 3
  121. m_Name: Mouse Y
  122. descriptiveName:
  123. descriptiveNegativeName:
  124. negativeButton:
  125. positiveButton:
  126. altNegativeButton:
  127. altPositiveButton:
  128. gravity: 0
  129. dead: 0
  130. sensitivity: 0.1
  131. snap: 0
  132. invert: 0
  133. type: 1
  134. axis: 1
  135. joyNum: 0
  136. - serializedVersion: 3
  137. m_Name: Mouse ScrollWheel
  138. descriptiveName:
  139. descriptiveNegativeName:
  140. negativeButton:
  141. positiveButton:
  142. altNegativeButton:
  143. altPositiveButton:
  144. gravity: 0
  145. dead: 0
  146. sensitivity: 0.1
  147. snap: 0
  148. invert: 0
  149. type: 1
  150. axis: 2
  151. joyNum: 0
  152. - serializedVersion: 3
  153. m_Name: Horizontal
  154. descriptiveName:
  155. descriptiveNegativeName:
  156. negativeButton:
  157. positiveButton:
  158. altNegativeButton:
  159. altPositiveButton:
  160. gravity: 0
  161. dead: 0.19
  162. sensitivity: 1
  163. snap: 0
  164. invert: 0
  165. type: 2
  166. axis: 0
  167. joyNum: 0
  168. - serializedVersion: 3
  169. m_Name: Vertical
  170. descriptiveName:
  171. descriptiveNegativeName:
  172. negativeButton:
  173. positiveButton:
  174. altNegativeButton:
  175. altPositiveButton:
  176. gravity: 0
  177. dead: 0.19
  178. sensitivity: 1
  179. snap: 0
  180. invert: 1
  181. type: 2
  182. axis: 1
  183. joyNum: 0
  184. - serializedVersion: 3
  185. m_Name: Fire1
  186. descriptiveName:
  187. descriptiveNegativeName:
  188. negativeButton:
  189. positiveButton: joystick button 0
  190. altNegativeButton:
  191. altPositiveButton:
  192. gravity: 1000
  193. dead: 0.001
  194. sensitivity: 1000
  195. snap: 0
  196. invert: 0
  197. type: 0
  198. axis: 0
  199. joyNum: 0
  200. - serializedVersion: 3
  201. m_Name: Fire2
  202. descriptiveName:
  203. descriptiveNegativeName:
  204. negativeButton:
  205. positiveButton: joystick button 1
  206. altNegativeButton:
  207. altPositiveButton:
  208. gravity: 1000
  209. dead: 0.001
  210. sensitivity: 1000
  211. snap: 0
  212. invert: 0
  213. type: 0
  214. axis: 0
  215. joyNum: 0
  216. - serializedVersion: 3
  217. m_Name: Fire3
  218. descriptiveName:
  219. descriptiveNegativeName:
  220. negativeButton:
  221. positiveButton: joystick button 2
  222. altNegativeButton:
  223. altPositiveButton:
  224. gravity: 1000
  225. dead: 0.001
  226. sensitivity: 1000
  227. snap: 0
  228. invert: 0
  229. type: 0
  230. axis: 0
  231. joyNum: 0
  232. - serializedVersion: 3
  233. m_Name: Jump
  234. descriptiveName:
  235. descriptiveNegativeName:
  236. negativeButton:
  237. positiveButton: joystick button 3
  238. altNegativeButton:
  239. altPositiveButton:
  240. gravity: 1000
  241. dead: 0.001
  242. sensitivity: 1000
  243. snap: 0
  244. invert: 0
  245. type: 0
  246. axis: 0
  247. joyNum: 0
  248. - serializedVersion: 3
  249. m_Name: Submit
  250. descriptiveName:
  251. descriptiveNegativeName:
  252. negativeButton:
  253. positiveButton: return
  254. altNegativeButton:
  255. altPositiveButton: joystick button 0
  256. gravity: 1000
  257. dead: 0.001
  258. sensitivity: 1000
  259. snap: 0
  260. invert: 0
  261. type: 0
  262. axis: 0
  263. joyNum: 0
  264. - serializedVersion: 3
  265. m_Name: Submit
  266. descriptiveName:
  267. descriptiveNegativeName:
  268. negativeButton:
  269. positiveButton: enter
  270. altNegativeButton:
  271. altPositiveButton: space
  272. gravity: 1000
  273. dead: 0.001
  274. sensitivity: 1000
  275. snap: 0
  276. invert: 0
  277. type: 0
  278. axis: 0
  279. joyNum: 0
  280. - serializedVersion: 3
  281. m_Name: Cancel
  282. descriptiveName:
  283. descriptiveNegativeName:
  284. negativeButton:
  285. positiveButton: escape
  286. altNegativeButton:
  287. altPositiveButton: joystick button 1
  288. gravity: 1000
  289. dead: 0.001
  290. sensitivity: 1000
  291. snap: 0
  292. invert: 0
  293. type: 0
  294. axis: 0
  295. joyNum: 0
  296. - serializedVersion: 3
  297. m_Name: Enable Debug Button 1
  298. descriptiveName:
  299. descriptiveNegativeName:
  300. negativeButton:
  301. positiveButton: left ctrl
  302. altNegativeButton:
  303. altPositiveButton: joystick button 8
  304. gravity: 0
  305. dead: 0
  306. sensitivity: 0
  307. snap: 0
  308. invert: 0
  309. type: 0
  310. axis: 0
  311. joyNum: 0
  312. - serializedVersion: 3
  313. m_Name: Enable Debug Button 2
  314. descriptiveName:
  315. descriptiveNegativeName:
  316. negativeButton:
  317. positiveButton: backspace
  318. altNegativeButton:
  319. altPositiveButton: joystick button 9
  320. gravity: 0
  321. dead: 0
  322. sensitivity: 0
  323. snap: 0
  324. invert: 0
  325. type: 0
  326. axis: 0
  327. joyNum: 0
  328. - serializedVersion: 3
  329. m_Name: Debug Reset
  330. descriptiveName:
  331. descriptiveNegativeName:
  332. negativeButton:
  333. positiveButton: left alt
  334. altNegativeButton:
  335. altPositiveButton: joystick button 1
  336. gravity: 0
  337. dead: 0
  338. sensitivity: 0
  339. snap: 0
  340. invert: 0
  341. type: 0
  342. axis: 0
  343. joyNum: 0
  344. - serializedVersion: 3
  345. m_Name: Debug Next
  346. descriptiveName:
  347. descriptiveNegativeName:
  348. negativeButton:
  349. positiveButton: page down
  350. altNegativeButton:
  351. altPositiveButton: joystick button 5
  352. gravity: 0
  353. dead: 0
  354. sensitivity: 0
  355. snap: 0
  356. invert: 0
  357. type: 0
  358. axis: 0
  359. joyNum: 0
  360. - serializedVersion: 3
  361. m_Name: Debug Previous
  362. descriptiveName:
  363. descriptiveNegativeName:
  364. negativeButton:
  365. positiveButton: page up
  366. altNegativeButton:
  367. altPositiveButton: joystick button 4
  368. gravity: 0
  369. dead: 0
  370. sensitivity: 0
  371. snap: 0
  372. invert: 0
  373. type: 0
  374. axis: 0
  375. joyNum: 0
  376. - serializedVersion: 3
  377. m_Name: Debug Validate
  378. descriptiveName:
  379. descriptiveNegativeName:
  380. negativeButton:
  381. positiveButton: return
  382. altNegativeButton:
  383. altPositiveButton: joystick button 0
  384. gravity: 0
  385. dead: 0
  386. sensitivity: 0
  387. snap: 0
  388. invert: 0
  389. type: 0
  390. axis: 0
  391. joyNum: 0
  392. - serializedVersion: 3
  393. m_Name: Debug Persistent
  394. descriptiveName:
  395. descriptiveNegativeName:
  396. negativeButton:
  397. positiveButton: right shift
  398. altNegativeButton:
  399. altPositiveButton: joystick button 2
  400. gravity: 0
  401. dead: 0
  402. sensitivity: 0
  403. snap: 0
  404. invert: 0
  405. type: 0
  406. axis: 0
  407. joyNum: 0
  408. - serializedVersion: 3
  409. m_Name: Debug Multiplier
  410. descriptiveName:
  411. descriptiveNegativeName:
  412. negativeButton:
  413. positiveButton: left shift
  414. altNegativeButton:
  415. altPositiveButton: joystick button 3
  416. gravity: 0
  417. dead: 0
  418. sensitivity: 0
  419. snap: 0
  420. invert: 0
  421. type: 0
  422. axis: 0
  423. joyNum: 0
  424. - serializedVersion: 3
  425. m_Name: Debug Horizontal
  426. descriptiveName:
  427. descriptiveNegativeName:
  428. negativeButton: left
  429. positiveButton: right
  430. altNegativeButton:
  431. altPositiveButton:
  432. gravity: 1000
  433. dead: 0.001
  434. sensitivity: 1000
  435. snap: 0
  436. invert: 0
  437. type: 0
  438. axis: 0
  439. joyNum: 0
  440. - serializedVersion: 3
  441. m_Name: Debug Vertical
  442. descriptiveName:
  443. descriptiveNegativeName:
  444. negativeButton: down
  445. positiveButton: up
  446. altNegativeButton:
  447. altPositiveButton:
  448. gravity: 1000
  449. dead: 0.001
  450. sensitivity: 1000
  451. snap: 0
  452. invert: 0
  453. type: 0
  454. axis: 0
  455. joyNum: 0
  456. - serializedVersion: 3
  457. m_Name: Debug Vertical
  458. descriptiveName:
  459. descriptiveNegativeName:
  460. negativeButton: down
  461. positiveButton: up
  462. altNegativeButton:
  463. altPositiveButton:
  464. gravity: 1000
  465. dead: 0.001
  466. sensitivity: 1000
  467. snap: 0
  468. invert: 0
  469. type: 2
  470. axis: 6
  471. joyNum: 0
  472. - serializedVersion: 3
  473. m_Name: Debug Horizontal
  474. descriptiveName:
  475. descriptiveNegativeName:
  476. negativeButton: left
  477. positiveButton: right
  478. altNegativeButton:
  479. altPositiveButton:
  480. gravity: 1000
  481. dead: 0.001
  482. sensitivity: 1000
  483. snap: 0
  484. invert: 0
  485. type: 2
  486. axis: 5
  487. joyNum: 0
  488. - serializedVersion: 3
  489. m_Name: XRI_Left_Primary2DAxis_Vertical
  490. descriptiveName: Device joystick/touchpad horizontal motion
  491. descriptiveNegativeName:
  492. negativeButton:
  493. positiveButton:
  494. altNegativeButton:
  495. altPositiveButton:
  496. gravity: 0
  497. dead: 0.19
  498. sensitivity: 1
  499. snap: 0
  500. invert: 0
  501. type: 2
  502. axis: 1
  503. joyNum: 0
  504. - serializedVersion: 3
  505. m_Name: XRI_Left_Primary2DAxis_Horizontal
  506. descriptiveName: Device joystick/touchpad horizontal motion
  507. descriptiveNegativeName:
  508. negativeButton:
  509. positiveButton:
  510. altNegativeButton:
  511. altPositiveButton:
  512. gravity: 0
  513. dead: 0.19
  514. sensitivity: 1
  515. snap: 0
  516. invert: 0
  517. type: 2
  518. axis: 0
  519. joyNum: 0
  520. - serializedVersion: 3
  521. m_Name: XRI_Left_Secondary2DAxis_Vertical
  522. descriptiveName: Device joystick/touchpad horizontal motion.
  523. descriptiveNegativeName:
  524. negativeButton:
  525. positiveButton:
  526. altNegativeButton:
  527. altPositiveButton:
  528. gravity: 0
  529. dead: 0.19
  530. sensitivity: 1
  531. snap: 0
  532. invert: 0
  533. type: 2
  534. axis: 17
  535. joyNum: 0
  536. - serializedVersion: 3
  537. m_Name: XRI_Left_Secondary2DAxis_Horizontal
  538. descriptiveName: Device joystick/touchpad horizontal motion
  539. descriptiveNegativeName:
  540. negativeButton:
  541. positiveButton:
  542. altNegativeButton:
  543. altPositiveButton:
  544. gravity: 0
  545. dead: 0.19
  546. sensitivity: 1
  547. snap: 0
  548. invert: 0
  549. type: 2
  550. axis: 16
  551. joyNum: 0
  552. - serializedVersion: 3
  553. m_Name: XRI_Left_Trigger
  554. descriptiveName: Device trigger axis
  555. descriptiveNegativeName:
  556. negativeButton:
  557. positiveButton:
  558. altNegativeButton:
  559. altPositiveButton:
  560. gravity: 0
  561. dead: 0.001
  562. sensitivity: 1
  563. snap: 0
  564. invert: 0
  565. type: 2
  566. axis: 8
  567. joyNum: 0
  568. - serializedVersion: 3
  569. m_Name: XRI_Left_Grip
  570. descriptiveName: Device grip axis
  571. descriptiveNegativeName:
  572. negativeButton:
  573. positiveButton:
  574. altNegativeButton:
  575. altPositiveButton:
  576. gravity: 0
  577. dead: 0.001
  578. sensitivity: 1
  579. snap: 0
  580. invert: 0
  581. type: 2
  582. axis: 10
  583. joyNum: 0
  584. - serializedVersion: 3
  585. m_Name: XRI_Left_IndexTouch
  586. descriptiveName: Device index finger proximity touch axis.
  587. descriptiveNegativeName:
  588. negativeButton:
  589. positiveButton:
  590. altNegativeButton:
  591. altPositiveButton:
  592. gravity: 0
  593. dead: 0.19
  594. sensitivity: 1
  595. snap: 0
  596. invert: 0
  597. type: 2
  598. axis: 12
  599. joyNum: 0
  600. - serializedVersion: 3
  601. m_Name: XRI_Left_ThumbTouch
  602. descriptiveName: Device thumb proximity touch axis
  603. descriptiveNegativeName:
  604. negativeButton:
  605. positiveButton:
  606. altNegativeButton:
  607. altPositiveButton:
  608. gravity: 0
  609. dead: 0.19
  610. sensitivity: 1
  611. snap: 0
  612. invert: 0
  613. type: 2
  614. axis: 14
  615. joyNum: 0
  616. - serializedVersion: 3
  617. m_Name: XRI_Left_PrimaryButton
  618. descriptiveName: Device primary button
  619. descriptiveNegativeName:
  620. negativeButton:
  621. positiveButton: joystick button 2
  622. altNegativeButton:
  623. altPositiveButton:
  624. gravity: 1000
  625. dead: 0.001
  626. sensitivity: 1000
  627. snap: 0
  628. invert: 0
  629. type: 0
  630. axis: 0
  631. joyNum: 0
  632. - serializedVersion: 3
  633. m_Name: XRI_Left_SecondaryButton
  634. descriptiveName: Device secondary button
  635. descriptiveNegativeName:
  636. negativeButton:
  637. positiveButton: joystick button 3
  638. altNegativeButton:
  639. altPositiveButton:
  640. gravity: 1000
  641. dead: 0.001
  642. sensitivity: 1000
  643. snap: 0
  644. invert: 0
  645. type: 0
  646. axis: 0
  647. joyNum: 0
  648. - serializedVersion: 3
  649. m_Name: XRI_Left_PrimaryTouch
  650. descriptiveName: Device primary touch
  651. descriptiveNegativeName:
  652. negativeButton:
  653. positiveButton: joystick button 12
  654. altNegativeButton:
  655. altPositiveButton:
  656. gravity: 0
  657. dead: 0
  658. sensitivity: 0.1
  659. snap: 0
  660. invert: 0
  661. type: 0
  662. axis: 0
  663. joyNum: 0
  664. - serializedVersion: 3
  665. m_Name: XRI_Left_SecondaryTouch
  666. descriptiveName: Device secondary button
  667. descriptiveNegativeName:
  668. negativeButton:
  669. positiveButton: joystick button 13
  670. altNegativeButton:
  671. altPositiveButton:
  672. gravity: 0
  673. dead: 0
  674. sensitivity: 0.1
  675. snap: 0
  676. invert: 0
  677. type: 0
  678. axis: 0
  679. joyNum: 0
  680. - serializedVersion: 3
  681. m_Name: XRI_Left_GripButton
  682. descriptiveName: Device grip button
  683. descriptiveNegativeName:
  684. negativeButton:
  685. positiveButton: joystick button 4
  686. altNegativeButton:
  687. altPositiveButton:
  688. gravity: 0
  689. dead: 0
  690. sensitivity: 0.1
  691. snap: 0
  692. invert: 0
  693. type: 0
  694. axis: 0
  695. joyNum: 0
  696. - serializedVersion: 3
  697. m_Name: XRI_Left_TriggerButton
  698. descriptiveName: Device trigger button
  699. descriptiveNegativeName:
  700. negativeButton:
  701. positiveButton: joystick button 14
  702. altNegativeButton:
  703. altPositiveButton:
  704. gravity: 0
  705. dead: 0
  706. sensitivity: 0.1
  707. snap: 0
  708. invert: 0
  709. type: 0
  710. axis: 0
  711. joyNum: 0
  712. - serializedVersion: 3
  713. m_Name: XRI_Left_MenuButton
  714. descriptiveName: Device menu button
  715. descriptiveNegativeName:
  716. negativeButton:
  717. positiveButton: joystick button 6
  718. altNegativeButton:
  719. altPositiveButton:
  720. gravity: 1000
  721. dead: 0.001
  722. sensitivity: 1000
  723. snap: 0
  724. invert: 0
  725. type: 0
  726. axis: 0
  727. joyNum: 0
  728. - serializedVersion: 3
  729. m_Name: XRI_Left_Primary2DAxisClick
  730. descriptiveName: Device stick/touchpad click
  731. descriptiveNegativeName:
  732. negativeButton:
  733. positiveButton: joystick button 8
  734. altNegativeButton:
  735. altPositiveButton:
  736. gravity: 0
  737. dead: 0
  738. sensitivity: 0.1
  739. snap: 0
  740. invert: 0
  741. type: 0
  742. axis: 0
  743. joyNum: 0
  744. - serializedVersion: 3
  745. m_Name: XRI_Left_Primary2DAxisTouch
  746. descriptiveName: Device stick/touchpad touch
  747. descriptiveNegativeName:
  748. negativeButton:
  749. positiveButton: joystick button 16
  750. altNegativeButton:
  751. altPositiveButton:
  752. gravity: 0
  753. dead: 0
  754. sensitivity: 0.1
  755. snap: 0
  756. invert: 0
  757. type: 0
  758. axis: 0
  759. joyNum: 0
  760. - serializedVersion: 3
  761. m_Name: XRI_Left_Thumbrest
  762. descriptiveName: Device thumbrest
  763. descriptiveNegativeName:
  764. negativeButton:
  765. positiveButton: joystick button 18
  766. altNegativeButton:
  767. altPositiveButton:
  768. gravity: 0
  769. dead: 0
  770. sensitivity: 0.1
  771. snap: 0
  772. invert: 0
  773. type: 0
  774. axis: 0
  775. joyNum: 0
  776. - serializedVersion: 3
  777. m_Name: XRI_Right_Primary2DAxis_Vertical
  778. descriptiveName: Device joystick/touchpad horizontal motion
  779. descriptiveNegativeName:
  780. negativeButton:
  781. positiveButton:
  782. altNegativeButton:
  783. altPositiveButton:
  784. gravity: 0
  785. dead: 0.19
  786. sensitivity: 1
  787. snap: 0
  788. invert: 0
  789. type: 2
  790. axis: 4
  791. joyNum: 0
  792. - serializedVersion: 3
  793. m_Name: XRI_Right_Primary2DAxis_Horizontal
  794. descriptiveName: Device joystick/touchpad horizontal motion
  795. descriptiveNegativeName:
  796. negativeButton:
  797. positiveButton:
  798. altNegativeButton:
  799. altPositiveButton:
  800. gravity: 0
  801. dead: 0.19
  802. sensitivity: 1
  803. snap: 0
  804. invert: 0
  805. type: 2
  806. axis: 3
  807. joyNum: 0
  808. - serializedVersion: 3
  809. m_Name: XRI_Right_Secondary2DAxis_Vertical
  810. descriptiveName: Device joystick/touchpad horizontal motion.
  811. descriptiveNegativeName:
  812. negativeButton:
  813. positiveButton:
  814. altNegativeButton:
  815. altPositiveButton:
  816. gravity: 0
  817. dead: 0.19
  818. sensitivity: 1
  819. snap: 0
  820. invert: 0
  821. type: 2
  822. axis: 19
  823. joyNum: 0
  824. - serializedVersion: 3
  825. m_Name: XRI_Right_Secondary2DAxis_Horizontal
  826. descriptiveName: Device joystick/touchpad horizontal motion
  827. descriptiveNegativeName:
  828. negativeButton:
  829. positiveButton:
  830. altNegativeButton:
  831. altPositiveButton:
  832. gravity: 0
  833. dead: 0.19
  834. sensitivity: 1
  835. snap: 0
  836. invert: 0
  837. type: 2
  838. axis: 18
  839. joyNum: 0
  840. - serializedVersion: 3
  841. m_Name: XRI_Right_Trigger
  842. descriptiveName: Device trigger axis
  843. descriptiveNegativeName:
  844. negativeButton:
  845. positiveButton:
  846. altNegativeButton:
  847. altPositiveButton:
  848. gravity: 0
  849. dead: 0.001
  850. sensitivity: 1
  851. snap: 0
  852. invert: 0
  853. type: 2
  854. axis: 9
  855. joyNum: 0
  856. - serializedVersion: 3
  857. m_Name: XRI_Right_Grip
  858. descriptiveName: Device grip axis
  859. descriptiveNegativeName:
  860. negativeButton:
  861. positiveButton:
  862. altNegativeButton:
  863. altPositiveButton:
  864. gravity: 0
  865. dead: 0.001
  866. sensitivity: 1
  867. snap: 0
  868. invert: 0
  869. type: 2
  870. axis: 11
  871. joyNum: 0
  872. - serializedVersion: 3
  873. m_Name: XRI_Right_IndexTouch
  874. descriptiveName: Device index finger proximity touch axis.
  875. descriptiveNegativeName:
  876. negativeButton:
  877. positiveButton:
  878. altNegativeButton:
  879. altPositiveButton:
  880. gravity: 0
  881. dead: 0.19
  882. sensitivity: 1
  883. snap: 0
  884. invert: 0
  885. type: 2
  886. axis: 13
  887. joyNum: 0
  888. - serializedVersion: 3
  889. m_Name: XRI_Right_ThumbTouch
  890. descriptiveName: Device thumb proximity touch axis
  891. descriptiveNegativeName:
  892. negativeButton:
  893. positiveButton:
  894. altNegativeButton:
  895. altPositiveButton:
  896. gravity: 0
  897. dead: 0.19
  898. sensitivity: 1
  899. snap: 0
  900. invert: 0
  901. type: 2
  902. axis: 15
  903. joyNum: 0
  904. - serializedVersion: 3
  905. m_Name: XRI_Right_PrimaryButton
  906. descriptiveName: Device primary button
  907. descriptiveNegativeName:
  908. negativeButton:
  909. positiveButton: joystick button 0
  910. altNegativeButton:
  911. altPositiveButton:
  912. gravity: 1000
  913. dead: 0.001
  914. sensitivity: 1000
  915. snap: 0
  916. invert: 0
  917. type: 0
  918. axis: 0
  919. joyNum: 0
  920. - serializedVersion: 3
  921. m_Name: XRI_Right_SecondaryButton
  922. descriptiveName: Device secondary button
  923. descriptiveNegativeName:
  924. negativeButton:
  925. positiveButton: joystick button 1
  926. altNegativeButton:
  927. altPositiveButton:
  928. gravity: 1000
  929. dead: 0.001
  930. sensitivity: 1000
  931. snap: 0
  932. invert: 0
  933. type: 0
  934. axis: 0
  935. joyNum: 0
  936. - serializedVersion: 3
  937. m_Name: XRI_Right_PrimaryTouch
  938. descriptiveName: Device primary touch
  939. descriptiveNegativeName:
  940. negativeButton:
  941. positiveButton: joystick button 10
  942. altNegativeButton:
  943. altPositiveButton:
  944. gravity: 0
  945. dead: 0
  946. sensitivity: 0.1
  947. snap: 0
  948. invert: 0
  949. type: 0
  950. axis: 0
  951. joyNum: 0
  952. - serializedVersion: 3
  953. m_Name: XRI_Right_SecondaryTouch
  954. descriptiveName: Device secondary button
  955. descriptiveNegativeName:
  956. negativeButton:
  957. positiveButton: joystick button 11
  958. altNegativeButton:
  959. altPositiveButton:
  960. gravity: 0
  961. dead: 0
  962. sensitivity: 0.1
  963. snap: 0
  964. invert: 0
  965. type: 0
  966. axis: 0
  967. joyNum: 0
  968. - serializedVersion: 3
  969. m_Name: XRI_Right_GripButton
  970. descriptiveName: Device grip button
  971. descriptiveNegativeName:
  972. negativeButton:
  973. positiveButton: joystick button 5
  974. altNegativeButton:
  975. altPositiveButton:
  976. gravity: 0
  977. dead: 0
  978. sensitivity: 0.1
  979. snap: 0
  980. invert: 0
  981. type: 0
  982. axis: 0
  983. joyNum: 0
  984. - serializedVersion: 3
  985. m_Name: XRI_Right_TriggerButton
  986. descriptiveName: Device trigger button
  987. descriptiveNegativeName:
  988. negativeButton:
  989. positiveButton: joystick button 15
  990. altNegativeButton:
  991. altPositiveButton:
  992. gravity: 0
  993. dead: 0
  994. sensitivity: 0.1
  995. snap: 0
  996. invert: 0
  997. type: 0
  998. axis: 0
  999. joyNum: 0
  1000. - serializedVersion: 3
  1001. m_Name: XRI_Right_MenuButton
  1002. descriptiveName: Device menu button
  1003. descriptiveNegativeName:
  1004. negativeButton:
  1005. positiveButton: joystick button 7
  1006. altNegativeButton:
  1007. altPositiveButton:
  1008. gravity: 1000
  1009. dead: 0.001
  1010. sensitivity: 1000
  1011. snap: 0
  1012. invert: 0
  1013. type: 0
  1014. axis: 0
  1015. joyNum: 0
  1016. - serializedVersion: 3
  1017. m_Name: XRI_Right_Primary2DAxisClick
  1018. descriptiveName: Device stick/touchpad click
  1019. descriptiveNegativeName:
  1020. negativeButton:
  1021. positiveButton: joystick button 9
  1022. altNegativeButton:
  1023. altPositiveButton:
  1024. gravity: 0
  1025. dead: 0
  1026. sensitivity: 0.1
  1027. snap: 0
  1028. invert: 0
  1029. type: 0
  1030. axis: 0
  1031. joyNum: 0
  1032. - serializedVersion: 3
  1033. m_Name: XRI_Right_Primary2DAxisTouch
  1034. descriptiveName: Device stick/touchpad touch
  1035. descriptiveNegativeName:
  1036. negativeButton:
  1037. positiveButton: joystick button 17
  1038. altNegativeButton:
  1039. altPositiveButton:
  1040. gravity: 0
  1041. dead: 0
  1042. sensitivity: 0.1
  1043. snap: 0
  1044. invert: 0
  1045. type: 0
  1046. axis: 0
  1047. joyNum: 0
  1048. - serializedVersion: 3
  1049. m_Name: XRI_Right_Thumbrest
  1050. descriptiveName: Device thumbrest
  1051. descriptiveNegativeName:
  1052. negativeButton:
  1053. positiveButton: joystick button 19
  1054. altNegativeButton:
  1055. altPositiveButton:
  1056. gravity: 0
  1057. dead: 0
  1058. sensitivity: 0.1
  1059. snap: 0
  1060. invert: 0
  1061. type: 0
  1062. axis: 0
  1063. joyNum: 0
  1064. - serializedVersion: 3
  1065. m_Name: XRI_Combined_Trigger
  1066. descriptiveName: Combined Trigger
  1067. descriptiveNegativeName:
  1068. negativeButton:
  1069. positiveButton:
  1070. altNegativeButton:
  1071. altPositiveButton:
  1072. gravity: 0
  1073. dead: 0.19
  1074. sensitivity: 1
  1075. snap: 0
  1076. invert: 0
  1077. type: 2
  1078. axis: 2
  1079. joyNum: 0
  1080. - serializedVersion: 3
  1081. m_Name: XRI_DPad_Vertical
  1082. descriptiveName: Device directional pad. These values are replicated l/r
  1083. descriptiveNegativeName:
  1084. negativeButton:
  1085. positiveButton:
  1086. altNegativeButton:
  1087. altPositiveButton:
  1088. gravity: 0
  1089. dead: 0.001
  1090. sensitivity: 1
  1091. snap: 0
  1092. invert: 0
  1093. type: 2
  1094. axis: 6
  1095. joyNum: 0
  1096. - serializedVersion: 3
  1097. m_Name: XRI_DPad_Horizontal
  1098. descriptiveName: Device directional pad. These values are replicated l/r
  1099. descriptiveNegativeName:
  1100. negativeButton:
  1101. positiveButton:
  1102. altNegativeButton:
  1103. altPositiveButton:
  1104. gravity: 0
  1105. dead: 0.001
  1106. sensitivity: 1
  1107. snap: 0
  1108. invert: 0
  1109. type: 2
  1110. axis: 5
  1111. joyNum: 0
  1112. m_UsePhysicalKeys: 0