has static method

bool has(
  1. int minType,
  2. int maxType
)

Implementation

static bool has(int minType, int maxType) {
  // 131
  return sdlHasEvents(minType, maxType);
}