Compare commits

..

No commits in common. "2c1c425924e0f7d5bb0804a52bf39e3b2da16e5e" and "5f37f51b51b359f2e8cbc644c184fe284aca025a" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.

Binary file not shown.