forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
27
Kha/Backends/Empty/kha/DisplayImpl.hx
Normal file
27
Kha/Backends/Empty/kha/DisplayImpl.hx
Normal file
@ -0,0 +1,27 @@
|
||||
package kha;
|
||||
|
||||
class DisplayImpl {
|
||||
public static function count(): Int {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public static function width(index: Int): Int {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public static function height(index: Int): Int {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public static function x(index: Int): Int {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public static function y(index: Int): Int {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public static function isPrimary(index: Int): Bool {
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user