HoverEvent class final

Constructors

HoverEvent({required Vector2 scene, required Vector2 local, required PointerEvent source})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
local Vector2
This pointer's position in the receiving node's local space.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene Vector2
This pointer's position in scene (world) space.
final
source PointerEvent
The raw pointer event this was built from.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited