Core functions of the library.
#include <srl_core.hpp>
Static Public Member Functions | |
| static void | Initialize (const Types::HighColor &backColor) |
| Initialize basic environment. | |
| static void | Synchronize () |
| Wait until graphic processing time is reached. | |
Static Public Attributes | |
| static SRL::Types::Event | OnAfterSync |
| Event triggered after synchronize happens. | |
| static SRL::Types::Event | OnBeforeSync |
| Event triggered before synchronize happens. | |
| static SRL::Types::Event | OnVblank |
| Event triggered every v-blank. | |