forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Backends/Node/kha/Display.hx
Normal file
13
Kha/Backends/Node/kha/Display.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package kha;
|
||||
|
||||
class Display {
|
||||
public static final primary = new Display();
|
||||
public static var all = [];
|
||||
|
||||
public final frequency = 60;
|
||||
public final pixelsPerInch = 96;
|
||||
|
||||
public static function init(): Void {}
|
||||
|
||||
function new() {}
|
||||
}
|
Reference in New Issue
Block a user