LNXSDK/Kha/Tools/macos/std/flash/ui/MouseCursor.hx

10 lines
197 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
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;
}