Struct gdnative::InputEventWithModifiers [] [src]

pub struct InputEventWithModifiers { /* fields omitted */ }

core class InputEventWithModifiers : InputEvent (reference counted)

Base class

InputEventWithModifiers inherits InputEvent and all of its methods.

Memory management

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

Methods

impl InputEventWithModifiers
[src]

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = InputEvent>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for InputEventWithModifiers
[src]

[src]

[src]

[src]

impl Deref for InputEventWithModifiers
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for InputEventWithModifiers
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations