forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
package system.windows;
 | 
						|
 | 
						|
import system.windows.input.Cursor;
 | 
						|
 | 
						|
@:native("System.Windows.FrameworkElement")
 | 
						|
extern class FrameworkElement {
 | 
						|
	public var Cursor: Cursor;
 | 
						|
	public var Width: Float;
 | 
						|
	public var Height: Float;
 | 
						|
}
 |