Open LuisGer321 opened 4 years ago
The methods are leftBumper() and rightBumper().
Steve
From: LuisGer321 notifications@github.com Sent: Saturday, December 21, 2019 2:55 PM To: FRC4564/Xbox Cc: Subscribed Subject: [FRC4564/Xbox] RB and LB Button (#12)
Hi Sr. I have been using your library recently for robotics app and it works perfectly, so i would like to use RB and LB buttons to do specifics task. Could you help me with the method to get these events. For example to get button A I do the following: if joy.A(): #Do something but in case of RB and LB what is the event? I have tried with joy.RB() and joy.LB() but it isn't working
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/FRC4564/Xbox/issues/12?email_source=notifications&email_token=ABIJUXAVRCCDJT2DUHHCN7LQZZYDNA5CNFSM4J6INWU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICESASA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABIJUXFQ45FWIETNEURYINTQZZYDNANCNFSM4J6INWUQ.
Hi Sr. I have been using your library recently for robotics app and it works perfectly, so i would like to use RB and LB buttons to do specifics task. Could you help me with the method to get these events. For example to get button A I do the following: `if joy.A():
Do something`
but in case of RB and LB what is the event? I have tried with joy.RB() and joy.LB() but it isn't working