ClipboardChangedEvent constructor

const ClipboardChangedEvent(
  1. Sdl sdl,
  2. int timestamp
)

Create an event.

Implementation

const ClipboardChangedEvent(super.sdl, super.timestamp);