AppDidEnterForegroundEvent constructor

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

Create an event.

Implementation

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