glfwGetGamepadName
This commit is contained in:
parent
0bd14bbd5d
commit
262fef9b6c
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user