Display constructor

Display(
  1. Sdl sdl,
  2. int index
)

Create a display.

Implementation

Display(this.sdl, this.index);