MCPcopy Create free account
hub / github.com/TodePond/ScreenPond / registerRightClick

Function registerRightClick

source/hand.js:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89};
90
91export const registerRightClick = () => {
92 on.contextmenu((e) => e.preventDefault(), { passive: false });
93};
94
95export const registerDeleteKey = (hand) => {
96 function deleteSelectedScreen() {

Callers 1

main.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected