onReshape
Default mainpageApplicationApplicationonReshape
Description Source Call Graph
Application::onReshape ( Public Method )
Author: Don Olmstead
Reshape callback of the application.
 
Syntax / parameters
virtual void onReshape(int width_, int height_)

Name Type Default Description
width_ int
  The new width of the window
height_ int
  The new height of the window
 
Return value virtual void
   
Description
Reshape callback of the application.
 
Source
The documentation for this Member was generated from the following files:
  • Application.cpp
  • Application.hpp