Hey guys, first ask your pardon for my English.
I am trying to create a context menu that is displayed when I press the right mouse button on an object, such as a cube.
I’ve gone mad and I have looked a thousand examples but I can not give any man that does this.
var rootMenu:NativeMenu = new NativeMenu;
var submenu:NativeMenuItem = rootMenu.addItem(new NativeMenuItem("File"));
_view.contextMenu = rootMenu;
Please, if someone could give me an example i thank it very much.
Thank you.
regards