GetLastInputInfo method

int GetLastInputInfo(
  1. Pointer<PLASTINPUTINFO> plii
)

Implementation

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