forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Kinc/Backends/System/iOS/Sources/kinc/backend/display.h
Normal file
12
Kha/Kinc/Backends/System/iOS/Sources/kinc/backend/display.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace Kore {
|
||||
namespace Display {
|
||||
int count();
|
||||
int x(int index);
|
||||
int y(int index);
|
||||
int height(int index);
|
||||
int width(int index);
|
||||
bool isPrimary(int index);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user