.. index:: pair: class; EE::Window::Engine::WindowContext .. _doxid-class_e_e_1_1_window_1_1_engine_1_1_window_context: class EE::Window::Engine::WindowContext ======================================= .. toctree:: :hidden: Scoped binding of the current native window and graphics context. Restores the previous binding when destroyed. Context objects are movable but cannot be copied. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class WindowContext { public: // construction :target:`WindowContext`(const WindowContext&); :target:`WindowContext`(WindowContext&& other); :target:`~WindowContext`(); // methods WindowContext& :target:`operator=`(const WindowContext&); WindowContext& :target:`operator=`(WindowContext&&); };