onReshape
Default mainpageApplicationApplicationonReshape
Description Source Call Graph
Start Line: 108
virtual void Application::onReshape(int width_, int height_)
{
    width = width_;
    height = height_;
}