WindowMovedEvent constructor

const WindowMovedEvent(
  1. Sdl sdl,
  2. int timestamp,
  3. int windowId,
  4. Point<int> position,
)

Create a new event.

Implementation

const WindowMovedEvent(
  super.sdl,
  super.timestamp,
  super.windowId,
  this.position,
);