Hi! First of all, amazing work on the CopperCube++ extension! I've been testing joystick inputs and I discovered the following mappings:
- Button A → #joybuttonpressed0
- Button B → #joybuttonpressed1
- Button X → #joybuttonpressed2
- Button Y → #joybuttonpressed3
- L1 (LB) → #joybuttonpressed4
- R1 (RB) → #joybuttonpressed5
- View (Select) → #joybuttonpressed6
- Menu (Start) → #joybuttonpressed7
- Xbox Button → #joybuttonpressed10
However, I haven't been able to detect L2, R2 triggers, or the D-Pad directions (Up, Down, Left, Right). Could you please tell me how I can read those inputs in CopperCube++? Thanks again for this awesome project!"