![]() |
VR-Forces 4.0.4 Class Documentation
|
Create a full screen OS display window using OSG. More...

Public Member Functions | |
| DtOsgFullscreenWindow (DtDe &de, DtWindowConfiguration &wc) | |
| CTOR. | |
| virtual | ~DtOsgFullscreenWindow () |
| DTOR. | |
| virtual void | setPosition (int x, int y) |
| Does nothing in fullscreen window. | |
| virtual void | resize (int width, int height) |
| Resize the Fullscreen, this actually changes the resolution. | |
Create a full screen OS display window using OSG.
CTOR.
| virtual makVrv::DtOsgFullscreenWindow::~DtOsgFullscreenWindow | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtOsgFullscreenWindow::setPosition | ( | int | x, |
| int | y | ||
| ) | [virtual] |
Does nothing in fullscreen window.
Implements makVrv::DtWindow.
| virtual void makVrv::DtOsgFullscreenWindow::resize | ( | int | width, |
| int | height | ||
| ) | [virtual] |
Resize the Fullscreen, this actually changes the resolution.
Implements makVrv::DtWindow.