Can now drag an item out of inventory and drop it.
This commit is contained in:
parent
87459d41bb
commit
68e50342e5
4 changed files with 41 additions and 9 deletions
|
@ -61,7 +61,7 @@ namespace gui {
|
|||
void ATTACKING(Event );
|
||||
void MAPPING(Event);
|
||||
void ROTATING(Event );
|
||||
void IDLE(Event ev);
|
||||
void IDLE(Event ev, std::any data);
|
||||
void IN_COMBAT(Event ev);
|
||||
void COMBAT_ROTATE(Event ev);
|
||||
void NEXT_LEVEL(Event ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue