Understanding Corona’s enterFrame Event (enterFrame Event에 대해 이해하기)
The Corona Event Model explained
이벤트의 종류
Events and Listeners
- Runtime Events : "enterFrame", "orientation", "accelerometer"
- Targeted Events : "timer"
- Touch Events : event.name = "touch"/ event.phase = "began", "moved", "ended"
인용 : when an event occurs, the listener will be invoked and be supplied with a table representing the event. All events will have a property name that identifies the kind of event.키워드 : 터치
검색어 : addEventListener corona event name
No comments:
Post a Comment