GetLastInputInfo function user32
Retrieves the time of the last input event.
BOOL GetLastInputInfo(
PLASTINPUTINFO plii
);
Implementation
int GetLastInputInfo(Pointer<LASTINPUTINFO> plii) => _GetLastInputInfo(plii);
Retrieves the time of the last input event.
BOOL GetLastInputInfo(
PLASTINPUTINFO plii
);
int GetLastInputInfo(Pointer<LASTINPUTINFO> plii) => _GetLastInputInfo(plii);