mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	 e1bd815a6a
			
		
	
	
		e1bd815a6a
		
	
	
	
	
		
			
			We still have to hand-write a function to turn an Event& into a wrapper but this is still a hue improvement. Eventually we'll find a way to auto-generate that function as well.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface MouseEvent : Event {
 | |
| 
 | |
|     readonly attribute double offsetX;
 | |
|     readonly attribute double offsetY;
 | |
| 
 | |
| }
 |