Handbook
Glossary
GLFWgamepadstate
Vocabulary
glfw
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
glfw.ffi
STRUCT:
GLFWgamepadstate
{
buttons uchar[15]
}
{
axes float[6]
}
;
Methods
USING:
classes.struct
classes.struct.private
glfw.ffi
kernel
;
M:
GLFWgamepadstate
clone
clone-underlying
\
GLFWgamepadstate
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
glfw.ffi
;
M:
GLFWgamepadstate
struct-slot-values
{
[
buttons>>
]
[
axes>>
]
}
cleave>array
;
inline