diff --git a/Runtime/Event.cs b/Runtime/Event.cs index ee37390..f7766e1 100644 --- a/Runtime/Event.cs +++ b/Runtime/Event.cs @@ -11,13 +11,13 @@ namespace SkyHook public struct SkyHookEvent { /// - /// When the key's state was updated(sec). + /// Precise time of the key's state update in seconds. /// public readonly ulong TimeSec; /// - /// When the key's state was updated(nsec). + /// Precise time of the key's state update but only contains nanoseconds. /// - public readonly uint TimeNsec; + public readonly uint TimeSubsecNano; /// /// Whether the key is pressed or released. ///