10 lines
146 B

namespace Apewer.Internals.Interop
{
internal struct LASTINPUTINFO
{
public uint cbSize;
public uint dwTime;
}
}