Struct gdnative::InputEventJoypadMotion [] [src]

pub struct InputEventJoypadMotion { /* fields omitted */ }

Methods

impl InputEventJoypadMotion
[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = InputEvent>

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotClass for InputEventJoypadMotion
[src]

[src]

[src]

[src]

[src]

[src]

impl Deref for InputEventJoypadMotion
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations