help with cursor and mouse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

6th Dec 2019, 7:55 PM
doonv
doonv - avatar
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
10th Dec 2019, 1:12 PM
coddy
coddy - avatar