"svn:/svn.code.sf.net/p/irrlicht/code/trunk@3900" did not exist on "7b5f3909203c5db799f134dd4d9018957038bf0c"
  • cutealien's avatar
    Implement setWindowSize for Win32 device. · d6975872
    cutealien authored
    Note about implementation: There is already IVideoDriver::getScreenSize() which is more or less the getter for this function. But I don't think it belongs in IVideoDriver and also this function is about the window and not the screen obviously. So might make sense adding getWindowSize and deprecating getScreenSize, but that needs further changes in GUI. For now I just added a comment and let the rest be as it was.
    
    git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4693 dfc29bdd-3216-0410-991c-e03cc46cb475
    d6975872
CIrrDeviceWin32.cpp 58.4 KB