plan 9 kernel history: overview | file list | diff list

2000/0716/pc/mouse.c (diff list | history)

1999/0225/sys/src/9/pc/mouse.c:59,652000/0716/sys/src/9/pc/mouse.c:59,65 (short | long | prev | next)
1997/0327    
{ 
	static short msg[3]; 
	static int nb; 
	static uchar b[] = {0, 1, 4, 5, 2, 3, 6, 7, 0, 1, 2, 5, 2, 3, 6, 7 }; 
2000/0716    
	static uchar b[] = {0, 1, 4, 5, 2, 3, 6, 7, 0, 1, 2, 3, 2, 3, 6, 7 }; 
1997/0327    
	int buttons, dx, dy; 
 
	/*  


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)