Example #1
0
 public void StartEngine(System.IntPtr hWnd, int posX, int posY, int width, int height)
 {
     session.Begin(hWnd, posX, posY, width, height);
 }