mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add love.mouse.setX/setY (issue #438)
This commit is contained in:
@@ -40,6 +40,8 @@ namespace sdl
|
||||
int getX() const;
|
||||
int getY() const;
|
||||
void getPosition(int & x, int & y) const;
|
||||
void setX(int x);
|
||||
void setY(int y);
|
||||
void setPosition(int x, int y);
|
||||
void setVisible(bool visible);
|
||||
bool isDown(Button * buttonlist) const;
|
||||
|
||||
Reference in New Issue
Block a user