DragUpdateInfo.fromDetails constructor

DragUpdateInfo.fromDetails(
  1. Game game,
  2. DragUpdateDetails raw
)

Implementation

DragUpdateInfo.fromDetails(
  Game game,
  DragUpdateDetails raw,
) : super(game, raw.globalPosition, raw);