dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Macros
unilayer/src/config.h File Reference

Overridable defines to modify Unilayer behavior. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WINDOWS_MAX   100
 Maximum number of windows that can be on-screen at one time.
 
#define WINDOW_PADDING_OUTSIDE   10
 Internally-used padding in pixels from controls to window border.
 
#define WINDOW_PADDING_INSIDE   2
 Internally-used padding in pixels between controls.
 
#define WINDOW_SPRITE_W   16
 
#define WINDOW_SPRITE_H   16
 
#define WINDOW_PATTERN_W   16
 
#define WINDOW_PATTERN_H   16
 
#define UNILAYER_WINDOW_CLASS   UNILAYER_PROJECT_NAME
 
#define UNILAYER_WINDOW_TITLE   UNILAYER_PROJECT_NAME
 
#define JSON_BUFFER_SZ   8192
 
#define SCREEN_SCALE   1
 
#define ANIMATE_ANIMATIONS_MAX   5
 
#define ANIMATE_FRAMES_MAX   5
 
#define FPS   20
 
#define MEMORY_FAKE_HEAP_SZ   112500
 
#define DIO_READ_FILE_BLOCK_SZ   4096
 
#define NAMEBUF_MAX   255
 
#define RESOURCE_PATH_MAX   48
 
#define DEBUG_THRESHOLD   2
 
#define DIRTY_THRESHOLD   3
 
#define FAKE_HEAP_SIZE   524288
 
#define DIO_PATH_MAX   254
 
#define INPUT_BLOCK_DELAY   5
 
#define GRAPHICS_CACHE_INITIAL_SZ   50
 
#define GRAPHICS_SPRITES_ONSCREEN   30
 
#define FONT_W   8
 
#define FONT_H   8
 
#define FONT_SPACE   0
 

Detailed Description

Overridable defines to modify Unilayer behavior.