push method

int push()

Implementation

int push() {
  // 355
  return sdlPushEvent(this);
}