Kaynağa Gözat

Set current port.

Brucey 10 yıl önce
ebeveyn
işleme
0b5f99302a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      sdljoystick.mod/sdljoystick.bmx

+ 1 - 0
sdljoystick.mod/sdljoystick.bmx

@@ -177,6 +177,7 @@ Type TSDLJoystickDriver Extends TJoystickDriver
 		End If
 		
 		currentJoystick = joystick
+		currentPort = port
 	End Method
 	
 End Type