ISurface - dpw105f18/papago-api GitHub Wiki
defined in header "isurface.hpp"
class ISurface;
ISurface is an interface class for creating surfaces. The API does not support window creation, which means that the developers must create a window first and then make a surface with it.
Methods
| Methods | Description |
|---|---|
| [getWidth](/dpw105f18/papago-api/wiki/ISurface::getWidth) | Returns the width of the surface |
| [getHeight](/dpw105f18/papago-api/wiki/ISurface::getHeight) | Returns the height of the surface |
| [createWin32Surface](/dpw105f18/papago-api/wiki/ISurface::createWin32Surface) | Creates a Window Surface using the Win32 API |