Removed JoystickLast
This commit is contained in:
parent
676509d856
commit
52b4384240
|
@ -25,7 +25,6 @@ const (
|
||||||
Joystick14 = Joystick(glfw.Joystick14)
|
Joystick14 = Joystick(glfw.Joystick14)
|
||||||
Joystick15 = Joystick(glfw.Joystick15)
|
Joystick15 = Joystick(glfw.Joystick15)
|
||||||
Joystick16 = Joystick(glfw.Joystick16)
|
Joystick16 = Joystick(glfw.Joystick16)
|
||||||
//JoystickLast = Joystick(glfw.JoystickLast)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// JoystickPresent returns if the joystick is currently connected.
|
// JoystickPresent returns if the joystick is currently connected.
|
||||||
|
|
Loading…
Reference in New Issue