Struct glfw::Joystick [−][src]
pub struct Joystick { pub id: JoystickId, pub glfw: Glfw, }
Expand description
A joystick handle.
Fields
id: JoystickId
glfw: Glfw
Implementations
Wrapper for glfwJoystickPresent
.
Wrapper for glfwGetJoystickButtons
.
Wrapper for glfwGetJoystickHats
.
Wrapper for glfwJoystickIsGamepad
.
Wrapper for glfwGetGamepadName
.
Wrapper for glfwGetGamepadState
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Joystick
impl UnwindSafe for Joystick
Blanket Implementations
Mutably borrows from an owned value. Read more