setscrollZoomKey
When on, a keyboard key must be pressed in combination with using the mouse wheel in order to zoom in.
Syntax
RxCore.setscrollZoomKey(onOff, key)
Parameters
onOff
: boolean —true
= on,false
= off.key
: number — Character code of the keyboard key to use as a control key.
Returns
- NA — This method does not return a value.