Struct gdnative::InputEventGesture [] [src]

pub struct InputEventGesture { /* fields omitted */ }

core class InputEventGesture : InputEventWithModifiers (reference counted)

Base class

InputEventGesture inherits InputEventWithModifiers and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl InputEventGesture
[src]

[src]

Up-cast.

[src]

[src]

[src]

Methods from Deref<Target = InputEventWithModifiers>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for InputEventGesture
[src]

[src]

[src]

[src]

impl Deref for InputEventGesture
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for InputEventGesture
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations