0
help with cursor and mouse
hello has anybody seen those custom 'toolboxes' what i call 'toolboxes' is that thing that pops up when you right click. i want to make a custom version of that thing. there is a custom version of that in codepen project mode when you right click on one of the files. any help with doing that thing?
1 Answer
0
These are called Context Menus. There is an event called contextmenu you can override in javascript, please refer to this website for help:
https://dev.to/iamafro/how-to-create-a-custom-context-menu--5d7p