| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- return {
- description = 'Buttons on an input device.',
- values = {
- {
- name = 'trigger',
- description = 'The trigger button.'
- },
- {
- name = 'thumbstick',
- description = 'The thumbstick.'
- },
- {
- name = 'touchpad',
- description = 'The touchpad.'
- },
- {
- name = 'grip',
- description = 'The grip button.'
- },
- {
- name = 'menu',
- description = 'The menu button.'
- },
- {
- name = 'a',
- description = 'The A button.'
- },
- {
- name = 'b',
- description = 'The B button.'
- },
- {
- name = 'x',
- description = 'The X button.'
- },
- {
- name = 'y',
- description = 'The Y button.'
- },
- {
- name = 'proximity',
- description = 'The proximity sensor on a headset.'
- }
- }
- }
|