Window.inputGrab

Wraps SDL_GetWindowGrab which gets the window's input grab mode

  1. bool inputGrab()
    class Window
    const @property @trusted
    bool
    inputGrab
    ()
  2. void inputGrab(bool newGrab)

Return Value

Type: bool

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

Meta