C# Class LazyCopy.Utilities.Native.LastInputInfo

Show file Open project: aleksk/LazyCopy Class Usage Examples

Public Properties

Property Type Description
Size uint
Time uint

Property Details

Size public property

The size of the structure, in bytes.
public uint Size
return uint

Time public property

The tick count when the last input event was received.
public uint Time
return uint