mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -82,6 +82,11 @@ public:
|
||||
|
||||
double getPixelScale() const;
|
||||
|
||||
double toPixels(double x) const;
|
||||
void toPixels(double wx, double wy, double &px, double &py) const;
|
||||
double fromPixels(double x) const;
|
||||
void fromPixels(double px, double py, double &wx, double &wy) const;
|
||||
|
||||
const void *getHandle() const;
|
||||
|
||||
bool showMessageBox(MessageBoxType type, const std::string &title, const std::string &message, bool attachtowindow);
|
||||
|
||||
Reference in New Issue
Block a user