PointerHoverInfo.fromDetails constructor
PointerHoverInfo.fromDetails(
- Stage stage,
- PointerHoverEvent raw
Implementation
PointerHoverInfo.fromDetails(
Stage stage,
PointerHoverEvent raw,
) : super(stage, raw.position, raw);