forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Tools/macos/std/flash/text/TextInteractionMode.hx
Normal file
6
Kha/Tools/macos/std/flash/text/TextInteractionMode.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package flash.text;
|
||||
|
||||
@:native("flash.text.TextInteractionMode") extern enum abstract TextInteractionMode(String) {
|
||||
var NORMAL;
|
||||
var SELECTION;
|
||||
}
|
Reference in New Issue
Block a user