Macros | |
#define | D4D_SCR_F_OUTLINE |
The screen has out line. More... | |
#define | D4D_SCR_F_BEVEL |
The screen has bevel. More... | |
#define | D4D_SCR_F_TITLEBAR |
The screen has title bar. More... | |
#define | D4D_SCR_F_EXIT |
The screen has exit button in title bar. More... | |
#define | D4D_SCR_F_BCKG |
The screen has filled background (desktop) More... | |
#define | D4D_SCR_F_TOUCHENABLE |
The screen is touchable by touch screen. More... | |
#define | D4D_SCR_F_MOUSE_NORMAL |
The screen has normal mouse cursor. More... | |
#define | D4D_SCR_F_MOUSE_BUSY |
The screen has busy mouse cursor. More... | |
#define | D4D_SCR_F_MOUSE_UNAVAILABLE |
The screen has unavailable mouse cursor. More... | |
This section specifies masks of screen behaviour flags.
#define D4D_SCR_F_BCKG |
The screen has filled background (desktop)
Definition at line 107 of file d4d_screen.h.
#define D4D_SCR_F_BEVEL |
The screen has bevel.
Definition at line 104 of file d4d_screen.h.
#define D4D_SCR_F_EXIT |
The screen has exit button in title bar.
Definition at line 106 of file d4d_screen.h.
#define D4D_SCR_F_MOUSE_BUSY |
The screen has busy mouse cursor.
Definition at line 111 of file d4d_screen.h.
#define D4D_SCR_F_MOUSE_NORMAL |
The screen has normal mouse cursor.
Definition at line 110 of file d4d_screen.h.
#define D4D_SCR_F_MOUSE_UNAVAILABLE |
The screen has unavailable mouse cursor.
Definition at line 112 of file d4d_screen.h.
#define D4D_SCR_F_OUTLINE |
The screen has out line.
Definition at line 103 of file d4d_screen.h.
#define D4D_SCR_F_TITLEBAR |
The screen has title bar.
Definition at line 105 of file d4d_screen.h.
#define D4D_SCR_F_TOUCHENABLE |
The screen is touchable by touch screen.
Definition at line 109 of file d4d_screen.h.