Explorar o código

Set current port.

Brucey %!s(int64=10) %!d(string=hai) anos
pai
achega
0b5f99302a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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