Playstation buttons and axes

I have just added controller support for my game engine and I thought of this idea of adding predefined values for popular computer controllers… U know, ease of use for the developer instead of guessing…

I have an Xbox controller and i have completely mapped it out with finals like XBOX_DPAD_UP and XBOX_LEFT_BUTTON.
But the problem is I don’t have a playstation controller (which I’m guessing also works with computers and is also popular).

Does any1 have enough LWJGL3 (GLFW) knowledge and a playstation controller which works with their computer? If so can you try every button and every axis and tell me which ID goes with each button or controller? I will give credit

Thx in advance

xbox playstation contoller ?

run a debug on the polling if controllers are available in lwjgl3. if not, look into the lwjgl2 code (wrapping [icode]JInputController[/icode]) or skip directly to [icode]ControllerEnvironment.getDefaultEnvironment().getControllers()[/icode] and [icode]net.java.games.input.Controller[/icode]

Huh? Sry, but I can’t really make sense of what you are saying… English Please? ???