GeoShiftConstants values

GeoShiftConstants values define the ALT, SHIFT, and CTRL keys for use with the Shift argument.

Applies to

Events:  BeforeClick, BeforeDblClick, MouseDown, MouseMove, MouseUp

GeoShiftConstants Description Value Bit
geoAltMask ALT key
4
2
geoCtrlMask CTRL key
2
1
geoShiftMask SHIFT key
1
0