Added love.window.getDisplayName, to get the name of a connected display.

This commit is contained in:
Alex Szpakowski
2014-06-14 16:20:30 -03:00
parent 23d3cbc2e2
commit aa882cbcbc
5 changed files with 29 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ public:
int getDisplayCount() const;
const char *getDisplayName(int displayindex) const;
std::vector<WindowSize> getFullscreenSizes(int displayindex) const;
int getWidth() const;