|
pico-sdl
|
Types, Enums, and Defines. More...
Data Structures | |
| struct | Pico_Size |
Macros | |
| #define | PICO_TITLE "pico-SDL" |
| #define | PICO_DIM_PHY ((Pico_Dim) {640,360}) |
| #define | PICO_DIM_LOG ((Pico_Dim) { 64, 36}) |
| #define | PICO_HASH 128 |
| #define | PICO_LEFT 0 |
| #define | PICO_CENTER 50 |
| #define | PICO_RIGHT 100 |
| #define | PICO_TOP 0 |
| #define | PICO_MIDDLE 50 |
| #define | PICO_BOTTOM 100 |
| #define | PICO_SIZE_KEEP ((Pico_Dim) {0,0}) |
| #define | PICO_SIZE_FULLSCREEN ((Pico_Dim) {0,1}) |
Typedefs | |
| typedef SDL_Point | Pico_Pos |
| typedef SDL_Point | Pico_Dim |
| typedef SDL_Rect | Pico_Rect |
| typedef SDL_Color | Pico_Color |
| typedef SDL_Point | Pico_Anchor |
| typedef SDL_Point | Pico_Flip |
| typedef SDL_Point | Pico_Pct |
| typedef enum PICO_STYLE | PICO_STYLE |
| typedef struct Pico_Size | Pico_Size |
Enumerations | |
| enum | PICO_STYLE { PICO_FILL , PICO_STROKE } |
Types, Enums, and Defines.
| #define PICO_BOTTOM 100 |
| #define PICO_CENTER 50 |
| #define PICO_DIM_LOG ((Pico_Dim) { 64, 36}) |
| #define PICO_DIM_PHY ((Pico_Dim) {640,360}) |
| #define PICO_HASH 128 |
| #define PICO_LEFT 0 |
| #define PICO_MIDDLE 50 |
| #define PICO_RIGHT 100 |
| #define PICO_SIZE_FULLSCREEN ((Pico_Dim) {0,1}) |
| #define PICO_SIZE_KEEP ((Pico_Dim) {0,0}) |
| #define PICO_TITLE "pico-SDL" |
| #define PICO_TOP 0 |
| typedef SDL_Point Pico_Anchor |
| typedef SDL_Color Pico_Color |
| typedef SDL_Point Pico_Dim |
| typedef SDL_Point Pico_Flip |
| typedef SDL_Point Pico_Pct |
| typedef SDL_Point Pico_Pos |
| typedef SDL_Rect Pico_Rect |
| typedef struct Pico_Size Pico_Size |
| typedef enum PICO_STYLE PICO_STYLE |
| enum PICO_STYLE |