Subversion Repositories Kolibri OS

Rev

Rev 8330 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8330 Rev 9597
Line 182... Line 182...
182
	EBX = 7;
182
	EBX = 7;
183
	$int	64
183
	$int	64
184
	$mov	ebx, eax
184
	$mov	ebx, eax
185
	$shr	eax, 16
185
	$shr	eax, 16
186
	$and	ebx,0x0000FFFF
186
	$and	ebx,0x0000FFFF
187
	//hor = EAX;
187
	hor = EAX;
188
	vert = EBX;
188
	vert = EBX;
189
}
189
}
Line 190... Line 190...
190
 
190
 
191
:void MOUSE::slider()
191
:void MOUSE::slider()