setGrab method

void setGrab(
  1. bool grabbed
)

Implementation

void setGrab(bool grabbed) {
  // 1557
  sdlSetWindowGrab(this, grabbed);
}