unecht ~imgbot (2022-04-08T11:33:38.7163448)
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