Class Emulator
Defined in File Emulator.h
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.