Changes

Jump to navigation Jump to search
2 bytes added ,  11:21, 8 October 2014
no edit summary
Line 101: Line 101:  
     time.sleep(1)</nowiki>
 
     time.sleep(1)</nowiki>
   −
= Logitech Attack 3 Controller =
  −
[[File:logitech_joystick.jpg|200px|Image: 200 pixels]]
  −
  −
== Software Documentation ==
  −
  −
You can find the dll here: [[media:dx7dll.zip]]
  −
  −
'''Windows 7 32bit'''
  −
C:\windows\system32\dx7vb.dll
  −
  −
'''Windows 7 64bit'''
  −
C:\windows\SysWow64\dx7vb.dll
  −
  −
'''Register DLL by executing the following command within the commandline:'''
  −
  −
regsvr32&nbsp;<span style="font-size: 12px;">dx7vb.dll</span>
      
== Pyhon Script ==
 
== Pyhon Script ==
Line 135: Line 119:  
  print("x: {}".format(j.getX()))
 
  print("x: {}".format(j.getX()))
 
  time.sleep(1)</nowiki>
 
  time.sleep(1)</nowiki>
 +
 +
 +
= Logitech Attack 3 Controller =
 +
[[File:logitech_joystick.jpg|200px|Image: 200 pixels]]
 +
 +
== Software Documentation ==
 +
 +
You can find the dll here: [[media:dx7dll.zip]]
 +
 +
'''Windows 7 32bit'''
 +
C:\windows\system32\dx7vb.dll
 +
 +
'''Windows 7 64bit'''
 +
C:\windows\SysWow64\dx7vb.dll
 +
 +
'''Register DLL by executing the following command within the commandline:'''
 +
 +
regsvr32&nbsp;<span style="font-size: 12px;">dx7vb.dll</span>

Navigation menu