Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
255 heavyiron 1
;----------------------------------------------------------
6357 IgorA 2
;---------------------sound of events----------------------
3
;----------------------------------------------------------
4
align 4
255 heavyiron 5
sound:
6357 IgorA 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