poll method

int poll()

Implementation

int poll() {
  // 248
  return sdlPollEvent(this);
}