LNXSDK/Kha/Tools/linux_x64/std/flash/ui/MouseCursor.hx
2025-01-22 16:18:30 +01:00

10 lines
197 B
Haxe

package flash.ui;
extern class MouseCursor {
static final ARROW : String;
static final AUTO : String;
static final BUTTON : String;
static final HAND : String;
static final IBEAM : String;
}