首页 > 作文

使用jTopo给Html5 Canva中绘制的元素添加鼠标事件

更新时间:2023-04-06 15:38:10 阅读: 评论:0

使用html婴儿老是打嗝5的时候,在canvas上绘制的东西是不能相应大李杜和小李杜分别是谁鼠标事件的,但是使用jtopo添加事件非国际关系常简单,效果如下:

党的根本宗旨是什么

代码示例:

复制代码 代码如下:

var node = new jtopo.node(“hello”);

node.tlocation(409, 269);

node.moudown(function(event){

if(event.button == 2){

node.text = ‘按下右键’;

}el if(event.button == 1){

node.text = ‘按下中键’;

}el if(event.button == 0){

node.text = ‘按下左键’;

}

});

node.mouup(function(event){

if(event.button == 2){

node.text = ‘松开右键’;

}el if(event.button == 1){

node.text = ‘松开中键’;

}el if(event.button == 0){

node.text = ‘松开左键’;

}

});

node.click(function(event){

console.log(“单击”);

});

node.dbclick(function(event){

con艾青诗歌sole.log(“双击”);

});

node.moudrag(function(event){

console.log(“拖拽”);

});

node.mouover(function(event){

console.log(“mouover”);

});

node.moumove(function(event){

console.log(“moumove”);

});

node.mouout(function(event){

console.log(“mouout”);

});


本文发布于:2023-04-06 15:38:08,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/04181d2dbd3435d7f99be196f3518edb.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:使用jTopo给Html5 Canva中绘制的元素添加鼠标事件.doc

本文 PDF 下载地址:使用jTopo给Html5 Canva中绘制的元素添加鼠标事件.pdf

标签:按下   右键   代码   左键
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图