기술 자료

지원

Input node

A utility node that retrieves input from the user, such as keyboard keys or mouse buttons.
읽는 시간 1분최근 업데이트: 5일 전

The Input node gives you access to various keyboard and mouse states. Typical uses:
  • Check if a key is pressed (for example, Space, W/A/S/D).
  • Check mouse button states (pressed, released, held).
  • Read mouse position and movement.
  • Read scroll wheel to zoom or change values.