GetPointerCursorId method

int GetPointerCursorId(
  1. int pointerId,
  2. Pointer<Uint32> cursorId
)

Implementation

int GetPointerCursorId(
  int pointerId,
  ffi.Pointer<ffi.Uint32> cursorId,
) {
  return _GetPointerCursorId(
    pointerId,
    cursorId,
  );
}