Struct glfw::Joystick [] [src]

pub struct Joystick {
    pub id: JoystickId,
    pub glfw: Glfw,
}

A joystick handle.

Fields

Methods

impl Joystick
[src]

[src]

Wrapper for glfwJoystickPresent.

[src]

Wrapper for glfwGetJoystickAxes.

[src]

Wrapper for glfwGetJoystickButtons.

[src]

Wrapper for glfwGetJoystickName.

Trait Implementations

impl Copy for Joystick
[src]

impl Clone for Joystick
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more