반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 아듀이노 8
- 예능에서 효과
- 비듬나물 무침
- 믄재인
- portwell
- 청주 철당간
- 아듀이노 프로
- UFO
- 본전통 철당간
- 밴스드설치방법
- 최고의PC
- 사운드 효과
- youtube vanced설치
- 청상추 삼겹살
- godot
- 테슬라공장
- 유튜브 밴스트 설치
- 사단장이 보고있다.
- 성안길 철당간
- 사단장이보고있다
- 최상위PC
- Alien
- 유튜브모바일광고차단앱
- index match
- 밴스드 설치
- ads.txt 가 무었인가요
- 인텍스 매치
- 포트웰
- 아무도 흔들 수 없는 나라
- aa77
Archives
- Today
- Total
Dreams Come True Studio
고닷 인풋 이벤트 본문
반응형
InputEvent | NONE | Empty Input Event. |
InputEventKey | KEY | Contains a scancode and unicode value, as well as modifiers. |
InputEventMouseButton | MOUSE_BUTTON | Contains click information, such as button, modifiers, etc. |
InputEventMouseMotion | MOUSE_MOTION | Contains motion information, such as relative, absolute positions and speed. |
InputEventJoystickMotion | JOYSTICK_MOTION | Contains Joystick/Joypad analog axis information. |
InputEventJoystickButton | JOYSTICK_BUTTON | Contains Joystick/Joypad button information. |
InputEventScreenTouch | SCREEN_TOUCH | Contains multi-touch press/release information. (only available on mobile devices) |
InputEventScreenDrag | SCREEN_DRAG | Contains multi-touch drag information. (only available on mobile devices) |
InputEventAction | SCREEN_ACTION | Contains a generic action. These events are often generated by the programmer as feedback. (more on this below) |
반응형
Comments