glfwGetGamepadName
This commit is contained in:
@@ -107,8 +107,8 @@ public class GamepadInput {
|
|||||||
return new Vector3f(x,y);
|
return new Vector3f(x,y);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getGamepadName(){
|
public String getGamepadName(){
|
||||||
return this.gamepadNum;
|
return glfwGetGamepadName(this.gamepadNum);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user