glfwGetGamepadName
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user