Window.update

Wraps SDL_UpdateWindowSurface which makes the changes to the window's surface current

  1. void update()
    class Window
    @trusted
    void
    update
    ()
  2. void update(Rect[] rects)

Throws

dsdl2.SDLException if failed to update the window's changes

Meta