Changes

Jump to navigation Jump to search
19 bytes added ,  16:22, 24 October 2019
added info for Windows 10 64bit install of dll
Line 52: Line 52:     
  active_buttons = 0;
 
  active_buttons = 0;
   
  begin;
 
  begin;
   
  picture {  
 
  picture {  
 
   text { caption = " "; font_size = 16; } t_Text1; x = 0; y = 0;
 
   text { caption = " "; font_size = 16; } t_Text1; x = 0; y = 0;
 
  } P_Text;
 
  } P_Text;
   
  begin_pcl;
 
  begin_pcl;
   
  joystick stick = response_manager.get_joystick( 1 );  
 
  joystick stick = response_manager.get_joystick( 1 );  
   
  loop int i = 1
 
  loop int i = 1
 
  until false
 
  until false
 
  begin
 
  begin
stick.poll( );
+
stick.poll( );
t_Text1.set_caption("coordinates: " + string(stick.x()) + ":" + string(stick.y()), true);
+
t_Text1.set_caption("coordinates: " + string(stick.x()) + ":" + string(stick.y()), true);
P_Text.present();
+
P_Text.present();
 
  end;
 
  end;
   Line 105: 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