Window.displayMode - multiple declarations

Function Window.displayMode

Sets the display mode of this window

void displayMode (
  derelict.sdl2.internal.sdl_types.SDL_DisplayMode dMode
) @property;

Function Window.displayMode

Gets the display mode of this window

derelict.sdl2.internal.sdl_types.SDL_DisplayMode displayMode() @property;