GetLastInputInfo function user32
Retrieves the time of the last input event.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getlastinputinfo.
Implementation
@pragma('vm:prefer-inline')
bool GetLastInputInfo(Pointer<LASTINPUTINFO> plii) =>
_GetLastInputInfo(plii) != FALSE;