imported dependencies, mocks gone, code builds

This commit is contained in:
aarav18
2023-01-08 11:18:00 -07:00
parent dad0827395
commit caf45c1431
8 changed files with 480 additions and 17 deletions
@@ -32,7 +32,7 @@ public class XboxTriggerButton extends Button {
}
/** {@inheritDoc} */
@Override
// @Override
public boolean get() {
if (m_trigger == RIGHT_TRIGGER) {
return m_controller.getRightTrigger();