Window.drawableGLHeight

Wraps SDL_GL_GetDrawableSize (from SDL 2.0.1) which gets the drawable width of the window in OpenGL in pixels

class Window
const @property @trusted
static if(sdlSupport >= SDLSupport.v2_0_1)
uint
drawableGLHeight
()

Return Value

Type: uint

width of the window in OpenGL in pixels

Meta