mirror of https://github.com/mosra/magnum.git
Browse Source
* The default (empty) implementation of virtuals shouldn't be called, thus this effectively protects the user from doing it. * Only the application itself knows best when and how to call rendering-related functions such as swapBuffers() and redraw(), thus they are protected. * Functions for setting up fullscreen or hiding the mouse may be called from user code outside the application, thus they are kept public.pull/34/head
5 changed files with 89 additions and 50 deletions
Loading…
Reference in new issue