setCameraSmoothZoomControl function

void setCameraSmoothZoomControl(
  1. int keySmoothZoom
)

Set camera smooth zoom key to combine with mouse (free camera).

Implementation

void setCameraSmoothZoomControl(int keySmoothZoom) {
  return library.SetCameraSmoothZoomControl(keySmoothZoom);
}