forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
4
Kha/Backends/WPF/system/windows/input/Cursor.hx
Normal file
4
Kha/Backends/WPF/system/windows/input/Cursor.hx
Normal file
@ -0,0 +1,4 @@
|
||||
package system.windows.input;
|
||||
|
||||
@:native("System.Windows.Input.Cursor")
|
||||
extern class Cursor {}
|
8
Kha/Backends/WPF/system/windows/input/Cursors.hx
Normal file
8
Kha/Backends/WPF/system/windows/input/Cursors.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package system.windows.input;
|
||||
|
||||
@:native("System.Windows.Input.Cursors")
|
||||
extern class Cursors {
|
||||
public static var Arrow: Cursor;
|
||||
public static var Hand: Cursor;
|
||||
public static var Wait: Cursor;
|
||||
}
|
6
Kha/Backends/WPF/system/windows/input/Mouse.hx
Normal file
6
Kha/Backends/WPF/system/windows/input/Mouse.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package system.windows.input;
|
||||
|
||||
@:native("System.Windows.Input.Mouse")
|
||||
extern class Mouse {
|
||||
public static var OverrideCursor: Cursor;
|
||||
}
|
Reference in New Issue
Block a user