LNXSDK/Kha/Tools/linux_x64/std/flash/display/FocusDirection.hx

8 lines
168 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.display;
@:native("flash.display.FocusDirection") @:require(flash10_1) extern enum abstract FocusDirection(String) {
var BOTTOM;
var NONE;
var TOP;
}