Quote:
	
	
		
			
				
					Originally Posted by  Jeff
					 
				 
				If you use the clutch pedal do you notice a change in the Z value when you print the position? 
	Code: 
	def showJoyPosition():
	print 'position:  ',joy.getPosition()
	
vizact.ontimer(0.1, showJoyPosition) 
  
			
		 | 
	
	
 no Z value does not change 
Only the value of X changes (+ve for steering right , -ve for steering left)
Y & Z are always zero