Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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