CircuitPython USB_Host_Gamepad Library
Introduction
Examples
Simple test
Displayio
API Reference
API Reference
Related Products
Adafruit Fruit Jam
Adafruit Feather RP2040 with USB Type A Host
Adafruit SNES Controller
Other Links
Download from GitHub
Download Library Bundle
CircuitPython Reference Documentation
CircuitPython Support Forum
Discord Chat
Adafruit Learning System
Adafruit Blog
Adafruit Store
CircuitPython USB_Host_Gamepad Library
Index
Index
A
|
B
|
C
|
D
|
E
|
G
|
H
|
J
|
L
|
M
|
P
|
R
|
S
|
T
|
U
|
X
|
Y
A
A (relic_usb_host_gamepad.Buttons attribute)
B
B (relic_usb_host_gamepad.Buttons attribute)
BUTTON_A (in module relic_usb_host_gamepad)
BUTTON_B (in module relic_usb_host_gamepad)
BUTTON_DOWN (in module relic_usb_host_gamepad)
BUTTON_HOME (in module relic_usb_host_gamepad)
BUTTON_JOYSTICK_DOWN (in module relic_usb_host_gamepad)
BUTTON_JOYSTICK_LEFT (in module relic_usb_host_gamepad)
BUTTON_JOYSTICK_RIGHT (in module relic_usb_host_gamepad)
BUTTON_JOYSTICK_UP (in module relic_usb_host_gamepad)
BUTTON_L1 (in module relic_usb_host_gamepad)
BUTTON_L2 (in module relic_usb_host_gamepad)
BUTTON_L3 (in module relic_usb_host_gamepad)
BUTTON_LEFT (in module relic_usb_host_gamepad)
BUTTON_NAMES (in module relic_usb_host_gamepad)
BUTTON_R1 (in module relic_usb_host_gamepad)
BUTTON_R2 (in module relic_usb_host_gamepad)
BUTTON_R3 (in module relic_usb_host_gamepad)
BUTTON_RIGHT (in module relic_usb_host_gamepad)
BUTTON_SELECT (in module relic_usb_host_gamepad)
BUTTON_START (in module relic_usb_host_gamepad)
BUTTON_TOUCH_PAD (in module relic_usb_host_gamepad)
BUTTON_UP (in module relic_usb_host_gamepad)
BUTTON_X (in module relic_usb_host_gamepad)
BUTTON_Y (in module relic_usb_host_gamepad)
Buttons (class in relic_usb_host_gamepad)
buttons (relic_usb_host_gamepad.Gamepad property)
C
changed (relic_usb_host_gamepad.Buttons property)
connected (relic_usb_host_gamepad.Gamepad property)
D
DEVICE_NAMES (in module relic_usb_host_gamepad)
device_type (relic_usb_host_gamepad.Gamepad property)
DEVICE_TYPE_8BITDO_ZERO2 (in module relic_usb_host_gamepad)
DEVICE_TYPE_ADAFRUIT_SNES (in module relic_usb_host_gamepad)
DEVICE_TYPE_HID_JOYSTICK (in module relic_usb_host_gamepad)
DEVICE_TYPE_PLAYSTATION_DS4 (in module relic_usb_host_gamepad)
DEVICE_TYPE_POWERA_WIRED (in module relic_usb_host_gamepad)
DEVICE_TYPE_SWITCH_PRO (in module relic_usb_host_gamepad)
DEVICE_TYPE_UNKNOWN (in module relic_usb_host_gamepad)
DEVICE_TYPE_XINPUT (in module relic_usb_host_gamepad)
disconnect() (relic_usb_host_gamepad.Gamepad method)
DOWN (relic_usb_host_gamepad.Buttons attribute)
E
events (relic_usb_host_gamepad.Buttons property)
(relic_usb_host_gamepad.Gamepad property)
G
Gamepad (class in relic_usb_host_gamepad)
H
HOME (relic_usb_host_gamepad.Buttons attribute)
J
joystick_deadzone (relic_usb_host_gamepad.Gamepad property)
JOYSTICK_DOWN (relic_usb_host_gamepad.Buttons attribute)
JOYSTICK_LEFT (relic_usb_host_gamepad.Buttons attribute)
JOYSTICK_RIGHT (relic_usb_host_gamepad.Buttons attribute)
joystick_threshold (relic_usb_host_gamepad.Gamepad property)
JOYSTICK_UP (relic_usb_host_gamepad.Buttons attribute)
L
L1 (relic_usb_host_gamepad.Buttons attribute)
L2 (relic_usb_host_gamepad.Buttons attribute)
L3 (relic_usb_host_gamepad.Buttons attribute)
LEFT (relic_usb_host_gamepad.Buttons attribute)
left_joystick (relic_usb_host_gamepad.Gamepad property)
left_joystick_invert_x (relic_usb_host_gamepad.Gamepad property)
left_joystick_invert_y (relic_usb_host_gamepad.Gamepad property)
left_trigger (relic_usb_host_gamepad.Gamepad property)
M
module
relic_usb_host_gamepad
P
port (relic_usb_host_gamepad.Gamepad property)
pressed (relic_usb_host_gamepad.Buttons property)
R
R1 (relic_usb_host_gamepad.Buttons attribute)
R2 (relic_usb_host_gamepad.Buttons attribute)
R3 (relic_usb_host_gamepad.Buttons attribute)
relic_usb_host_gamepad
module
reset() (relic_usb_host_gamepad.Buttons method)
RIGHT (relic_usb_host_gamepad.Buttons attribute)
right_joystick (relic_usb_host_gamepad.Gamepad property)
right_joystick_invert_x (relic_usb_host_gamepad.Gamepad property)
right_joystick_invert_y (relic_usb_host_gamepad.Gamepad property)
right_trigger (relic_usb_host_gamepad.Gamepad property)
S
SELECT (relic_usb_host_gamepad.Buttons attribute)
START (relic_usb_host_gamepad.Buttons attribute)
T
TOUCH_PAD (relic_usb_host_gamepad.Buttons attribute)
trigger_threshold (relic_usb_host_gamepad.Gamepad property)
U
UP (relic_usb_host_gamepad.Buttons attribute)
update() (relic_usb_host_gamepad.Gamepad method)
X
X (relic_usb_host_gamepad.Buttons attribute)
Y
Y (relic_usb_host_gamepad.Buttons attribute)