프로그래밍/Web Frontend

[Cocos Creator] Cursor 교체 방법

초코렡바 2018. 4. 18. 17:41
if (condition) {
    cc.game.canvas.style.cursor = 'pointer';
} else {
    cc.game.canvas.style.cursor = 'default';
}