GetLastInputInfo method
Implementation
int GetLastInputInfo(
ffi.Pointer<PLASTINPUTINFO> plii,
) {
return (_GetLastInputInfo ??=
_dylib.lookupFunction<_c_GetLastInputInfo, _dart_GetLastInputInfo>(
'GetLastInputInfo'))(
plii,
);
}