This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Unigine::App Class

Major changes:

  • Added support for the window position.
  • Added support for multi-touch.
  • Removed support for DirectX 9.
  • Removed support for OpenGL ES.
UNIGINEUNIGINE 2
int dialogMessage(const char * title, const char * str)int dialogMessage(const char * title, const char * str, const char * flags)
int dialogFile(const char * title, char * name, int size)int dialogFile(const char * title, char * name, int size, const char * filter, const char * flags)
int initD3D9(void * d3d, void * device)Removed. DirectX 9 is no longer supported.
int shutdownD3D9()Removed. DirectX 9 is no longer supported.
int isD3D9Initialized()Removed. DirectX 9 is no longer supported.
void * getD3D9D3D()Removed. DirectX 9 is no longer supported.
int initGLES()Removed. OpenGL ES is no longer supported.
int shutdownGLES()Removed. OpenGL ES is no longer supported.
int isGLESInitialized()Removed. OpenGL ES is no longer supported.

New Functions and Variables

Last update: 2017-07-03
Build: ()