An object which will lock the display for the duration of its lifetime. More...
#include <video.hpp>
Public Member Functions | |
update_locker (CVideo &v, bool lock=true) | |
~update_locker () | |
void | unlock_update () |
Private Attributes | |
CVideo & | video |
bool | unlock |
An object which will lock the display for the duration of its lifetime.
|
inline |