From f95137812c1f9df4150be72f0e672709e87cb9d6 Mon Sep 17 00:00:00 2001 From: fwcd Date: Sun, 23 Mar 2025 02:15:05 +0100 Subject: [PATCH] Fix doc comment on UnknownEvent --- lighthouse-protocol/src/input/unknown_event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-protocol/src/input/unknown_event.rs b/lighthouse-protocol/src/input/unknown_event.rs index e6673b4..9504db6 100644 --- a/lighthouse-protocol/src/input/unknown_event.rs +++ b/lighthouse-protocol/src/input/unknown_event.rs @@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize}; use super::EventSource; -/// A gamepad/controller event. +/// An unknown event. #[derive(Debug, Serialize, Deserialize, PartialEq, Clone)] #[serde(rename_all = "camelCase")] pub struct UnknownEvent {