Changes between Version 7 and Version 8 of Tutorials


Ignore:
Timestamp:
Mar 7, 2016, 3:55:23 PM (10 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v7 v8  
    158158class Gamepad(RemoteControl):
    159159    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")
    161161
    162162    def _buildComponents(self):