GetPointerInputTransform method
int
GetPointerInputTransform(
- int pointerId,
- int historyCount,
- Pointer<
INPUT_TRANSFORM> inputTransform
Implementation
int GetPointerInputTransform(
int pointerId,
int historyCount,
ffi.Pointer<INPUT_TRANSFORM> inputTransform,
) {
return (_GetPointerInputTransform ??= _dylib.lookupFunction<
_c_GetPointerInputTransform,
_dart_GetPointerInputTransform>('GetPointerInputTransform'))(
pointerId,
historyCount,
inputTransform,
);
}