PointerScrollInfo.fromDetails constructor

PointerScrollInfo.fromDetails(
  1. Game game,
  2. PointerScrollEvent raw
)

Implementation

PointerScrollInfo.fromDetails(
  Game game,
  PointerScrollEvent raw,
) : super(game, raw.position, raw);