GetPointerInputTransform method

int GetPointerInputTransform(
  1. int pointerId,
  2. int historyCount,
  3. Pointer<INPUT_TRANSFORM> inputTransform
)

Implementation

int GetPointerInputTransform(
  int pointerId,
  int historyCount,
  ffi.Pointer<INPUT_TRANSFORM> inputTransform,
) {
  return _GetPointerInputTransform(
    pointerId,
    historyCount,
    inputTransform,
  );
}