![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <IzPlatformOther.h>
Public Member Functions | |
bool | isInitialised () const |
virtual int | Init ()=0 |
virtual void | Release ()=0 |
virtual void | VibrateStart (float priority, float duration)=0 |
virtual void | VibrateStop ()=0 |
virtual void | InitResManager ()=0 |
virtual void | ReleaseResManager ()=0 |
Protected Attributes | |
bool | Initialised |
virtual int IzPlatformOther::Init | ( | ) | [pure virtual] |
Implemented in CzPlatformOther, and CzPlatformOther.
virtual void IzPlatformOther::InitResManager | ( | ) | [pure virtual] |
Implemented in CzPlatformOther.
bool IzPlatformOther::isInitialised | ( | ) | const [inline] |
virtual void IzPlatformOther::Release | ( | ) | [pure virtual] |
Implemented in CzPlatformOther, and CzPlatformOther.
virtual void IzPlatformOther::ReleaseResManager | ( | ) | [pure virtual] |
Implemented in CzPlatformOther.
virtual void IzPlatformOther::VibrateStart | ( | float | priority, |
float | duration | ||
) | [pure virtual] |
Implemented in CzPlatformOther, and CzPlatformOther.
virtual void IzPlatformOther::VibrateStop | ( | ) | [pure virtual] |
Implemented in CzPlatformOther, and CzPlatformOther.
bool IzPlatformOther::Initialised [protected] |