Fix the window coordinates so that you can resize.
This commit is contained in:
parent
d6c5a89251
commit
38159a5f84
3 changed files with 5 additions and 6 deletions
|
@ -15,7 +15,7 @@ namespace guecs {
|
|||
|
||||
DinkyECS::Entity grab();
|
||||
void setSprite(guecs::UI& gui, guecs::Entity gui_id);
|
||||
void move(sf::Vector2i pos);
|
||||
void move(sf::Vector2f pos);
|
||||
};
|
||||
|
||||
struct DropTarget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue