摘要: 注意:本文代码使用的Pixi.js版本为PixiJS 5.3.3 pixi中常用的鼠标交互事件: //兼容鼠标和触摸屏的共同触发 type InteractionPointerEvents = "pointerdown" | "pointercancel" | "pointerup" | "poin 阅读全文
posted @ 2020-12-24 14:44 傅小灰 阅读(11141) 评论(0) 推荐(0) 编辑