Can now drag an item out of inventory and drop it.

This commit is contained in:
Zed A. Shaw 2025-06-18 11:26:38 -04:00
parent 87459d41bb
commit 68e50342e5
4 changed files with 41 additions and 9 deletions

View file

@ -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);