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