Class GLFWGamepadState

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class GLFWGamepadState extends Struct<GLFWGamepadState> implements NativeResource

 struct GLFWgamepadstate {
     unsigned char buttons[15];
     float axes[6];
 }