maug
Quick and dirty C mini-augmentation library.
|
Flags that may be present on RETROFLAT_STATE::retroflat_flags. More...
Macros | |
#define | RETROFLAT_FLAGS_RUNNING 0x01 |
Flag indicating that retroflat_loop() should continue executing. | |
#define | RETROFLAT_FLAGS_UNLOCK_FPS 0x02 |
Flag indicating FPS should not be capped. | |
#define | RETROFLAT_FLAGS_KEY_REPEAT 0x04 |
Flag indicating keyboard repeat is enabled. | |
#define | RETROFLAT_FLAGS_SCREENSAVER 0x08 |
Flag indicating the current application is running as a screensaver. | |
#define | RETROFLAT_FLAGS_SCALE2X 0x10 |
Only supported on some platforms: Attempt to scale screen by 2X. | |
#define | RETROFLAT_FLAGS_WAIT_FOR_FPS 0x20 |
Do not execute any more inter-frame loops until next frame. | |
Flags that may be present on RETROFLAT_STATE::retroflat_flags.
#define RETROFLAT_FLAGS_KEY_REPEAT 0x04 |
Flag indicating keyboard repeat is enabled.
#define RETROFLAT_FLAGS_RUNNING 0x01 |
Flag indicating that retroflat_loop() should continue executing.
#define RETROFLAT_FLAGS_SCREENSAVER 0x08 |
Flag indicating the current application is running as a screensaver.
#define RETROFLAT_FLAGS_UNLOCK_FPS 0x02 |
Flag indicating FPS should not be capped.