buttons
This commit is contained in:
parent
499fb5e3c9
commit
9ea84e650c
2 changed files with 12 additions and 4 deletions
|
@ -118,4 +118,10 @@ window.addEventListener('keyup', up);
|
|||
map.addEventListener('wheel', wheel);
|
||||
window.addEventListener('mousemove', mouseMove);
|
||||
window.addEventListener('mousedown', mouseDown);
|
||||
window.addEventListener('mouseup', mouseUp);
|
||||
window.addEventListener('mouseup', mouseUp);
|
||||
|
||||
function copy() {
|
||||
let addr = 'play.xuyezo.net';
|
||||
navigator.clipboard.writeText(addr);
|
||||
alert(addr);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue