Methods
-
ol.events.condition.altKeyOnly(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 29 -
Return
trueif only the alt-key is pressed,falseotherwise (e.g. when additionally the shift-key is pressed).Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if only the alt key is pressed.
-
ol.events.condition.altShiftKeysOnly(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 46 -
Return
trueif only the alt-key and shift-key is pressed,falseotherwise (e.g. when additionally the platform-modifier-key is pressed).Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if only the alt and shift keys are pressed.
-
ol.events.condition.always(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 63 -
Return always true.
Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True.
-
ol.events.condition.click(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 73 -
Return
trueif the event is aclickevent,falseotherwise.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if the event is a mapclickevent.
-
ol.events.condition.mouseOnly(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 192 -
Return
trueif the event originates from a mouse device.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if the event originates from a mouse device.
-
ol.events.condition.never(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 86 -
Return always false.
Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
False.
-
ol.events.condition.noModifierKeys(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 122 -
Return
trueif no modifier key (alt-, shift- or platform-modifier-key) is pressed.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True only if there no modifier keys are pressed.
-
ol.events.condition.platformModifierKeyOnly(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 139 -
Return
trueif only the platform-modifier-key (e.g. the windows-key) is pressed,falseotherwise (e.g. when additionally the shift-key is pressed).Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if only the platform modifier key is pressed.
-
ol.events.condition.pointerMove(mapBrowserEvent){boolean} experimental
src/ol/events/condition.js, line 97 -
Return
trueif the browser event is apointermoveevent,falseotherwise.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if the browser event is apointermoveevent.
-
ol.events.condition.shiftKeyOnly(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 156 -
Return
trueif only the shift-key is pressed,falseotherwise (e.g. when additionally the alt-key is pressed).Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if only the shift key is pressed.
-
ol.events.condition.singleClick(mapBrowserEvent){boolean}
src/ol/events/condition.js, line 109 -
Return
trueif the event is a mapsingleclickevent,falseotherwise.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True if the event is a mapsingleclickevent.
-
ol.events.condition.targetNotEditable(mapBrowserEvent){boolean} experimental
src/ol/events/condition.js, line 173 -
Return
trueif the target element is not editable, i.e. not a<input>-,<select>- or<textarea>-element,falseotherwise.Name Type Description mapBrowserEventol.MapBrowserEvent Map browser event.
Returns:
True only if the target element is not editable.
OpenLayers 3