Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;----------------------------------------------------------
  2. ;---------------------system events------------------------
  3. ;----------------------------------------------------------
  4. align 4
  5. event:
  6.         mcall SF_WAIT_EVENT
  7.         ret
  8.  
  9. ;----------------------------------------------------------
  10. ;---------------------sound of events----------------------
  11. ;----------------------------------------------------------
  12. align 4
  13. sound:
  14.         mcall SF_SPEAKER_PLAY,55
  15.         ret
  16.  
  17. ;----------------------------------------------------------
  18. ;---------------------user events--------------------------
  19. ;----------------------------------------------------------
  20.  
  21. ;description:
  22. ; ¯¥à¥¬¥é¥­¨¥ áªà®««¨­£®¢ ¢ «¥¢ë© ¢¥àå­¨© 㣮« (0,0)
  23. align 4
  24. scrollbar_move_00:
  25.         and [PosX],0
  26.         and [PosY],0
  27.         mov [Scroll1CoordinatX],ci_scrollh_coord_x_min
  28.         mov [Scroll2CoordinatY],ci_scrollv_coord_y_min
  29.         ret