Struct gdnative::InputEventMouse[][src]

pub struct InputEventMouse { /* fields omitted */ }

core class InputEventMouse : InputEventWithModifiers (reference counted)

Base class

InputEventMouse inherits InputEventWithModifiers and all of its methods.

Memory management

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

Methods

impl InputEventMouse
[src]

Up-cast.

Methods from Deref<Target = InputEventWithModifiers>

Up-cast.

Trait Implementations

impl GodotObject for InputEventMouse
[src]

impl Deref for InputEventMouse
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for InputEventMouse
[src]

Mutably dereferences the value.

Auto Trait Implementations