Platform_Win32_Screen_DDraw Class Reference
Inheritance diagram for Platform_Win32_Screen_DDraw:

Public Member Functions | |
| Platform_Win32_Screen_DDraw (struct HWND__ *windowHandle, bool fullscreen, int screenWidth, int screenHeight) | |
| virtual | ~Platform_Win32_Screen_DDraw () |
| virtual bool | Setup () |
| virtual bool | Present (unsigned short *bitmapData, int bitmapWidth, int bitmapHeight, unsigned short modulate, unsigned short backgroundColor) |
| virtual void | SetInterpolationMode (bool enabled) |
| virtual void | TransformCursorCoordinates (float &x, float &y) |
Detailed Description
Definition at line 22 of file Platform_Win32_Screen_DDraw.h.
Constructor & Destructor Documentation
| Platform_Win32_Screen_DDraw::Platform_Win32_Screen_DDraw | ( | struct HWND__ * | windowHandle, | |
| bool | fullscreen, | |||
| int | screenWidth, | |||
| int | screenHeight | |||
| ) |
Definition at line 20 of file Platform_Win32_Screen_DDraw.cpp.
| Platform_Win32_Screen_DDraw::~Platform_Win32_Screen_DDraw | ( | ) | [virtual] |
Definition at line 263 of file Platform_Win32_Screen_DDraw.cpp.
Member Function Documentation
| bool Platform_Win32_Screen_DDraw::Setup | ( | ) | [virtual] |
Implements Platform_Win32_Screen_Technology.
Definition at line 45 of file Platform_Win32_Screen_DDraw.cpp.
| bool Platform_Win32_Screen_DDraw::Present | ( | unsigned short * | bitmapData, | |
| int | bitmapWidth, | |||
| int | bitmapHeight, | |||
| unsigned short | modulate, | |||
| unsigned short | backgroundColor | |||
| ) | [virtual] |
Implements Platform_Win32_Screen_Technology.
Definition at line 297 of file Platform_Win32_Screen_DDraw.cpp.
| void Platform_Win32_Screen_DDraw::SetInterpolationMode | ( | bool | enabled | ) | [virtual] |
Implements Platform_Win32_Screen_Technology.
Definition at line 937 of file Platform_Win32_Screen_DDraw.cpp.
| void Platform_Win32_Screen_DDraw::TransformCursorCoordinates | ( | float & | x, | |
| float & | y | |||
| ) | [virtual] |
Implements Platform_Win32_Screen_Technology.
Definition at line 945 of file Platform_Win32_Screen_DDraw.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
