Advertisement
Guest User

Untitled

a guest
Feb 1st, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ; Microsoft X-Box 360 pad_START
  2. [Microsoft X-Box 360 pad]
  3. plugged = True
  4. plugin = 2
  5. mouse = False
  6. AnalogDeadzone = 4096,4096
  7. AnalogPeak = 32768,32768
  8. Mempak switch = button(11)
  9. Rumblepak switch = button(12)
  10. C Button U = button(3) axis(3-)
  11. L Trig = button(4)
  12. C Button D = button(1) axis(3+)
  13. DPad U = hat(0 Up)
  14. DPad L = hat(0 Left)
  15. C Button L = axis(2-)
  16. Y Axis = axis(1-,1+)
  17. X Axis = axis(0-,0+)
  18. DPad R = hat(0 Right)
  19. Z Trig = button(6)
  20. C Button R = axis(2+)
  21. R Trig = button(5)
  22. B Button = button(2)
  23. DPad D = hat(0 Down)
  24. Start = button(9)
  25. A Button = button(0)
  26. ; Microsoft X-Box 360 pad_END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement