setHWND method

void setHWND(
  1. int hwnd
)
inherited

Implementation

void setHWND(int hwnd) {
  PlayerFFI.setHWND(this.id, hwnd);
}