template<class ArrayT>
Definition at line 180 of file mainShow.cpp. References OglGui::Window::KeyboardFunc(), and Impala::Application::WindowShow< ArrayT >::RequestNext(). 00181 { 00182 if (c == oglRIGHT) 00183 RequestNext(1); 00184 if (c == oglLEFT) 00185 RequestNext(-1); 00186 if (c == 'Q') 00187 exit(0); 00188 00189 Visualization::Window::KeyboardFunc(c, state); 00190 }
Here is the call graph for this function:
|