Input node
A utility node that retrieves input from the user, such as keyboard keys or mouse buttons.
阅读时间1 分钟最后更新于 10 个月前
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.