|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#3
|
|||||
|
|||||
|
Re: Pneumatics, getting XBox input
The issue is that you need to change
Code:
if(XboxController.button[0] == true) Code:
if(XboxController.button[0].get() == true) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|