Class Emulator

Class Documentation

class Emulator

Main platform class.

This class represents the whole application. It handles GUI rendering (both global and System’s), System loading, audio data interchange between System and sound management class (Sound) and input actions handling using ImInputBinder.

As a developer of a new System, you usually want to add your new system here. As a Component developer, you should not change anything here.

Public Functions

Emulator() = default
int run()

Run the application.

This is the main application loop, return only on exit or error.

Returns

0 on success, other values on error.