Window constructor

const Window(
  1. int hwnd
)

Creates an instance of the Window with the given window handle hwnd.

Implementation

const Window(this.hwnd);