mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added love.window.getDisplayName, to get the name of a connected display.
This commit is contained in:
@@ -51,6 +51,8 @@ public:
|
||||
|
||||
int getDisplayCount() const;
|
||||
|
||||
const char *getDisplayName(int displayindex) const;
|
||||
|
||||
std::vector<WindowSize> getFullscreenSizes(int displayindex) const;
|
||||
|
||||
int getWidth() const;
|
||||
|
||||
Reference in New Issue
Block a user