Changes

Jump to navigation Jump to search
451 bytes added ,  16:22, 24 October 2019
added info for Windows 10 64bit install of dll
Line 48: Line 48:  
|}
 
|}
   −
===Usage===
+
===Presentation===
 +
'''Example PCL code you can program a handle to send a marker:'''
 +
 
 +
active_buttons = 0;
 +
begin;
 +
picture {
 +
  text { caption = " "; font_size = 16; } t_Text1; x = 0; y = 0;
 +
} P_Text;
 +
begin_pcl;
 +
joystick stick = response_manager.get_joystick( 1 );
 +
loop int i = 1
 +
until false
 +
begin
 +
stick.poll( );
 +
t_Text1.set_caption("coordinates: " + string(stick.x()) + ":" + string(stick.y()), true);
 +
P_Text.present();
 +
end;
    
==== Python ====
 
==== Python ====
Line 67: Line 83:  
  time.sleep(1)
 
  time.sleep(1)
 
</syntaxhighlight>
 
</syntaxhighlight>
      
== Logitech Attack 3 ==
 
== Logitech Attack 3 ==
Line 85: Line 100:  
<br />
 
<br />
   −
==== Windows 7 64bit ====
+
==== Windows 7 64bit and Windows 10 64bit ====
    
# Download [[media:dx7dll.zip | dx7vb.dll]].
 
# Download [[media:dx7dll.zip | dx7vb.dll]].

Navigation menu