Merge remote-tracking branch 'origin/master'

This commit is contained in:
no
2021-06-23 22:38:44 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -107,8 +107,8 @@ public class GamepadInput {
return new Vector3f(x,y);
}
public int getGamepadName(){
return this.gamepadNum;
public String getGamepadName(){
return glfwGetGamepadName(this.gamepadNum);
}
}