peeps method

int peeps(
  1. int numevents,
  2. int action,
  3. int minType,
  4. int maxType,
)

Implementation

int peeps(int numevents, int action, int minType, int maxType) {
  // 78
  return sdlPeepEvents(this, numevents, action, minType, maxType);
}