![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzPlatformDisplay.h>
Public Member Functions | |
| int | Init (bool use_gl) |
| void | Release () |
| int | getCurrentWidth () |
| int | getCurrentHeight () |
| int | getOrientation () |
| void | setColour (int r, int g, int b, int a) |
| void | Clear () |
| void | Swap () |
| int | Init (bool use_gl) |
| void | Release () |
| int | getCurrentWidth () |
| int | getCurrentHeight () |
| int | getOrientation () |
| void | setColour (int r, int g, int b, int a) |
| void | Clear () |
| void | Swap () |
Protected Attributes | |
| bool | UseGL |
| void CzPlatformDisplay::Clear | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::Clear | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getCurrentHeight | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getCurrentHeight | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getCurrentWidth | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getCurrentWidth | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getOrientation | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::getOrientation | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::Init | ( | bool | use_gl | ) | [virtual] |
Implements IzPlatformDisplay.
| int CzPlatformDisplay::Init | ( | bool | use_gl | ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::Release | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::Release | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::setColour | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::setColour | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::Swap | ( | ) | [virtual] |
Implements IzPlatformDisplay.
| void CzPlatformDisplay::Swap | ( | ) | [virtual] |
Implements IzPlatformDisplay.
bool CzPlatformDisplay::UseGL [protected] |