passiveMotionCallback
Default mainpageApplicationpassiveMotionCallback
Description Source Call Graph
Start Line: 196
void passiveMotionCallback(int x, int y)
{
    Application* app = (Application*)Application::TheApplication;

    if (app)
        app->onPassiveMotion(x, y);
}