Class tk11::Window. More...
#include "framework.hpp"
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Classes | |
struct | tk11::Window_Parameters |
Window parameters. More... | |
class | tk11::Window |
Direct3D Rendering window. More... | |
Namespaces | |
namespace | tk11 |
Enumerations | |
enum | tk11::Active_Condition { tk11::active_if_not_minimized = 0, tk11::active_always = 1, tk11::active_if_activated = 2 } |
Condition for window being active. More... | |
enum | tk11::Cursor_Mode { tk11::standard_cursor = 0, tk11::hide_cursor = 1, tk11::manual_cursor = 2 } |
Strategy for displaying the Windows mouse cursor. More... |
Class tk11::Window.