#include <SDL_video.h>
#include <SDL_syswm.h>
Go to the source code of this file.
|
int | _sdl_emu_secured_message_box_ (Uint32 sdlflag, const char *msg) |
|
int | _sdl_emu_secured_modal_box_ (const char *items_in, const char *msg) |
|
void | screen_grab (SDL_bool state) |
|
void | screen_window_resized (int new_xsize, int new_ysize) |
|
void | screen_set_fullscreen (int state) |
|
void | screen_present_frame (Uint32 *ep_pixels) |
|
int | screen_shot (Uint32 *ep_pixels, const char *directory, const char *filename) |
|
int | screen_init (void) |
|
void | sdl_burn_events (void) |
|
void | osd_disable (void) |
|
void | osd_clear (void) |
|
void | osd_update (void) |
|
void | osd_write_char (int x, int y, char ch) |
|
void | osd_write_string (int x, int y, const char *s) |
|
void | osd_write_string_centered (int y, const char *s) |
|
void | osd_notification (const char *s) |
|
void | osd_replay (int fade) |
|
◆ OSD_FADE_DEC
◆ OSD_FADE_START
#define OSD_FADE_START 300 |
◆ OSD_FADE_STOP
#define OSD_FADE_STOP 0x80 |
◆ SCREEN_FORMAT
#define SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888 |
◆ SCREEN_HEIGHT
#define SCREEN_HEIGHT 288 |
◆ SCREEN_WIDTH
◆ _sdl_emu_secured_message_box_()
int _sdl_emu_secured_message_box_ |
( |
Uint32 |
sdlflag, |
|
|
const char * |
msg |
|
) |
| |
◆ _sdl_emu_secured_modal_box_()
int _sdl_emu_secured_modal_box_ |
( |
const char * |
items_in, |
|
|
const char * |
msg |
|
) |
| |
◆ osd_clear()
◆ osd_disable()
void osd_disable |
( |
void |
| ) |
|
◆ osd_notification()
void osd_notification |
( |
const char * |
s | ) |
|
◆ osd_replay()
void osd_replay |
( |
int |
fade | ) |
|
◆ osd_update()
◆ osd_write_char()
void osd_write_char |
( |
int |
x, |
|
|
int |
y, |
|
|
char |
ch |
|
) |
| |
◆ osd_write_string()
void osd_write_string |
( |
int |
x, |
|
|
int |
y, |
|
|
const char * |
s |
|
) |
| |
◆ osd_write_string_centered()
void osd_write_string_centered |
( |
int |
y, |
|
|
const char * |
s |
|
) |
| |
◆ screen_grab()
void screen_grab |
( |
SDL_bool |
state | ) |
|
◆ screen_init()
◆ screen_present_frame()
void screen_present_frame |
( |
Uint32 * |
ep_pixels | ) |
|
◆ screen_set_fullscreen()
void screen_set_fullscreen |
( |
int |
state | ) |
|
◆ screen_shot()
int screen_shot |
( |
Uint32 * |
ep_pixels, |
|
|
const char * |
directory, |
|
|
const char * |
filename |
|
) |
| |
◆ screen_window_resized()
void screen_window_resized |
( |
int |
new_xsize, |
|
|
int |
new_ysize |
|
) |
| |
◆ sdl_burn_events()
void sdl_burn_events |
( |
void |
| ) |
|
◆ is_fullscreen
◆ sdl_pixel_format
SDL_PixelFormat* sdl_pixel_format |
◆ sdl_win
◆ sdl_winid
◆ warn_for_mouse_grab