wait method

int wait()

Implementation

int wait() {
  // 278
  return sdlWaitEvent(this);
}