unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
UEJoystickState
unecht
glfw
joysticks
struct
UEJoystickState {
UEJoystickInfo
info
;
bool
connected
;
float
*
glfwAxesPtr
;
ubyte
*
glfwButtonPtr
;
float
[
MAX_AXES
]
axesState
;
ubyte
[
MAX_BUTTONS
]
buttonState
;
}
Members
Variables
axesState
float
[
MAX_AXES
]
axesState
;
Undocumented in source.
buttonState
ubyte
[
MAX_BUTTONS
]
buttonState
;
Undocumented in source.
connected
bool
connected
;
Undocumented in source.
glfwAxesPtr
float
*
glfwAxesPtr
;
Undocumented in source.
glfwButtonPtr
ubyte
*
glfwButtonPtr
;
Undocumented in source.
info
UEJoystickInfo
info
;
Undocumented in source.
Meta
Source
See Implementation
unecht
glfw
joysticks
static variables
MAX_AXES
MAX_BUTTONS
structs
GLFWJoysticks
UEJoystickInfo
UEJoystickState