InputEventMouseMotion

Input event type for mouse motion events.

Contains mouse motion information. Supports relative, absolute positions and speed. See Node._input.

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

getRelative
Vector2 getRelative()
getSpeed
Vector2 getSpeed()
opAssign
InputEventMouseMotion opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(InputEventMouseMotion other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
setRelative
void setRelative(Vector2 relative)
setSpeed
void setSpeed(Vector2 speed)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

relative
Vector2 relative [@property getter]
Vector2 relative [@property setter]

Mouse position relative to the previous position (position at the last frame).

speed
Vector2 speed [@property getter]
Vector2 speed [@property setter]

Mouse speed.

Static functions

_new
InputEventMouseMotion _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta