GetLastInputInfo method

int GetLastInputInfo(
  1. Pointer<LASTINPUTINFO> plii
)

Implementation

int GetLastInputInfo(
  ffi.Pointer<LASTINPUTINFO> plii,
) {
  return _GetLastInputInfo(
    plii,
  );
}