Struct pscontroller_rs::GamepadButtons [] [src]

#[repr(C)]
pub struct GamepadButtons { /* fields omitted */ }

The digital buttons of the gamepad

Methods

impl GamepadButtons
[src]

A collection of helper functions to take the button bitfield and make them more ergonomic to use.

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

The raw value of the buttons on the controller. Useful for aggregate functions

Trait Implementations

impl Clone for GamepadButtons
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations