Input Godot3 API - Docs » Godot API » Input Inherits: Object Inherited By: InputDefault Category: Core Brief Description A Singleton that deals with inputs. 입력을 다루는 싱글 톤. Member Functions void action_press ( String action ) void action_release ( String action ) void add_joy_mapping ( String mapping, bool update_existing=false ) Vector3 get_accelerometer ( ) const Array get_connected_joypads ( ) ..