EventDelta constructor

EventDelta(
  1. Game _game,
  2. Offset _delta
)

Implementation

EventDelta(this._game, this._delta);