mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 08:17:11 +01:00
more changes to work on ARM
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
|
||||
virtual Size getDisplaySize() = 0;
|
||||
virtual std::string getClipboardText() = 0;
|
||||
virtual std::string getPlatformType() = 0;
|
||||
|
||||
int getDisplayWidth() { return getDisplaySize().width(); }
|
||||
int getDisplayHeight() { return getDisplaySize().width(); }
|
||||
|
||||
Reference in New Issue
Block a user