Changes between Version 7 and Version 8 of Tutorials
- Timestamp:
- Mar 7, 2016, 3:55:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v7 v8 158 158 class Gamepad(RemoteControl): 159 159 def _createFrontend(self): 160 return FrontendFactory().create("thrustmaster", path= THRUSTMASTER_PATH)160 return FrontendFactory().create("thrustmaster", path="/dev/input/by-id/usb-Mega_World_Thrustmaster_dual_analog_3.2-event-joystick") 161 161 162 162 def _buildComponents(self):
