Removed JoystickLast

This commit is contained in:
Humphrey Shotton 2019-01-09 21:07:46 +00:00
parent 676509d856
commit 52b4384240
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const (
Joystick14 = Joystick(glfw.Joystick14)
Joystick15 = Joystick(glfw.Joystick15)
Joystick16 = Joystick(glfw.Joystick16)
//JoystickLast = Joystick(glfw.JoystickLast)
)
// JoystickPresent returns if the joystick is currently connected.