have static method

bool have(
  1. int type
)

Implementation

static bool have(int type) {
  // 106
  return sdlHasEvent(type);
}