forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Backends/WPF/system/windows/FrameworkElement.hx
Normal file
10
Kha/Backends/WPF/system/windows/FrameworkElement.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package system.windows;
|
||||
|
||||
import system.windows.input.Cursor;
|
||||
|
||||
@:native("System.Windows.FrameworkElement")
|
||||
extern class FrameworkElement {
|
||||
public var Cursor: Cursor;
|
||||
public var Width: Float;
|
||||
public var Height: Float;
|
||||
}
|
Reference in New Issue
Block a user