"scrollWheelEnabled"

Defines whether zooming with the mouse wheel shall be possible.

Synopsis

void scrollWheelEnabled(bool enabled);

Parameter

Parameter Description
enabled

TRUE: Zooming enabled

FALSE: Zooming disabled

Description

Defines whether zooming with the mouse wheel shall be possible.

Example

main()
{
  GisViewer_ewo1.scrollWheelEnabled(TRUE);
}

Assignment

GIS-Viewer