inc.h
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:2k
- void init_windows () ;
- void draw_erase_function (struct Window* win) ;
- void draw_function (struct Window* win) ;
- void draw_init_function (struct Window* win) ;
- void pong_repetitive_function (struct Window* win ) ;
- void pong_key_function ( struct Window* win ) ;
- void pong_init_function (struct Window* win) ;
- void gnu_init_function (struct Window* win) ;
- void notepad_key_function ( struct Window* win ) ;
- void notepad_init_function (struct Window* win) ;
- void memory_init_function (struct Window* win) ;
- void move_self_window( struct Window* win) ;
- void copy_region_plane( unsigned short* area, int x1, int y1, int x2, int y2, int plane) ;
- void set_self_focus( struct Window* win) ;
- void delete_self_window( struct Window* win) ;
- void create_window (char* id, int x, int y, int sizex, int sizey, int bkgcolor, int plane, void (*start_function) (struct Window* win) ) ;
- void mouse_event (int x, int y, int but) ;
- void fade_plane(float factor, int plane_id) ;
- void halt_computer() ;
- int plane_from_pixel (int x, int y) ;
- void init_planes () ;
- void delete_plane (int id) ;
- void insert_plane ( int id ) ;
- void create_plane ( int id ) ;
- void print_composed_plane_region (int x1, int y1, int x2, int y2) ;
- void print_composed_plane () ;
- void print_mouse_plane (int x, int y,int plane) ;
- void print_bmp_alpha_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
- void print_bmp_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
- void set_background_plane (unsigned short color, int plane_id) ;
- void paint_trans_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
- void paint_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
- void start_presentacio() ;
- void kprint_plane( char * str , int plane) ;
- void xyprint_plane ( int x, int y, char* string, int plane) ;
- void print_bcd_bmp_plane (int x, int y, int number, int digits,int plane) ;
- int pow ( int x, int y) ;