mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 00:42:44 +00:00 
			
		
		
		
	 bf4e2f3e9c
			
		
	
	
		bf4e2f3e9c
		
	
	
	
	
		
			
			Introduces `internals.hitTest(x, y)` that is going to allow us write tests for hit testing :)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [Exposed=Nobody] interface Internals {
 | |
| 
 | |
|     undefined gc();
 | |
|     object hitTest(double x, double y);
 | |
| 
 | |
| };
 |