-
Notifications
You must be signed in to change notification settings - Fork 2
GamepadXbox
Hyomoto edited this page Jun 24, 2021
·
12 revisions
| Jump To | Go Back |
Methods | Variables |
|---|
Implements: Gamepad
provides a Gamepad interface that reflects the xbox controller layout
| Jump To | top |
|---|
| Jump To | top |
|---|
| Name | Type | Initial | Purpose |
|---|---|---|---|
| left | undef |
new input( gp_padl, self ) | No description. |
| right | undef |
new input( gp_padr, self ) | No description. |
| up | undef |
new input( gp_padu, self ) | No description. |
| down | undef |
new input( gp_padd, self ) | No description. |
| a | undef |
new input( gp_face1, self ) | No description. |
| b | undef |
new input( gp_face2, self ) | No description. |
| x | undef |
new input( gp_face3, self ) | No description. |
| y | undef |
new input( gp_face4, self ) | No description. |
| rb | undef |
new input( gp_shoulderr, self ) | No description. |
| lb | undef |
new input( gp_shoulderl, self ) | No description. |
| lclick | undef |
new input( gp_stickr, self ) | No description. |
| rclick | undef |
new input( gp_stickl, self ) | No description. |
| back | undef |
new input( gp_select, self ) | No description. |
| menu | undef |
new input( gp_start, self ) | No description. |
| rt | undef |
new input( gp_shoulderrb, self ) | No description. |
| lt | undef |
new input( gp_shoulderlb, self ) | No description. |
| lstick | undef |
new inputAxis( gp_axislh, gp_axislv, self ) | No description. |
| rstick | undef |
new inputAxis( gp_axisrh, gp_axisrv, self ) | No description. |
Devon Mullane 2020