forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package flash.text;
 | |
| 
 | |
| @:native("flash.text.TextInteractionMode") extern enum abstract TextInteractionMode(String) {
 | |
| 	var NORMAL;
 | |
| 	var SELECTION;
 | |
| }
 |