local evt = KeyDownEvent()
evt.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt)
wait(0.5)
local evt2 = KeyUpEvent();
evt2.key = KeyboardKey.UpArrow
_InputService:SendEvent(evt2)
여기코드 뭐가 문제임?
wait 초단위를 더 줘야하나
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+142 | 10-20 | 19444 | |
59471 | 14:09 | 15 | ||
59470 | 11:45 | 65 | ||
59469 | 07:36 | 99 | ||
59468 | 04-20 | 267 | ||
59467 | 04-20 | 219 | ||
59466 | 04-20 | 206 | ||
59465 | 04-20 | 205 | ||
59464 | 04-20 | 212 | ||
59463 | 04-20 | 210 | ||
59462 | 04-20 | 393 | ||
59461 | 04-20 | 328 | ||
59460 | 04-20 | 268 | ||
59459 | 04-20 | 268 | ||
59458 | 04-20 | 379 | ||
59457 | 04-20 | 319 | ||
59456 | 04-20 | 335 | ||
59455 | 04-20 | 340 | ||
59454 | 04-19 | 317 | ||
59453 | 04-19 | 528 |
댓글1
해결하셨나요?