void reshapeCallback(int width, int height) { Application* app = (Application*)Application::TheApplication; if (app) app->onReshape(width, height); }