InputEvent Godot3 API - Docs » Inputs » InputEvent What is it? Managing input is usually complex, no matter the OS or platform. To ease this a little, a special built-in type is provided, InputEvent. This datatype can be configured to contain several types of input events. Input events travel through the engine and can be received in multiple locations, depending on the purpose. 입력 관리는 OS 나 플랫폼에..