button.onPointerUpObservable.add(function(event) { if (event.buttonIndex == 2) {return; } alert("click on button working"); });.
確定! 回上一頁