forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
|  | package system.windows.input; | ||
|  | 
 | ||
|  | @:native("System.Windows.Input.Mouse") | ||
|  | extern class Mouse { | ||
|  | 	public static var OverrideCursor: Cursor; | ||
|  | } |