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