The event router is working well and I can do drag-n-drop but I'll have to rethink where to use it.
This commit is contained in:
parent
5aa54d875f
commit
c509162be1
8 changed files with 126 additions and 63 deletions
|
@ -34,6 +34,12 @@ namespace gui {
|
|||
LOOT_OPEN=14,
|
||||
LOOT_SELECT=15,
|
||||
LOOT_PLACE=16,
|
||||
QUIT = 17
|
||||
QUIT = 17,
|
||||
MOUSE_CLICK=18,
|
||||
MOUSE_MOVE=19,
|
||||
MOUSE_DRAG=20,
|
||||
MOUSE_DRAG_START=21,
|
||||
MOUSE_DROP=22,
|
||||
KEY_PRESS=23
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue