GetLastInputInfo function user32

bool GetLastInputInfo(
  1. Pointer<LASTINPUTINFO> plii
)

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;