PointerEnterInfo.fromDetails constructor

PointerEnterInfo.fromDetails(
  1. Stage stage,
  2. PointerEnterEvent raw
)

Implementation

PointerEnterInfo.fromDetails(
  Stage stage,
  PointerEnterEvent raw,
) : super(stage, raw.position, raw);