29 std::unique_ptr<Impl> mImpl;
33 OptiWindow(
int width,
int height,
unsigned windowFlags = WF_WINDOWED,
34 double updateIntrv = 16.666666);
40 bool fullscreen()
const;
41 void resize(
int width,
int height,
int fullscreen);
43 bool borderless()
const;
44 void setBorderless(
bool borderless);
46 bool resizable()
const;
47 void setResizable(
bool resizable);
49#ifndef OPTIBITS_IPHONE
50 SDL_Window* sdlWindow()
const;