mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| struct MousePacket {
 | |
|     int dx { 0 };
 | |
|     int dy { 0 };
 | |
|     int dz { 0 };
 | |
|     byte buttons { 0 };
 | |
| };
 | 
