5 lines
98 B
Haxe
5 lines
98 B
Haxe
|
package system.windows.input;
|
||
|
|
||
|
@:native("System.Windows.Input.Cursor")
|
||
|
extern class Cursor {}
|