Removed debug prints. /JL
This commit is contained in:
@@ -34,12 +34,6 @@ class LogitechF310Controller(ControlsBase):
|
||||
self.numbuttons: int = self.device.get_numbuttons()
|
||||
self.buttons: list = [self.device.get_button(b) for b in range(self.numbuttons)]
|
||||
self.input_mode = InputMode.XInput
|
||||
print(f"{self.name} connected")
|
||||
print("GUID:", self.guid)
|
||||
print("Axis:", self.numaxis, self.axis)
|
||||
print("Hats:", self.numhats, self.hats)
|
||||
print("Buttons:", self.numbuttons, self.buttons)
|
||||
print("Input mode:", self.input_mode)
|
||||
|
||||
def handle_input(self, event):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user