mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Merge branch 'main' into 12.0-development
This commit is contained in:
@@ -107,6 +107,8 @@ public:
|
||||
int getPixelWidth() const override;
|
||||
int getPixelHeight() const override;
|
||||
|
||||
void clampPositionInWindow(double *wx, double *wy) const override;
|
||||
|
||||
void windowToPixelCoords(double *x, double *y) const override;
|
||||
void pixelToWindowCoords(double *x, double *y) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user