32 #ifndef __MLV__MLV_WINDOW_H__
33 #define __MLV__MLV_WINDOW_H__
35 #include "MLV_color.h"
80 void MLV_create_window(
81 const char* window_name,
const char* icone_name,
82 unsigned int width,
unsigned int height
100 void MLV_create_window_with_default_font(
101 const char* window_name,
const char* icone_name,
102 unsigned int width,
unsigned int height,
103 const char* path_to_font,
unsigned int size_font
122 void MLV_change_default_font(
const char* path_to_font,
unsigned int size_font );
137 void MLV_create_full_screen_window(
138 const char* window_name,
const char* icone_name,
139 unsigned int width,
unsigned int height
158 void MLV_create_full_screen_window_with_default_font(
159 const char* window_name,
const char* icone_name,
160 unsigned int width,
unsigned int height,
161 const char* path_to_font,
unsigned int size_font
172 void MLV_enable_full_screen();
177 void MLV_disable_full_screen();
184 int MLV_is_full_screen();
199 void MLV_change_window_size(
unsigned int width,
unsigned int height );
207 void MLV_change_window_caption(
208 const char* window_name,
const char* icone_name
217 void MLV_get_window_size(
unsigned int* width,
unsigned int* height );
222 int MLV_get_window_height( );
227 int MLV_get_window_width( );
235 void MLV_clear_window( MLV_Color color );
244 void MLV_free_window();
255 void MLV_actualise_window();
264 void MLV_update_window();
280 void MLV_execute_at_exit(
void (*
function)(
void*),
void* data );
289 void MLV_get_desktop_size(
unsigned int* width,
unsigned int* height );
294 int MLV_get_desktop_height( );
299 int MLV_get_desktop_width( );