getMouseGrab method

bool getMouseGrab()

Implementation

bool getMouseGrab() {
  // 1684
  return sdlGetWindowMouseGrab(this);
}