Window.inputGrab

Wraps SDL_SetWindowGrab which sets the window's input grab mode

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

Parameters

newGrab bool

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

Meta