chore: appropriately rename field and change docs
parent
2c1c425924
commit
2afd02387d
|
@ -13,7 +13,7 @@ namespace SkyHook
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Precise time of the key's state update in seconds.
|
/// Precise time of the key's state update in seconds.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly ulong TimeSec;
|
public readonly long TimeSec;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Precise time of the key's state update but only contains nanoseconds.
|
/// Precise time of the key's state update but only contains nanoseconds.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Reference in New Issue