LongPressEndInfo.fromDetails constructor

LongPressEndInfo.fromDetails(
  1. Game game,
  2. LongPressEndDetails raw
)

Implementation

LongPressEndInfo.fromDetails(
  Game game,
  LongPressEndDetails raw,
) : super(game, raw.globalPosition, raw);