Window.inputGrab - multiple declarations

Function Window.inputGrab

Wraps SDL_GetWindowGrab which gets the window's input grab mode

bool inputGrab() @property @trusted const;

Returns

true if the window is in input grab mode, otherwise false

Function Window.inputGrab

Wraps SDL_SetWindowGrab which sets the window's input grab mode

void inputGrab (
  bool newGrab
) @property @trusted;

Parameters

NameDescription
newGrab true to set the window on input grab mode, otherwise false