inc.h
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. void init_windows () ;
  2. void draw_erase_function (struct Window* win) ;
  3. void draw_function (struct Window* win) ;
  4. void draw_init_function (struct Window* win) ;
  5. void pong_repetitive_function (struct Window* win ) ;
  6. void pong_key_function ( struct Window* win ) ;
  7. void pong_init_function (struct Window* win) ;
  8. void gnu_init_function (struct Window* win) ;
  9. void notepad_key_function ( struct Window* win ) ;
  10. void notepad_init_function (struct Window* win) ;
  11. void memory_init_function (struct Window* win) ;
  12. void move_self_window( struct Window* win) ;
  13. void copy_region_plane( unsigned short* area, int x1, int y1, int x2, int y2, int plane) ;
  14. void set_self_focus( struct Window* win) ;
  15. void delete_self_window( struct Window* win) ;
  16. void create_window (char* id, int x, int y, int sizex, int sizey, int bkgcolor, int plane, void (*start_function) (struct Window* win) ) ;
  17. void mouse_event (int x, int y, int but) ;
  18. void fade_plane(float factor, int plane_id) ;
  19. void halt_computer() ;
  20. int plane_from_pixel (int x, int y) ;
  21. void init_planes () ;
  22. void delete_plane (int id) ;
  23. void insert_plane ( int id ) ;
  24. void create_plane ( int id ) ;
  25. void print_composed_plane_region (int x1, int y1, int x2, int y2) ;
  26. void print_composed_plane () ;
  27. void print_mouse_plane (int x, int y,int plane) ;
  28. void print_bmp_alpha_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
  29. void print_bmp_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
  30. void set_background_plane (unsigned short color, int plane_id) ;
  31. void paint_trans_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
  32. void paint_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
  33. void start_presentacio() ;
  34. void kprint_plane( char * str , int plane) ;
  35. void xyprint_plane ( int x, int y, char* string, int plane) ;
  36. void print_bcd_bmp_plane (int x, int y, int number, int digits,int plane) ;
  37. int pow ( int x, int y) ;