drawer event chain complete

This commit is contained in:
2025-11-19 22:13:11 +01:00
parent a6e2e7aa58
commit d27fe111b9
7 changed files with 49 additions and 41 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ class NekoDrawerCommand implements ICommand {
public function execute(e:CairngormEvent):Void {
var e:NekoDrawerEvent = cast(e, NekoDrawerEvent);
//trace("OpenDrawer ? : " + e.openDrawer);
model.drawerState = e.drawerState;
}
}