chore: appropriately rename field and change docs

develop
CrackThrough 2022-12-08 00:21:21 +09:00
parent 62b7332f1d
commit 2c1c425924
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@ namespace SkyHook
public struct SkyHookEvent
{
/// <summary>
/// When the key's state was updated(sec).
/// Precise time of the key's state update in seconds.
/// </summary>
public readonly ulong TimeSec;
/// <summary>
/// When the key's state was updated(nsec).
/// Precise time of the key's state update but only contains nanoseconds.
/// </summary>
public readonly uint TimeNsec;
public readonly uint TimeSubsecNano;
/// <summary>
/// Whether the key is pressed or released.
/// </summary>