Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::Platform Class Reference

Platform class that represents the module initializer of Platform. More...

Static Public Member Functions

static bool Initialize ()
 Initializes the Platform module. More...
 
static bool IsInitialized ()
 Checks whether the module is initialized. More...
 
static void Uninitialize ()
 Uninitializes the Platform module. More...
 

Detailed Description

Platform class that represents the module initializer of Platform.

Member Function Documentation

◆ Initialize()

bool Nz::Platform::Initialize ( )
static

Initializes the Platform module.

Returns
true if initialization is successful
Remarks
Produces a NazaraNotice
Produces a NazaraError if one submodule failed

◆ IsInitialized()

bool Nz::Platform::IsInitialized ( )
static

Checks whether the module is initialized.

Returns
true if module is initialized

◆ Uninitialize()

void Nz::Platform::Uninitialize ( )
static

Uninitializes the Platform module.

Remarks
Produces a NazaraNotice

The documentation for this class was generated from the following files: