{"nodes": [{"id": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_inputsystem_1_7_0_documentation_events_md", "label": "Events.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L1"}, {"id": "documentation_events_input_events", "label": "Input events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L4"}, {"id": "documentation_events_types_of_events", "label": "Types of events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L38"}, {"id": "documentation_events_state_events", "label": "State events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L40"}, {"id": "documentation_events_device_events", "label": "Device events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L53"}, {"id": "documentation_events_text_events", "label": "Text events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L69"}, {"id": "documentation_events_working_with_events", "label": "Working with events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L78"}, {"id": "documentation_events_listening_to_events", "label": "Listening to events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L80"}, {"id": "documentation_events_codeblock_1", "label": "code:CSharp (InputSystem.onEvent +=)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L84"}, {"id": "documentation_events_codeblock_2", "label": "code:CSharp (// Wait for first button press on a gamepad.)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L94"}, {"id": "documentation_events_codeblock_3", "label": "code:CSharp (InputSystem.onEvent)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L104"}, {"id": "documentation_events_reading_state_events", "label": "Reading state events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L115"}, {"id": "documentation_events_codeblock_4", "label": "code:CSharp (InputSystem.onEvent +=)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L123"}, {"id": "documentation_events_creating_events", "label": "Creating events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L142"}, {"id": "documentation_events_sending_state_events", "label": "Sending state events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L150"}, {"id": "documentation_events_codeblock_5", "label": "code:CSharp (// Mouse.)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L154"}, {"id": "documentation_events_codeblock_6", "label": "code:CSharp (// Start touch.)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L164"}, {"id": "documentation_events_codeblock_7", "label": "code:CSharp (// `StateEvent.From` creates a temporary buffer in unmanaged)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L182"}, {"id": "documentation_events_codeblock_8", "label": "code:CSharp (// Send event to update leftStick on the gamepad.)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L196"}, {"id": "documentation_events_capturing_events", "label": "Capturing Events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L204"}, {"id": "documentation_events_codeblock_9", "label": "code:CSharp (var trace = new InputEventTrace(); // Can also give device I)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L210"}, {"id": "documentation_events_codeblock_10", "label": "code:CSharp (// Set up a trace with such that it automatically grows in s)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L236"}, {"id": "documentation_events_codeblock_11", "label": "code:CSharp (// The Replay method returns a ReplayController that can be )", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L252"}, {"id": "documentation_events_processing_events", "label": "Processing events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L268"}, {"id": "documentation_events_merging_of_events", "label": "Merging of events", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L288"}, {"id": "documentation_events_codeblock_12", "label": "code:block12", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L295"}, {"id": "documentation_events_codeblock_13", "label": "code:block13 (Mouse Mouse Mouse)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L307"}, {"id": "documentation_events_codeblock_14", "label": "code:block14 (InputSystem.settings.disableRedundantEventsMerging = true;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L326"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_inputsystem_1_7_0_documentation_events_md", "target": "documentation_events_input_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L4", "weight": 1.0}, {"source": "documentation_events_input_events", "target": "documentation_events_types_of_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L38", "weight": 1.0}, {"source": "documentation_events_types_of_events", "target": "documentation_events_state_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L40", "weight": 1.0}, {"source": "documentation_events_types_of_events", "target": "documentation_events_device_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L53", "weight": 1.0}, {"source": "documentation_events_types_of_events", "target": "documentation_events_text_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L69", "weight": 1.0}, {"source": "documentation_events_input_events", "target": "documentation_events_working_with_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L78", "weight": 1.0}, {"source": "documentation_events_working_with_events", "target": "documentation_events_listening_to_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L80", "weight": 1.0}, {"source": "documentation_events_listening_to_events", "target": "documentation_events_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L84", "weight": 1.0}, {"source": "documentation_events_listening_to_events", "target": "documentation_events_codeblock_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L94", "weight": 1.0}, {"source": "documentation_events_listening_to_events", "target": "documentation_events_codeblock_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L104", "weight": 1.0}, {"source": "documentation_events_working_with_events", "target": "documentation_events_reading_state_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L115", "weight": 1.0}, {"source": "documentation_events_reading_state_events", "target": "documentation_events_codeblock_4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L123", "weight": 1.0}, {"source": "documentation_events_working_with_events", "target": "documentation_events_creating_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L142", "weight": 1.0}, {"source": "documentation_events_creating_events", "target": "documentation_events_sending_state_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L150", "weight": 1.0}, {"source": "documentation_events_sending_state_events", "target": "documentation_events_codeblock_5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L154", "weight": 1.0}, {"source": "documentation_events_sending_state_events", "target": "documentation_events_codeblock_6", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L164", "weight": 1.0}, {"source": "documentation_events_sending_state_events", "target": "documentation_events_codeblock_7", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L182", "weight": 1.0}, {"source": "documentation_events_sending_state_events", "target": "documentation_events_codeblock_8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L196", "weight": 1.0}, {"source": "documentation_events_working_with_events", "target": "documentation_events_capturing_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L204", "weight": 1.0}, {"source": "documentation_events_capturing_events", "target": "documentation_events_codeblock_9", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L210", "weight": 1.0}, {"source": "documentation_events_capturing_events", "target": "documentation_events_codeblock_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L236", "weight": 1.0}, {"source": "documentation_events_capturing_events", "target": "documentation_events_codeblock_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L252", "weight": 1.0}, {"source": "documentation_events_input_events", "target": "documentation_events_processing_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L268", "weight": 1.0}, {"source": "documentation_events_processing_events", "target": "documentation_events_merging_of_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L288", "weight": 1.0}, {"source": "documentation_events_merging_of_events", "target": "documentation_events_codeblock_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L295", "weight": 1.0}, {"source": "documentation_events_merging_of_events", "target": "documentation_events_codeblock_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L307", "weight": 1.0}, {"source": "documentation_events_merging_of_events", "target": "documentation_events_codeblock_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\Events.md", "source_location": "L326", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}