getKeyboardGrab method

bool getKeyboardGrab()

Implementation

bool getKeyboardGrab() {
  // 1663
  return sdlGetWindowKeyboardGrab(this);
}