Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
255 heavyiron 1
;----------------------------------------------------------
2
;---------------------system events------------------------
3
;----------------------------------------------------------
6357 IgorA 4
align 4
255 heavyiron 5
event:
6357 IgorA 6
	mcall SF_WAIT_EVENT
255 heavyiron 7
	ret
6357 IgorA 8
 
9
;----------------------------------------------------------
10
;---------------------sound of events----------------------
11
;----------------------------------------------------------
12
align 4
255 heavyiron 13
sound:
6357 IgorA 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