GLFWgamepadstate

Undocumented in source.
static if(glfwSupport >= GLFWSupport.glfw33)
struct GLFWgamepadstate {}

Members

Variables

axes
float[6] axes;
Undocumented in source.
buttons
ubyte[15] buttons;
Undocumented in source.

Meta