@openglobus/og 0.25.7 → 0.25.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,8 @@ export interface ITouchState extends IBaseInputState {
129
129
  doubleTouchDelay: number;
130
130
  /** Double touching responce radius in screen pixels.*/
131
131
  doubleTouchRadius: number;
132
+ /** Currently touching.*/
133
+ touching: boolean;
132
134
  /** JavaScript mouse system event message. */
133
135
  sys: TouchEventExt | null;
134
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openglobus/og",
3
- "version": "0.25.7",
3
+ "version": "0.25.9",
4
4
  "description": "[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely free.",
5
5
  "main": "lib/og.es.js",
6
6
  "types": "lib/index.d.ts",