GetLastInputInfo function user32

int GetLastInputInfo(
  1. Pointer<LASTINPUTINFO> plii
)

Retrieves the time of the last input event.

BOOL GetLastInputInfo(
  PLASTINPUTINFO plii
);

Implementation

int GetLastInputInfo(Pointer<LASTINPUTINFO> plii) => _GetLastInputInfo(plii);