diff --git a/source/entryjs/api/2024-02-29-event.md b/source/entryjs/api/2024-02-29-event.md index 8eabd1ee..8c45a27a 100644 --- a/source/entryjs/api/2024-02-29-event.md +++ b/source/entryjs/api/2024-02-29-event.md @@ -303,6 +303,7 @@ ex) 사운드 파일 로드 시작. ### openHardwareLiteBlockManager 하드웨어 `브라우저로 연결하기` 버튼 클릭시 발생합니다. +[example](https://docs.playentry.org/entryjs/api/2024-02-29-popup.html#openManager-이벤트) ## 인공지능 이벤트 diff --git a/source/entryjs/api/2024-02-29-popup.md b/source/entryjs/api/2024-02-29-popup.md index f27a6f88..e59fae61 100644 --- a/source/entryjs/api/2024-02-29-popup.md +++ b/source/entryjs/api/2024-02-29-popup.md @@ -1448,7 +1448,7 @@ addEventListener('openPictureImport', () => { this.popup.show('paint'); }); -// '모양 가져오기' 클릭시 dispatch +// 하드웨어 '브라우저로 연결하기' 클릭시 dispatch removeAllEventListener('openHardwareLiteBlockManager'); addEventListener('openHardwareLiteBlockManager', () => { // Object.values(Entry.HARDWARE_LITE_LIST)