i want to implement marking menus in my program
for those of you who don't know what they are they are like our right click context menus but all the options are spread out around the mouse
knowing when you've right clicked is trivial but how would you get images or menu items to appear around the mouse?
ok right click isn't trivial
i have an NSView, overrode the mousDown methond and it never get triggered... it doesnt event stop for the breakpoint, and yes i am in development mode
for those of you who don't know what they are they are like our right click context menus but all the options are spread out around the mouse
knowing when you've right clicked is trivial but how would you get images or menu items to appear around the mouse?
ok right click isn't trivial
i have an NSView, overrode the mousDown methond and it never get triggered... it doesnt event stop for the breakpoint, and yes i am in development mode