Update Files
This commit is contained in:
6
Kha/Backends/WPF/system/windows/Window.hx
Normal file
6
Kha/Backends/WPF/system/windows/Window.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package system.windows;
|
||||
|
||||
@:native("System.Windows.Window")
|
||||
extern class Window extends FrameworkElement {
|
||||
public function AddChild(child: FrameworkElement): Void;
|
||||
}
|
Reference in New Issue
Block a user