Struct gdnative::InputEventMouseMotion [] [src]

pub struct InputEventMouseMotion { /* fields omitted */ }

core class InputEventMouseMotion : InputEventMouse (reference counted)

Base class

InputEventMouseMotion inherits InputEventMouse and all of its methods.

Memory management

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

Methods

impl InputEventMouseMotion
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = InputEventMouse>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for InputEventMouseMotion
[src]

[src]

[src]

[src]

impl Deref for InputEventMouseMotion
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for InputEventMouseMotion
[src]

[src]

Mutably dereferences the value.

impl Drop for InputEventMouseMotion
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations