Advertisement
Guest User

Untitled

a guest
Dec 14th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. +----------------------------+
  2. | Button Label |
  3. |----------------------------|
  4. | OK |
  5. | Cancel |
  6. | Button 3 |
  7. | Button 4 |
  8. | Button 5 |
  9. | Button 6 |
  10. | Start |
  11. | Select |
  12. | L |
  13. | R |
  14. | Left stick |
  15. | Right stick |
  16. |----------------------------|
  17. | Trigger Label |
  18. |----------------------------|
  19. | Left |
  20. | Right |
  21. |----------------------------|
  22. | Directional |
  23. |----------------------------|
  24. | Directional pad |
  25. | Left analog stick |
  26. | Right analog stick |
  27. +----------------------------+
  28.  
  29.  
  30. +----------------------------+
  31. | Button Label |
  32. |----------------------------|
  33. | OK |
  34. | Cancel <- selected |
  35.  
  36.  
  37. "Press button or combination, then select button label"
  38.  
  39.  
  40. (B pressed)
  41.  
  42.  
  43. +------------+
  44. | B | <- selected
  45. +------------+
  46. | A |
  47. +------------+
  48. | X |
  49. +------------+
  50. | Circle |
  51. +------------+
  52. | Button 2 |
  53. +------------+
  54. | Other... |
  55. +------------+
  56.  
  57.  
  58. +----------------------------+
  59. | Button Label |
  60. |----------------------------|
  61. | OK <- selected |
  62. | Cancel B |
  63.  
  64.  
  65. "Press button or combination, then select button label"
  66.  
  67.  
  68. (A pressed)
  69.  
  70.  
  71. +------------+
  72. | A | <- selected
  73. +------------+
  74. | Other... |
  75. +------------+
  76.  
  77.  
  78. +----------------------------+
  79. | Button Label |
  80. |----------------------------|
  81. | OK A |
  82. | Cancel B |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement