Subversion Repositories Kolibri OS

Rev

Rev 6357 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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