GetAutoRotationState method

int GetAutoRotationState(
  1. Pointer<Int32> pState
)

Implementation

int GetAutoRotationState(
  ffi.Pointer<ffi.Int32> pState,
) {
  return _GetAutoRotationState(
    pState,
  );
}