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