What package is haxeui 1.6 is MenuEvent in?

In VSCode am getting “Type not found” if I import haxe.ui.events.MenuEvent or haxe.ui.containers.menus.MenuEvent

haxeui 1.6 is pretty out dated now, you almost certainly want to to use the fairly newly release 1.7 (there is a write up about it here: https://community.haxeui.org/t/haxeui-v1-7-released/603)

One of the tiny changes (not mentioned in the link above) was that MenuEvent moved to haxe.ui.events.MenuEvent, so make sure you are on 1.7.0 for both haxeui-core and haxeui-openfl.

Hope that helps!
Ian