Data Structures | |
struct | XY_options |
XY_options - libcrtxy structure containing runtime options (rendering level, screen size, etc. More... | |
Defines | |
#define | XY_INIT_LIB_CONFIG_FILE_GLOBAL CONFDIR "/libcrtxy.conf" |
Where system-wide (global) config file lives. | |
#define | XY_INIT_LIB_CONFIG_FILE_LOCAL ".libcrtxyrc" |
Where user's (local) config file lives. | |
Enumerations | |
enum | XY_opt_fullscreen { XY_OPT_WINDOWED, XY_OPT_FULLSCREEN_REQUEST, XY_OPT_FULLSCREEN_REQUIRED } |
XY_opt_fullscreen - libcrtxy display settings for options.fullscreen. More... | |
enum | XY_opt_alpha { XY_OPT_ALPHA_BLEND, XY_OPT_ALPHA_FAKE, XY_OPT_ALPHA_OFF } |
XY_opt_alpha - libcrtxy alpha-blending settings for options.alpha. More... | |
enum | XY_opt_scaling { XY_OPT_SCALE_BEST, XY_OPT_SCALE_FAST } |
XY_opt_scaling - libcrtxy bitmap scaling quality settings for options.scaling. More... |
#define XY_INIT_LIB_CONFIG_FILE_GLOBAL CONFDIR "/libcrtxy.conf" |
Where system-wide (global) config file lives.
#define XY_INIT_LIB_CONFIG_FILE_LOCAL ".libcrtxyrc" |
enum XY_opt_fullscreen |
enum XY_opt_alpha |
enum XY_opt_scaling |