lock method

int lock()

Implementation

int lock() {
  // 283
  return sdlLockSurface(this);
}