Affiche le controleur utilisé par chaque joueur
This commit is contained in:
@ -106,5 +106,9 @@ public class GamepadInput {
|
||||
|
||||
return new Vector3f(x,y);
|
||||
}
|
||||
|
||||
public String getGamepadName(){
|
||||
return glfwGetJoystickName(this.gamepadNum);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user